| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved all the logger methods to active support logger | Karunakar (Ruby) | 2012-01-06 | 1 | -1/+1 |
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 1 | -50/+48 |
* | only load converter if the encodings are different | Aaron Patterson | 2011-12-09 | 1 | -1/+1 |
* | load the encoding converter to work around [ruby-core:41556] when switching e... | Aaron Patterson | 2011-12-08 | 1 | -0/+1 |
* | Revert "Skip test_default_external_works on the CI for Ruby 1.9.3." | Jon Leighton | 2011-11-06 | 1 | -11/+0 |
* | Skip test_default_external_works on the CI for Ruby 1.9.3. | Jon Leighton | 2011-11-05 | 1 | -0/+11 |
* | Stub find_template so that when handle_render_error is called in ActionView::... | Jon Leighton | 2011-11-03 | 1 | -0/+3 |
* | Revert "Make sure that we don't perform in-place mutation on SafeBuffer string" | Santiago Pastorino and José Ignacio Costa | 2011-06-10 | 1 | -5/+0 |
* | Make sure that we don't perform in-place mutation on SafeBuffer string | Prem Sichanugrist | 2011-06-10 | 1 | -0/+5 |
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+0 |
* | Remove dependency from _template. | José Valim | 2011-05-01 | 1 | -6/+4 |
* | Buffer should be an option passed down to template rendering. | José Valim | 2011-04-16 | 1 | -38/+0 |
* | all tests pass | artemave | 2010-12-26 | 1 | -2/+2 |
* | 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 | 1 | -8/+0 |
* | 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 | 1 | -8/+10 |
* | 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 |
* | 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 |
* | Remove locals dependency from template. | José Valim | 2010-10-07 | 1 | -0/+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 |
* | Initialize @_virtual_path path ivar. | Emilio Tagua | 2010-09-28 | 1 | -0/+1 |
* | Move encoding settings for testing purposes to abstract_unit file | Santiago Pastorino | 2010-08-21 | 1 | -8/+1 |
* | Update template to allow handlers to more cleanly handle encodings (ht: nex3) | wycats | 2010-05-30 | 1 | -4/+13 |
* | Make sure encoding changes don't break 1.8 | wycats | 2010-05-17 | 1 | -4/+6 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 1 | -0/+128 |