aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some internal dead code that supported content_forJeremy Kemper2008-06-061-15/+5
* 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-052-2/+3
|\|
| * Ensure render :file works inside templatesPratik Naik2008-06-051-1/+2
| * Make partial counter start from 0.Frederick Cheung2008-06-051-1/+1
* | Merge branch 'master' into erboutJeremy Kemper2008-06-051-0/+10
|\|
| * Add RJS#page.reload. [#277 state:resolved]Sean Huber2008-06-041-0/+10
* | Stack @output_buffer for nested renderingJeremy Kemper2008-06-031-2/+2
* | Don't pass block binding to concatJeremy Kemper2008-06-028-31/+21
* | Work with @output_buffer instead of _erboutJeremy Kemper2008-06-024-13/+25
* | Try replacing _erbout with @output_bufferJeremy Kemper2008-06-026-54/+25
|/
* Remove dead code, and the tests for it.Michael Koziarski2008-05-311-69/+0
* Don't require AV::TestCases to have a helper class. Only include the helper c...Jeremy Kemper2008-05-261-10/+4
* Merge docrails.Pratik Naik2008-05-2510-183/+196
* 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
* Deprecate ActionView::Base.cache_template_extensionsPratik Naik2008-05-171-5/+5
* 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
* Make render shorthands work with namespaced controllersJacek Becela2008-05-101-2/+2
* Merge docrails:Pratik Naik2008-05-094-35/+65
* 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
* Delegate action_name to controller inside views.Pratik Naik2008-05-061-1/+1
* Fixed form helper's name attribute for question methodsAndrew Vit2008-05-061-5/+9
* Improve documentation coverage and markupXavier Noria2008-05-0212-91/+107
* Improve PartialTemplate testsPratik Naik2008-05-022-7/+7
* Capture view errors in ActionView::Template.Nathan Weizenbaum2008-05-024-13/+16
* Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ...David Heinemeier Hansson2008-05-011-0/+1
* Fixed render :template for templates in top level of view path. [#54 state:re...Pratik Naik2008-05-011-1/+6
* 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 render :partial => @collection.named_scope (nkallen) [#61 state:resolved]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
* Pass template object to Handler#compilePratik Naik2008-04-244-4/+4
* Delegate ivars to controller instead of copyingPratik Naik2008-04-211-5/+4
* 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