aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright notices for 2013Andrew Nesbitt2012-12-311-1/+1
* Refactor AssetUrlHelper to make it friendly for plugins and extensionsJoshua Peek2012-10-121-1/+0
* Sprockets-rails tests failDmitry Vorotilin2012-09-011-0/+1
* Add automatic template digests to all CacheHelper#cache calls (originally spi...David Heinemeier Hansson2012-08-291-0/+1
* Don't require action_dispatch in ActionView::UrlHelpersPiotr Sarnacki2012-08-281-0/+1
* Move ActionController::RecordIdentifier to ActionViewPiotr Sarnacki2012-08-281-0/+1
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-1/+5
* defines a private require-hub active_support/railsXavier Noria2012-08-021-0/+1
* TestCase does not need to be loaded when loading the frameworkAaron Patterson2012-06-151-1/+3
* Revert "AV::TestCase does not need to be loaded when eagerly loading the"Aaron Patterson2012-06-141-2/+1
* AV::TestCase does not need to be loaded when eagerly loading theAaron Patterson2012-06-141-1/+2
* Fix the buildSantiago Pastorino2012-05-221-1/+0
* require active_support/lazy_load_hooks where is neededSantiago Pastorino2012-05-221-0/+1
* Lazy load I18nSantiago Pastorino2012-05-111-2/+3
* Move require to where it's neededSantiago Pastorino2012-05-111-2/+0
* Remove ruby/shimSantiago Pastorino2012-05-111-1/+1
* Merge pull request #4248 from andrew/2012Vijay Dev2011-12-311-1/+1
|\
| * Updated copyright notices for 2012Andrew Nesbitt2011-12-311-1/+1
* | 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