aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view.rb
Commit message (Expand)AuthorAgeFilesLines
* TestCase does not need to be loaded when loading the frameworkAaron Patterson2016-12-021-1/+2
* Fixes for using action view template in isolation.José Valim2011-11-301-0/+1
* Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess.José Valim2011-06-211-0/+1
* Remove autoload for a couple of constants which don't exist anymorebrainopia2011-05-311-5/+0
* Oops, missing autoload, closes #466José Valim2011-05-091-0/+1
* Tidy up pending TODOs after discussion with Mr. Gatoz (@wycats).José Valim2011-05-011-1/+0
* Remove view dependency from AV::Renderer.José Valim2011-05-011-0/+1
* More cleanup and moving responsibilities around.José Valim2011-05-011-1/+0
* Start abstracting the renderer.José Valim2011-05-011-1/+1
* Yo dawg, I heard you like streaming. So I put a fiber, inside a block, inside...José Valim2011-04-161-1/+11
* Initial work on fibered layout.José Valim2011-04-161-0/+1
* We're in 2011, let's update our licensePrem Sichanugrist2011-02-221-1/+1
* SReorganize autoloads slightly and move two files to lib/action_view root.José Valim2010-10-141-9/+6
* removing some load path tomfooleryAaron Patterson2010-10-111-3/+0
* fixing railties testsAaron Patterson2010-10-111-1/+0
* Do not allow templates coming from Fallback resolvers to store a virtual path.José Valim2010-10-101-0/+1
* Clean up the house before moving in the new furniture.José Valim2010-10-101-1/+7
* Cleaned up autoload definitions.Łukasz Strzałkowski2010-09-021-15/+20
* No need to delegate. Simply include the whole RecordIdentifier module.José Valim2010-07-211-0/+1
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+5
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-5/+1
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-2/+4
* Initial work to improve the state of encodings for templateswycats2010-05-161-0/+2
* 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