| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Handle corner case with image_tag when passed 'messed up' image names. Closes... | Michael Koziarski | 2008-01-25 | 1 | -1/+1 |
* | Refactor template compilation from AV::Base into the template handlers. Clos... | Michael Koziarski | 2008-01-22 | 6 | -121/+144 |
* | Add label_tag helper for generating elements. Closes #10802 [DefV] | Michael Koziarski | 2008-01-21 | 1 | -0/+18 |
* | Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C... | Michael Koziarski | 2008-01-21 | 3 | -130/+185 |
* | Revert r8669 for now, breaks Action Mailer. Reopens #10800. | Jeremy Kemper | 2008-01-19 | 3 | -178/+130 |
* | Introduce TemplateFinder to handle view paths and lookups. Closes #10800. | Jeremy Kemper | 2008-01-19 | 3 | -130/+178 |
* | Make render :partial recognise form builders and use the _form partial. Clos... | Michael Koziarski | 2008-01-16 | 2 | -0/+18 |
* | Correct docs on caching and all.js | Michael Koziarski | 2008-01-14 | 1 | -1/+1 |
* | Allow users to declare other namespaces when using the atom feed helpers. Clo... | Michael Koziarski | 2008-01-13 | 1 | -2/+28 |
* | Fix a few caching errors, expose a case thats still not working (ref #107330 ... | David Heinemeier Hansson | 2008-01-12 | 1 | -2/+2 |
* | Fixed ActionView::Helpers::ActiveRecordHelper::form for when protect_from_for... | David Heinemeier Hansson | 2008-01-11 | 1 | -3/+10 |
* | * Pass around handler instances, not their classes [Koz] | Michael Koziarski | 2008-01-11 | 5 | -18/+30 |
* | Move fragment caching from special helper methods to TemplateHandler. Closes ... | Jeremy Kemper | 2008-01-10 | 5 | -17/+29 |
* | Fix CacheHelper#cache (closes #10733) [mindforge] | David Heinemeier Hansson | 2008-01-10 | 1 | -8/+7 |
* | Don't append the forgery token to an ajax request if it's serializing a form,... | Michael Koziarski | 2008-01-08 | 1 | -2/+2 |
* | Replace labelled_form_for example with one that will actually work. Referenc... | Michael Koziarski | 2008-01-08 | 1 | -2/+3 |
* | Doc fixes for #atom_feed_helper. Closes #10715 [hasmanyjosh] | Rick Olson | 2008-01-07 | 1 | -3/+3 |
* | Use explicit toplevel namespace for constant reference in AS::BasicObject | Jeremy Kemper | 2008-01-07 | 1 | -1/+1 |
* | Ruby 1.9 compat: truncate and excerpt helpers | Jeremy Kemper | 2008-01-07 | 1 | -52/+84 |
* | Ruby 1.9 compat: remove stray colon | Jeremy Kemper | 2008-01-07 | 1 | -1/+1 |
* | The asset_host block takes the controller request as an optional second argum... | Jeremy Kemper | 2008-01-06 | 2 | -3/+32 |
* | Moved the caching stores from ActionController::Caching::Fragments::* to Acti... | David Heinemeier Hansson | 2008-01-03 | 1 | -6/+10 |
* | Made fragment caching in views work for rjs and builder as well (closes #6642... | David Heinemeier Hansson | 2008-01-03 | 1 | -1/+15 |
* | Fixed rendering of partials with layout when done from site layout (closes #9... | David Heinemeier Hansson | 2008-01-03 | 1 | -4/+12 |
* | Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay] | Rick Olson | 2008-01-02 | 1 | -14/+18 |
* | Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close... | Rick Olson | 2007-12-28 | 1 | -1/+1 |
* | Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru... | Jeremy Kemper | 2007-12-28 | 1 | -5/+1 |
* | Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung] | Jeremy Kemper | 2007-12-27 | 1 | -0/+5 |
* | Add :default option to time_zone_select. Closes #10590. | Jeremy Kemper | 2007-12-21 | 1 | -1/+12 |
* | Ruby 1.9 compat: date helper | Jeremy Kemper | 2007-12-21 | 1 | -6/+6 |
* | Ruby 1.9 compat: form helper test | Jeremy Kemper | 2007-12-21 | 1 | -1/+1 |
* | Ruby 1.9 compat: url helper encoding | Jeremy Kemper | 2007-12-21 | 1 | -9/+5 |
* | Docfix (closes #10493) | David Heinemeier Hansson | 2007-12-16 | 1 | -2/+2 |
* | Add tests for html_escape, and remove an unneeded backslash (closes #10511) [... | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |
* | Added option to pass proc to ActionController::Base.asset_host for maximum co... | David Heinemeier Hansson | 2007-12-16 | 1 | -8/+38 |
* | Ruby 1.9 compat: use String#ord to escape filenames for compiled method names | Jeremy Kemper | 2007-12-15 | 1 | -2/+2 |
* | Fixed that ActionView#file_exists? would be incorrect if @first_render is set... | David Heinemeier Hansson | 2007-12-14 | 1 | -1/+1 |