aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
Commit message (Expand)AuthorAgeFilesLines
* removes spurious .rb in requireXavier Noria2010-06-121-1/+1
* adds missing require for having ActiveSupport::InheritableOptions definedXavier Noria2010-06-111-0/+1
* Remove punctuate_body! No code in lib was using it and it had no documentation.José Valim2010-06-101-6/+0
* class_attribute is not a direct replacement of class_inheritable_*.José Valim2010-06-101-10/+7
* Make AP test suite green once again and speed up performance in layouts looku...José Valim2010-06-071-1/+1
* Optimize LookupContextwycats2010-06-041-0/+1
* Base options cant live in lazy loaded helpers as they then wont be available ...David Heinemeier Hansson2010-05-311-0/+4
* Avoid instance variable @output_buffer not initializedSantiago Pastorino2010-05-191-1/+2
* Only run load hooks once a file has been fully loaded.Nathan Weizenbaum2010-04-271-2/+2
* revises some <%= in rdocXavier Noria2010-04-051-1/+2
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-1/+6
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+2
* Eliminate an error from an implicit dependency on AV::Basewycats2010-03-191-21/+0
* Each controller class has it's own view context subclass. This removes the ne...Carlhuda2010-03-181-32/+0
* All tests pass without memoizing view_contextCarlhuda2010-03-181-2/+0
* Use Array.wrap not Array()Jeremy Kemper2010-03-171-1/+2
* 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