| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Allow the #simple_format text_helper to take an html_options hash for each pa... | Rick Olson | 2008-03-24 | 1 | -5/+13 |
* | Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to mak... | Jeremy Kemper | 2008-03-20 | 1 | -18/+55 |
* | Docfixes (closes #11356, #11172, #10523) | David Heinemeier Hansson | 2008-03-20 | 1 | -0/+15 |
* | Revert [9106]. References #10350. | Jeremy Kemper | 2008-03-19 | 1 | -57/+21 |
* | Added :format option to NumberHelper#number_to_currency to enable better loca... | David Heinemeier Hansson | 2008-03-17 | 1 | -1/+8 |
* | Fixed that atom_feed shouldnt require a schema_date since most people just do... | David Heinemeier Hansson | 2008-03-17 | 1 | -5/+7 |
* | Docfix (closes #11230) [Henrik N] | David Heinemeier Hansson | 2008-03-15 | 1 | -7/+4 |
* | Docfix (closes #11226) [mikong] | David Heinemeier Hansson | 2008-03-15 | 1 | -2/+2 |
* | Docfix (closes #11263) [Irfy] | David Heinemeier Hansson | 2008-03-15 | 1 | -21/+21 |
* | Fixed that TextHelper#excerpt would include one character too many (closes #1... | David Heinemeier Hansson | 2008-03-15 | 1 | -9/+9 |
* | Docfix (closes #11281) [jlindley] | David Heinemeier Hansson | 2008-03-15 | 1 | -4/+4 |
* | Handle template error gracefully when line number cannot be derived. Closes #... | Pratik Naik | 2008-03-15 | 1 | -2/+3 |
* | Remove unused to_date_tag. Closes #11237 [danger] | Jeremy Kemper | 2008-03-13 | 1 | -10/+0 |
* | Added ActionView::Helpers::register_javascript/stylesheet_expansion to make i... | David Heinemeier Hansson | 2008-03-13 | 1 | -21/+57 |
* | Documentation for the drop_receiving_element helpers :onDrop callback. Closes... | Pratik Naik | 2008-03-05 | 1 | -3/+31 |
* | Moved template handlers related code from ActionView::Base to ActionView::Tem... | Pratik Naik | 2008-03-05 | 4 | -41/+41 |
* | Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow] | Pratik Naik | 2008-03-05 | 1 | -1/+1 |
* | Refactor partial rendering into a PartialTemplate class. [Pratik] | Michael Koziarski | 2008-03-03 | 6 | -122/+109 |
* | Fix syntax errors in the documentation for image submit tag. Closes #11073 [... | Michael Koziarski | 2008-03-02 | 1 | -3/+3 |
* | Allow html_options to be passed to all the date helpers. Closes #6000 [h-lam... | Michael Koziarski | 2008-03-02 | 2 | -45/+58 |
* | Added that requests with JavaScript as the priority mime type in the accept h... | David Heinemeier Hansson | 2008-02-29 | 1 | -2/+21 |
* | Make date_helper use tag and content_tag. Move to assert_dom_equal instead o... | Michael Koziarski | 2008-02-20 | 1 | -18/+26 |
* | Check the host string contains %d before using String#%, this avoids warning... | Michael Koziarski | 2008-02-18 | 1 | -1/+1 |
* | Ensure that :confirm doesn't need extra quotes when using drop_receiving_elem... | Michael Koziarski | 2008-02-16 | 1 | -0/+3 |
* | Fix problem with render :partial collections, records, and locals. #11057 [lo... | Marcel Molina | 2008-02-08 | 1 | -2/+2 |
* | Fix typo in form_helper documentation. Closes #10650 [xaviershay, kampers] | Rick Olson | 2008-02-07 | 1 | -1/+1 |
* | Add a slightly more informative exception message for ActionView::TemplateFin... | Rick Olson | 2008-02-07 | 1 | -1/+6 |
* | Introduce a Template class to ActionView. Closes #11024 [lifofifo] | Michael Koziarski | 2008-02-06 | 5 | -82/+104 |
* | Cache partial variable names to reduce garbage | Jeremy Kemper | 2008-02-03 | 1 | -1/+3 |
* | Fix missing extension for caching. Closes #10733 [Catfish, tcoppock, mpalmer] | Jeremy Kemper | 2008-02-03 | 2 | -2/+3 |
* | Introduce the :index option for form_for and fields_for to simplify multi-mod... | Jeremy Kemper | 2008-02-02 | 1 | -6/+15 |
* | Fix number_to_human_size incorrectly removing trailing zeros. Closes #10099 [... | Jeremy Kemper | 2008-02-02 | 1 | -1/+1 |
* | Move the declaration of the compilation related cattr_accessors to compilable... | Michael Koziarski | 2008-01-30 | 2 | -11/+12 |
* | Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko] | Michael Koziarski | 2008-01-27 | 1 | -1/+1 |
* | Precalculate the Backtrace of a template error to avoid raising exceptions in... | Michael Koziarski | 2008-01-27 | 1 | -4/+11 |
* | Don't repeatedly add relative_url_root to asset sources. Closes #10767 [tomt... | Michael Koziarski | 2008-01-27 | 1 | -5/+11 |
* | Use File.join to construct partial path. Closes #10932 [patrick.t.joyce] | Michael Koziarski | 2008-01-27 | 1 | -3/+4 |