aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-192-4/+70
* Move missing template logic to ActionViewPratik Naik2008-04-192-6/+13
* Introduce ActionView::InlineTemplate classPratik Naik2008-04-193-14/+30
* 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
|/
* Automatically parse posted JSON content for Mime::JSON requests. [rick]Rick Olson2008-04-081-1/+1
* add json_escape ERB util to escape html entities in json strings that are out...Rick Olson2008-04-081-1/+19
* 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
* Remove unnecessary arguments. References #11491.Pratik Naik2008-04-011-4/+4
* Support render :partial => collection of heterogeneous elements. Closes #11491.Jeremy Kemper2008-04-012-10/+35
* Revert spurious commit from [9126]Jeremy Kemper2008-03-291-6/+4
* Fix new migration versionsDavid Heinemeier Hansson2008-03-281-4/+6
* Fix layouts in symlinked paths. Closes #9136 [court3nay, caio]Jeremy Kemper2008-03-281-2/+1
* Missing :js template falls back to :html, so you don't have to explicitly spe...Jeremy Kemper2008-03-281-4/+9
* Update doc (closes #11402)David Heinemeier Hansson2008-03-281-2/+1
* Improve documentation.Pratik Naik2008-03-262-9/+11
* Whitespace + formattingJeremy Kemper2008-03-251-6/+4
* 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
* Revert [9106]. References #10350.Jeremy Kemper2008-03-191-57/+21
* Added :format option to NumberHelper#number_to_currency to enable better loca...David Heinemeier Hansson2008-03-171-1/+8
* Fixed that atom_feed shouldnt require a schema_date since most people just do...David Heinemeier Hansson2008-03-171-5/+7