| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests added for rendering partial with layout, when the partial contains anot... | Santiago Pastorino | 2010-11-13 | 1 | -0/+15 |
* | provide better error message if path is uri [#5914 state:resolved] | Neeraj Singh | 2010-11-11 | 1 | -0/+11 |
* | fields_for should treat ActiveRecord::Relation as an array | Neeraj Singh | 2010-11-11 | 1 | -0/+21 |
* | Fix render partial with layout and no block | Carlos Antonio da Silva | 2010-11-11 | 1 | -0/+10 |
* | Fix issue with rendering partials and then yielding inside a render layout call | Carlos Antonio da Silva | 2010-11-11 | 1 | -0/+20 |
* | patching to ensure separator is printed with order [#5816 state:resolved] | Aditya Sanghi | 2010-11-11 | 1 | -0/+41 |
* | Added :negative_format option to number_to_currency function [#5894 state:res... | Don Wilson | 2010-11-02 | 2 | -1/+8 |
* | Test that capture doesn't escape twice | Santiago Pastorino | 2010-11-02 | 1 | -2/+7 |
* | Make sure capture's output gets html_escaped [#5545 state:resolved] | Jeff Kreeftmeijer | 2010-11-02 | 2 | -6/+6 |
* | Allow generated url helpers to be overriden [#5243 state:resolved] | Andrew White | 2010-10-26 | 1 | -0/+18 |
* | number_to_phone always return safe | Santiago Pastorino | 2010-10-17 | 1 | -1/+2 |
* | HTML5 data attribute helpers [#5825 state:resolved]. | Stephen Celis | 2010-10-18 | 1 | -0/+7 |
* | Fix for ActionView::Template#refresh in rails 3.1.0.beta | André Camargo | 2010-10-15 | 1 | -2/+2 |
* | Remove :cache => true on lookup templates initialization. | José Valim | 2010-10-14 | 2 | -12/+0 |
* | render :once should consider the current controller prefix. | José Valim | 2010-10-14 | 1 | -3/+3 |
* | Fix test helpers to ensure get method forms are properly tested [#5753 state:... | Aditya Sanghi | 2010-10-12 | 2 | -9/+16 |
* | data-disable-with in button_to helper | Paco Guzman | 2010-10-11 | 1 | -0/+21 |
* | Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don... | Santiago Pastorino | 2010-10-10 | 1 | -30/+0 |
* | Do not allow templates coming from Fallback resolvers to store a virtual path. | José Valim | 2010-10-10 | 2 | -3/+14 |
* | Use identifiers for template equality. | José Valim | 2010-10-10 | 1 | -0/+8 |
* | Clean up unused methods from AV::Base and pass in the template object on rend... | José Valim | 2010-10-10 | 3 | -11/+13 |
* | Add expire! and rerender to the template API. This will be used by SASS templ... | José Valim | 2010-10-10 | 1 | -2/+47 |
* | Add some unit tests to Template#refresh. | José Valim | 2010-10-10 | 1 | -4/+28 |
* | Resolvers now consider timestamps. | José Valim | 2010-10-10 | 1 | -0/+45 |
* | Deprecate old template handler API. Remove old handlers. | José Valim | 2010-10-10 | 1 | -2/+2 |
* | Add more docs and tests to templates. | José Valim | 2010-10-09 | 1 | -0/+12 |
* | Fix 1.9.2 failures. | José Valim | 2010-10-08 | 1 | -4/+4 |
* | fix rendering a partial with an array as its :object [#5746 state:resolved] | Michael Koziarski | 2010-10-08 | 1 | -0/+4 |
* | Allow cache to be temporarily disabled through lookup_context. | José Valim | 2010-10-07 | 1 | -0/+21 |
* | Remove locals dependency from template. | José Valim | 2010-10-07 | 1 | -0/+1 |
* | Rename _assigns to view_assigns in AV::TC | David Chelimsky | 2010-10-03 | 1 | -0/+31 |
* | added test for form_for with search_field | Aditya Sanghi | 2010-10-02 | 1 | -0/+15 |
* | delete repeated code | Aaron Patterson | 2010-10-01 | 1 | -18/+0 |
* | Fix test that wasn't running at all. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |
* | Redefine duplicated test name. | Emilio Tagua | 2010-09-28 | 1 | -1/+1 |
* | Use helper method here. | Emilio Tagua | 2010-09-28 | 1 | -6/+5 |
* | Silence warnings here, only setting Encoding.default_external for testing. | Emilio Tagua | 2010-09-28 | 1 | -2/+3 |
* | Silence warnings here, only setting Encoding.default_external for testing. | Emilio Tagua | 2010-09-28 | 1 | -2/+3 |
* | Add parenthesis to avoid syntax warnings. | Emilio Tagua | 2010-09-28 | 2 | -2/+2 |
* | Remove duplicated method. | Emilio Tagua | 2010-09-28 | 1 | -2/+0 |
* | Initialize @_virtual_path path ivar. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 |
* | Rename tests to avoid name collisions and warnings when running rake task. | Emilio Tagua | 2010-09-28 | 1 | -5/+5 |
* | Rename duplicated test, and give it a correct name. Remove nonsense line. | Emilio Tagua | 2010-09-28 | 1 | -2/+1 |
* | Remove duplicated test. | Emilio Tagua | 2010-09-28 | 1 | -20/+0 |
* | Remove more warnings shadowing outer local variable. | Emilio Tagua | 2010-09-27 | 1 | -1/+1 |
* | Remove more warnings shadowing outer local variable. | Emilio Tagua | 2010-09-27 | 1 | -1/+1 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 5 | -16/+16 |
* | Remove last tests with deprecated form_for and cleanup form_for helper | Carlos Antonio da Silva | 2010-09-26 | 1 | -63/+49 |
* | Select tags with array options are deprecated, removing | Carlos Antonio da Silva | 2010-09-26 | 1 | -6/+0 |
* | Review most of the form_for deprecated tests, missing tests with index like [] | Carlos Antonio da Silva | 2010-09-26 | 1 | -405/+321 |