aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view.rb
Commit message (Expand)AuthorAgeFilesLines
* Eliminate an error from an implicit dependency on AV::Basewycats2010-03-191-1/+3
* Optimize and clean up how details key get expired.José Valim2010-03-101-0/+1
* Merge master.José Valim2010-03-081-7/+7
|\
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+1
* | Rename Template::Lookup to LookupContext.José Valim2010-03-081-0/+1
* | More refactoring on the views side of rendering.José Valim2010-03-081-0/+1
|/
* Merge branch 'master' of git://github.com/rails/railsMikel Lindsaar2010-02-021-2/+1
|\
| * Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S...Santiago Pastorino2010-01-311-2/+0
| * action_view/safe_buffer is no longer validSantiago Pastorino2010-01-311-1/+0
| * For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-1/+3
* | Updating copyright dates on all licensesMikel Lindsaar2010-02-011-1/+1
|/
* Autoload AC and AV test case classesJoshua Peek2010-01-041-0/+2
* Remove the ActionView::Base autoload because it creates crazy circular autolo...Carlhuda2009-12-231-1/+1
* Flip deferrable autoload conventionJoshua Peek2009-12-221-20/+21
* Add active_support/ruby/shim to the default requirements for AP componentsYehuda Katz2009-12-201-1/+1
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-7/+6
* Add autoloads for ActionView::Template* classes, and an ActionView::TemplateE...Nathan Weizenbaum2009-12-101-0/+4
* Reorganize autoloads:Carlhuda2009-12-021-14/+12
* Remove reference to class that doesn't exist (ht: brynary)Yehuda Katz2009-11-281-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-3/+3
* Remove unused code in ActionView.José Valim2009-09-151-3/+0
* Require active_support after autoload setupJeremy Kemper2009-09-141-5/+5
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-0/+1
* Separate ActionView::Context so something else can easily be made into an AV ...Yehuda Katz2009-07-191-1/+2
* Add some missing dependenciesYehuda Katz2009-07-151-0/+1
* Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-171-0/+1
* Rename path.rb to resolver.rbYehuda Katz + Carl Lerche2009-06-171-1/+1
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-14/+14
* Cleaning up more render testsYehuda Katz + Carl Lerche2009-05-141-0/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-10/+3
* No more free lunchJeremy Kemper2009-04-221-0/+1
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-0/+1
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-0/+1
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-8/+11
* Bump up the year in MIT license filesPratik Naik2009-01-181-1/+1
* Add config.preload_frameworks to load all frameworks at startup. Default to f...Jeremy Kemper2008-11-241-2/+0
* Add LAZY env flag for testing autoload/lazy load featureJoshua Peek2008-11-241-1/+1
* use autoload instead of explicit requires for ActionViewJoshua Peek2008-11-231-15/+21
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-181-1/+1
* I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...Sven Fuchs2008-09-201-1/+1
* I18n: removed call to #populate from main library filesMarko Seppae2008-08-271-3/+1
* Harmonize framework require strategy. Don't add self to load path since Rails...Jeremy Kemper2008-08-251-1/+10
* Include all helpers into ActionView::HelperJoshua Peek2008-08-251-4/+3
* Changed locale file to yml for actionpack, but still brokenIain Hecker2008-08-201-1/+1
* switch to using I18n.load_translations instead of requiring plain ruby filesSven Fuchs2008-08-131-1/+1
* merge forward to current rails/masterSven Fuchs2008-07-161-3/+5
|\
| * Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-4/+4
| * Renamed Renderer to RenderableJoshua Peek2008-07-051-1/+1
| * Extracted Template rendering logic into Renderer moduleJoshua Peek2008-07-031-0/+2
* | Renamed lang/ to locale/ because that's what we seem toSven Fuchs2008-06-211-1/+1