aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-2/+7
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-0/+1
* Do not always include the named URL helpers into AC::Base and AV::Base.Carl Lerche2010-03-161-0/+4
* Add deprecation notices for <% %>.Carlhuda2010-03-151-0/+3
* Finish cleaning up rendering stack from views and move assigns evaluation to ...José Valim2010-03-121-9/+0
* Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-121-1/+1
* Optimize and clean up how details key get expired.José Valim2010-03-101-1/+1
* Clean LookupContext API.José Valim2010-03-081-1/+1
* Merge master.José Valim2010-03-081-0/+2
|\
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+2
* | Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-081-28/+18
* | Rename Template::Lookup to LookupContext.José Valim2010-03-081-19/+8
* | More refactoring on the views side of rendering.José Valim2010-03-081-1/+1
* | Move layout lookup to views.José Valim2010-03-081-5/+1
* | Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-53/+25
|/
* Tweak how ActionPack handles InheritableOptionsCarl Lerche2010-03-031-1/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-10/+2
* Delegate formats to the controllerCarlhuda2010-03-011-2/+23
* Renamed LocalizedCache to DetailsCache.José Valim2010-02-241-1/+1
* Include missing modules.José Valim2010-02-221-2/+2
* Convert to class_attributeJeremy Kemper2010-02-011-1/+2
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+1
* Improve missing template error messages a little bit.José Valim2010-01-311-6/+11
* Fix t('.helper').José Valim2010-01-261-2/+4
* Make @controller an internal ivar in the viewJoshua Peek2010-01-221-8/+6
* Silence warningsMikel Lindsaar2010-01-021-0/+1
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* Extracted localized_cache.rb from ActionController, added it to AbstractContr...José Valim2009-11-011-2/+2
* Change config implementation in AV slightlyYehuda Katz2009-10-151-1/+10
* Make this less brittle and work on 1.8Yehuda Katz2009-10-151-9/+9
* Add a read-only method which plugin authors can use to determine if xss escap...Michael Koziarski2009-10-151-0/+5
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-141-1/+1
* Get rid of constant name usage for stack trace help in favor of overriding #i...Yehuda Katz2009-10-091-9/+9
* Fix warning spew for 1.9Carl Lerche2009-10-081-1/+5
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Not calling a private method anymoreYehuda Katz2009-10-071-2/+5
* Fix warning spewYehuda Katz2009-10-061-1/+3
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-1/+12
* Clean up ActionView some:Yehuda Katz2009-08-151-16/+0
* Experimental: Improve performance of ActionView by preventing method cache fl...Yehuda Katz2009-08-091-13/+21
* Cache controller_path on the AV instance to avoid needing to make additional ...Yehuda Katz2009-08-091-1/+3
* Rendering a template from ActionView will default to looking for partials onl...Yehuda Katz2009-08-091-1/+1
* 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-191-6/+1
* Simplify required "ActionView compliant" APIYehuda Katz2009-07-191-0/+6
* Minor ActionView cleanupYehuda Katz + Carl Lerche2009-06-181-5/+4
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-171-1/+3
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-38/+14
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-0/+2
* Added the :rjs render optionYehuda Katz + Carl Lerche2009-05-211-8/+9