| Commit message (Expand) | Author | Age | Files | Lines |
* | minor revision in url_for docs | Xavier Noria | 2008-05-16 | 1 | -7/+7 |
* | Merge commit 'mainstream/master' | Pratik Naik | 2008-05-15 | 5 | -72/+63 |
|\ |
|
| * | Don't fallback to just adding "'s" in TextHelper#pluralize, because the Infle... | Joshua Peek | 2008-05-14 | 1 | -68/+59 |
| * | Fix remote_function to escape apostrophes inside the remote url passed to Aja... | Andre Arko | 2008-05-13 | 1 | -1/+1 |
| * | Updated copyright years | David Heinemeier Hansson | 2008-05-11 | 3 | -3/+3 |
* | | Expanded and updated the link_to documentation | Michael Hartl | 2008-05-15 | 1 | -4/+59 |
|/ |
|
* | Added not to sanitize helper docs that it doesn't guarantee well-formed markup. | Michael Schuerig | 2008-05-12 | 1 | -0/+5 |
* | Make render shorthands work with namespaced controllers | Jacek Becela | 2008-05-10 | 1 | -2/+2 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 4 | -35/+65 |
* | ActionView::InstanceTag#default_time_from_options with hash args uses Time.cu... | gbuesing | 2008-05-08 | 1 | -3/+4 |
* | Adding Date.current, which returns Time.zone.today if config.time_zone is set... | gbuesing | 2008-05-08 | 1 | -1/+1 |
* | Delegate action_name to controller inside views. | Pratik Naik | 2008-05-06 | 1 | -1/+1 |
* | Fixed form helper's name attribute for question methods | Andrew Vit | 2008-05-06 | 1 | -5/+9 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 12 | -91/+107 |
* | Improve PartialTemplate tests | Pratik Naik | 2008-05-02 | 2 | -7/+7 |
* | Capture view errors in ActionView::Template. | Nathan Weizenbaum | 2008-05-02 | 4 | -13/+16 |
* | Fixed that TextHelper#text_field would corrypt when raw HTML was used as the ... | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+1 |
* | Fixed render :template for templates in top level of view path. [#54 state:re... | Pratik Naik | 2008-05-01 | 1 | -1/+6 |
* | Fixed labels that have a bracketed name and an index [#68 state:resolved] | Kevin Glowacz | 2008-04-30 | 1 | -0/+1 |
* | FormHelper#label_tag accepts :for option [encoded] [#38 state:resolved] | Joshua Peek | 2008-04-30 | 1 | -8/+10 |
* | Fixed tests (and the weird assumption that no logger would mean that the code... | David Heinemeier Hansson | 2008-04-30 | 1 | -1/+1 |
* | Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved] | David Heinemeier Hansson | 2008-04-30 | 1 | -1/+1 |
* | Fixed that BenchmarkHelper should use controller.logger instead of @logger (w... | David Heinemeier Hansson | 2008-04-27 | 1 | -3/+5 |
* | Pass template object to Handler#compile | Pratik Naik | 2008-04-24 | 4 | -4/+4 |
* | Delegate ivars to controller instead of copying | Pratik Naik | 2008-04-21 | 1 | -5/+4 |
* | select_datetime and select_time default to Time.zone.now when config.time_zon... | gbuesing | 2008-04-21 | 1 | -2/+2 |
* | datetime_select defaults to Time.zone.now when config.time_zone is set | gbuesing | 2008-04-21 | 1 | -1/+1 |
* | Introduce ActionView::TestCase for testing view helpers. | Joshua Peek | 2008-04-19 | 2 | -4/+70 |
* | Move missing template logic to ActionView | Pratik Naik | 2008-04-19 | 2 | -6/+13 |
* | Introduce ActionView::InlineTemplate class | Pratik Naik | 2008-04-19 | 3 | -14/+30 |
* | Merge branch 'master' of git://github.com/stephencelis/rails | Joshua Peek | 2008-04-14 | 1 | -3/+3 |
|\ |
|
| * | Scripts and styles with multiple dots in the filename should cache | Stephen Celis | 2008-04-12 | 1 | -3/+3 |
* | | Added Rails.public_path to control where HTML and assets are expected to be l... | David Heinemeier Hansson | 2008-04-13 | 1 | -1/+1 |
|/ |
|
* | Automatically parse posted JSON content for Mime::JSON requests. [rick] | Rick Olson | 2008-04-08 | 1 | -1/+1 |
* | add json_escape ERB util to escape html entities in json strings that are out... | Rick Olson | 2008-04-08 | 1 | -1/+19 |
* | Improve documentation. | Pratik Naik | 2008-04-05 | 2 | -5/+5 |
* | Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546 | Pratik Naik | 2008-04-02 | 1 | -1/+2 |
* | Ruby 1.9 compat: toplevel AS reference within BasicObject | Jeremy Kemper | 2008-04-01 | 1 | -1/+1 |
* | Remove unnecessary arguments. References #11491. | Pratik Naik | 2008-04-01 | 1 | -4/+4 |
* | Support render :partial => collection of heterogeneous elements. Closes #11491. | Jeremy Kemper | 2008-04-01 | 2 | -10/+35 |
* | Revert spurious commit from [9126] | Jeremy Kemper | 2008-03-29 | 1 | -6/+4 |
* | Fix new migration versions | David Heinemeier Hansson | 2008-03-28 | 1 | -4/+6 |
* | Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] | Jeremy Kemper | 2008-03-28 | 1 | -2/+1 |
* | Missing :js template falls back to :html, so you don't have to explicitly spe... | Jeremy Kemper | 2008-03-28 | 1 | -4/+9 |
* | Update doc (closes #11402) | David Heinemeier Hansson | 2008-03-28 | 1 | -2/+1 |
* | Improve documentation. | Pratik Naik | 2008-03-26 | 2 | -9/+11 |
* | Whitespace + formatting | Jeremy Kemper | 2008-03-25 | 1 | -6/+4 |
* | Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) ... | David Heinemeier Hansson | 2008-03-24 | 1 | -2/+2 |
* | Added :confirm option to submit_tag (closes #11415) [miloops] | David Heinemeier Hansson | 2008-03-24 | 1 | -2/+10 |
* | Fixed NumberHelper#number_with_precision to properly round in a way that work... | David Heinemeier Hansson | 2008-03-24 | 1 | -2/+2 |