| Commit message (Expand) | Author | Age | Files | Lines |
* | SReorganize autoloads slightly and move two files to lib/action_view root. | José Valim | 2010-10-14 | 1 | -9/+6 |
* | removing some load path tomfoolery | Aaron Patterson | 2010-10-11 | 1 | -3/+0 |
* | fixing railties tests | Aaron Patterson | 2010-10-11 | 1 | -1/+0 |
* | Do not allow templates coming from Fallback resolvers to store a virtual path. | José Valim | 2010-10-10 | 1 | -0/+1 |
* | Clean up the house before moving in the new furniture. | José Valim | 2010-10-10 | 1 | -1/+7 |
* | Cleaned up autoload definitions. | Łukasz Strzałkowski | 2010-09-02 | 1 | -15/+20 |
* | No need to delegate. Simply include the whole RecordIdentifier module. | José Valim | 2010-07-21 | 1 | -0/+1 |
* | Revert "Moved encoding work in progress to a feature branch." | wycats | 2010-05-17 | 1 | -1/+5 |
* | Moved encoding work in progress to a feature branch. | Jeremy Kemper | 2010-05-16 | 1 | -5/+1 |
* | Significantly improved internal encoding heuristics and support. | wycats | 2010-05-16 | 1 | -2/+4 |
* | Initial work to improve the state of encodings for templates | wycats | 2010-05-16 | 1 | -0/+2 |
* | Eliminate an error from an implicit dependency on AV::Base | wycats | 2010-03-19 | 1 | -1/+3 |
* | Optimize and clean up how details key get expired. | José Valim | 2010-03-10 | 1 | -0/+1 |
* | Merge master. | José Valim | 2010-03-08 | 1 | -7/+7 |
|\ |
|
| * | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -1/+1 |
* | | Rename Template::Lookup to LookupContext. | José Valim | 2010-03-08 | 1 | -0/+1 |
* | | More refactoring on the views side of rendering. | José Valim | 2010-03-08 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'master' of git://github.com/rails/rails | Mikel Lindsaar | 2010-02-02 | 1 | -2/+1 |
|\ |
|
| * | Deleted all references to ActionView::SafeBuffer in favor of ActiveSupport::S... | Santiago Pastorino | 2010-01-31 | 1 | -2/+0 |
| * | action_view/safe_buffer is no longer valid | Santiago Pastorino | 2010-01-31 | 1 | -1/+0 |
| * | For performance reasons, you can no longer call html_safe! on Strings. Instea... | Yehuda Katz | 2010-01-31 | 1 | -1/+3 |
* | | Updating copyright dates on all licenses | Mikel Lindsaar | 2010-02-01 | 1 | -1/+1 |
|/ |
|
* | Autoload AC and AV test case classes | Joshua Peek | 2010-01-04 | 1 | -0/+2 |
* | Remove the ActionView::Base autoload because it creates crazy circular autolo... | Carlhuda | 2009-12-23 | 1 | -1/+1 |
* | Flip deferrable autoload convention | Joshua Peek | 2009-12-22 | 1 | -20/+21 |
* | Add active_support/ruby/shim to the default requirements for AP components | Yehuda Katz | 2009-12-20 | 1 | -1/+1 |
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -7/+6 |
* | Add autoloads for ActionView::Template* classes, and an ActionView::TemplateE... | Nathan Weizenbaum | 2009-12-10 | 1 | -0/+4 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -14/+12 |
* | Remove reference to class that doesn't exist (ht: brynary) | Yehuda Katz | 2009-11-28 | 1 | -1/+1 |
* | Switch to on-by-default XSS escaping for rails. | Michael Koziarski | 2009-10-08 | 1 | -3/+3 |
* | Remove unused code in ActionView. | José Valim | 2009-09-15 | 1 | -3/+0 |
* | Require active_support after autoload setup | Jeremy Kemper | 2009-09-14 | 1 | -5/+5 |
* | Refactor ActionView::Resolver | Yehuda Katz + Carl Lerche | 2009-09-03 | 1 | -0/+1 |
* | Separate ActionView::Context so something else can easily be made into an AV ... | Yehuda Katz | 2009-07-19 | 1 | -1/+2 |
* | Add some missing dependencies | Yehuda Katz | 2009-07-15 | 1 | -0/+1 |
* | Cleaning up more tests and code that needed to work in both old and new base | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -0/+1 |
* | Rename path.rb to resolver.rb | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -1/+1 |
* | Rename ActionView::Template::Path ActionView::Resolver | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -14/+14 |
* | Cleaning up more render tests | Yehuda Katz + Carl Lerche | 2009-05-14 | 1 | -0/+1 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -10/+3 |
* | No more free lunch | Jeremy Kemper | 2009-04-22 | 1 | -0/+1 |
* | Makes rails-dev-boost work again | Carl Lerche & Yehuda Katz | 2009-04-14 | 1 | -0/+1 |
* | Working on being able to render :text with layouts | Carl Lerche | 2009-03-23 | 1 | -0/+1 |
* | Begin unifying the interface between ActionController and ActionView | Yehuda Katz | 2009-01-22 | 1 | -8/+11 |
* | Bump up the year in MIT license files | Pratik Naik | 2009-01-18 | 1 | -1/+1 |
* | Add config.preload_frameworks to load all frameworks at startup. Default to f... | Jeremy Kemper | 2008-11-24 | 1 | -2/+0 |
* | Add LAZY env flag for testing autoload/lazy load feature | Joshua Peek | 2008-11-24 | 1 | -1/+1 |
* | use autoload instead of explicit requires for ActionView | Joshua Peek | 2008-11-23 | 1 | -15/+21 |
* | use :en as a default locale (in favor of :en-US) | Sven Fuchs | 2008-11-18 | 1 | -1/+1 |