aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
* Fix t('.helper').José Valim2010-01-261-5/+8
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+1
* Silence some trivial warnings: shadowed local vars, indentation mismatchesJeremy Kemper2009-12-282-10/+6
* Instead of marking raw text in templates as safe, and then putting them throu...Yehuda Katz2009-12-241-1/+2
* Add autoloads for ActionView::Template* classes, and an ActionView::TemplateE...Nathan Weizenbaum2009-12-101-1/+3
* Reorganize autoloads:Carlhuda2009-12-029-317/+197
* Improve AbstractController layouts coverage.José Valim2009-11-011-2/+2
* Reduce TextTemplate cost for simple casesYehuda Katz2009-10-281-1/+3
* Make encodings work with Erubis and 1.9 againYehuda Katz2009-10-161-3/+5
* Fix a bug where templates with locales were not being sorted correctlyYehuda Katz2009-10-161-1/+1
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-1/+1
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-1/+1
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-1/+1
* Make the erubis implementation easier for plugins to change.Michael Koziarski2009-10-151-1/+4
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-3/+25
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Clean up log output for rendered templatesJoshua Peek2009-09-243-65/+85
* Instrument process_action, render and sql.José Valim2009-09-201-2/+4
* Remove unused code in ActionView.José Valim2009-09-153-130/+0
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Replace :formats => ["*/*"] with the default formats setYehuda Katz + Carl Lerche2009-09-031-0/+2
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-77/+95
* Fix the */* with Net::HTTP bug [#3100 state:resolved]Yehuda Katz + Carl Lerche2009-09-011-22/+9
* Add a default parameter for Resolver#initializeCarl Lerche2009-08-261-1/+1
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+1
* Caches and cache clearing seems to actually work, but the actual architecture...Yehuda Katz2009-08-151-1/+16
* More cleanup of ActionView and reduction in need for blocks in some cases:Yehuda Katz2009-08-152-5/+0
* Clean up ActionView some:Yehuda Katz2009-08-152-3/+11
* Add some more caching to the lookupYehuda Katz2009-08-111-12/+18
* This change causes some failing tests, but it should be possible to make them...Yehuda Katz2009-08-111-2/+4
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-091-1/+3
* Cache some more things to improve partial perfYehuda Katz2009-08-091-2/+6
* Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.Yehuda Katz2009-08-091-2/+2
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-1/+1
* Separate ActionView::Context so something else can easily be made into an AV ...Yehuda Katz2009-07-192-5/+5
* Fix pattern to match various magic comment formatsAkira Matsuda2009-07-011-1/+1
* Try speeding up rails bootingYehuda Katz + Carl Lerche2009-06-252-3/+3
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-2/+1
* Rename path.rb to resolver.rbYehuda Katz + Carl Lerche2009-06-172-1/+1
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-125/+124
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-174-5/+3
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-0/+2
* Ensure ERB source begins with the encoding commentJeremy Kemper2009-06-012-2/+8
* Ruby 1.9: ERB template encoding using a magic comment at the top of the fileJeremy Kemper2009-05-282-8/+14
* Get controller/render_other_test.rb to pass on new base and fixed a bug in ne...Yehuda Katz + Carl Lerche2009-05-221-1/+2
* Get controller/layout_test.rb running on new base except for ActionController...Yehuda Katz + Carl Lerche2009-05-222-1/+5
* Move Safari response-padding fix to Rails2Compatibility. Should be a Rack con...Jeremy Kemper2009-05-211-1/+1
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-0/+1
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-215-7/+23