aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* concat should ignore nilJeremy Kemper2008-06-061-1/+1
* javascript_tag should only concat when block_given?Jeremy Kemper2008-06-061-7/+10
* Merge branch 'master' into erboutJeremy Kemper2008-06-061-3/+4
|\
| * Drop a string conversion from the often-called tag_options helperJeremy Kemper2008-06-061-3/+4
* | Merge branch 'master' into erboutJeremy Kemper2008-06-051-0/+10
|\|
| * Add RJS#page.reload. [#277 state:resolved]Sean Huber2008-06-041-0/+10
* | Don't pass block binding to concatJeremy Kemper2008-06-027-30/+20
* | Work with @output_buffer instead of _erboutJeremy Kemper2008-06-021-5/+13
* | Try replacing _erbout with @output_bufferJeremy Kemper2008-06-024-46/+22
|/
* Merge docrails.Pratik Naik2008-05-259-181/+194
* Fix auto_link helper for already linked urls. [#72 state:resolved]Kevin Glowacz2008-05-221-2/+2
* Parentheses should be acceptable characters for auto_link_urls. [#234 state:r...Adam2008-05-221-1/+1
* Improve check_box_checked? to use include? for Array values. [#193 state:reso...Erkki Eilonen2008-05-211-0/+2
* Ensure observe_field encodes value parameter. [#216 state:resolved]Frederick Cheung2008-05-191-1/+1
* InstanceTag#default_time_from_options overflows to DateTimegbuesing2008-05-181-1/+1
* time_zone_select docs: explain priority zones option. Add example showing a c...gbuesing2008-05-181-0/+8
* Merge documentation changes from docrails.Pratik Naik2008-05-162-32/+115
* auto_link helper fails to recognize links separated by space. [#72 state:reso...Eugene Pimenov2008-05-161-1/+1
* Don't fallback to just adding "'s" in TextHelper#pluralize, because the Infle...Joshua Peek2008-05-141-68/+59
* Fix remote_function to escape apostrophes inside the remote url passed to Aja...Andre Arko2008-05-131-1/+1
* Updated copyright yearsDavid Heinemeier Hansson2008-05-113-3/+3
* Added not to sanitize helper docs that it doesn't guarantee well-formed markup.Michael Schuerig2008-05-121-0/+5
* Merge docrails:Pratik Naik2008-05-093-23/+53
* ActionView::InstanceTag#default_time_from_options with hash args uses Time.cu...gbuesing2008-05-081-3/+4
* Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-081-1/+1
* Fixed form helper's name attribute for question methodsAndrew Vit2008-05-061-5/+9
* Improve documentation coverage and markupXavier Noria2008-05-0210-88/+103
* Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ...David Heinemeier Hansson2008-05-011-0/+1
* Fixed labels that have a bracketed name and an index [#68 state:resolved]Kevin Glowacz2008-04-301-0/+1
* FormHelper#label_tag accepts :for option [encoded] [#38 state:resolved]Joshua Peek2008-04-301-8/+10
* Fixed tests (and the weird assumption that no logger would mean that the code...David Heinemeier Hansson2008-04-301-1/+1
* Fixed that BenchmarkHelper should use controller.logger instead of @logger (w...David Heinemeier Hansson2008-04-271-3/+5
* select_datetime and select_time default to Time.zone.now when config.time_zon...gbuesing2008-04-211-2/+2
* datetime_select defaults to Time.zone.now when config.time_zone is setgbuesing2008-04-211-1/+1
* Merge branch 'master' of git://github.com/stephencelis/railsJoshua Peek2008-04-141-3/+3
|\
| * Scripts and styles with multiple dots in the filename should cacheStephen Celis2008-04-121-3/+3
* | Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-131-1/+1
|/
* Improve documentation.Pratik Naik2008-04-052-5/+5
* Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546Pratik Naik2008-04-021-1/+2
* Ruby 1.9 compat: toplevel AS reference within BasicObjectJeremy Kemper2008-04-011-1/+1
* Revert spurious commit from [9126]Jeremy Kemper2008-03-291-6/+4
* Fix new migration versionsDavid Heinemeier Hansson2008-03-281-4/+6
* Update doc (closes #11402)David Heinemeier Hansson2008-03-281-2/+1
* Improve documentation.Pratik Naik2008-03-262-9/+11
* Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ...David Heinemeier Hansson2008-03-241-2/+2
* Added :confirm option to submit_tag (closes #11415) [miloops]David Heinemeier Hansson2008-03-241-2/+10
* Fixed NumberHelper#number_with_precision to properly round in a way that work...David Heinemeier Hansson2008-03-241-2/+2
* Allow the #simple_format text_helper to take an html_options hash for each pa...Rick Olson2008-03-241-5/+13
* Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak...Jeremy Kemper2008-03-201-18/+55
* Docfixes (closes #11356, #11172, #10523)David Heinemeier Hansson2008-03-201-0/+15