aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/paths.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-28/+13
* Fixed template lookups from outside the rails root [#1557 state:resolved]Joshua Peek2008-12-111-0/+4
* Silence server backtrace in rescue templates and log files. Also remove some ...Joshua Peek2008-12-051-1/+9
* fixed template recompile issue with previous commit and add some better tests...Joshua Peek2008-11-281-1/+1
* Reinstate "Super lazy load view paths in development mode (no indexing or cac...Joshua Peek2008-11-281-17/+50
* Revert "Super lazy load view paths in development mode (no indexing or cachin...David Heinemeier Hansson2008-11-271-50/+17
* Super lazy load view paths in development mode (no indexing or caching at all...Joshua Peek2008-11-261-17/+50
* Partial revert of 2681685 premature TypeArray abstractionJoshua Peek2008-08-211-1/+25
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-1/+1
* Ensure mailer view path is loaded when it's assigned. Path#[] raises if it is...Jeremy Kemper2008-07-311-0/+2
* Load view path cache after plugins and gems.Joshua Peek2008-07-231-3/+15
* Extract ActiveSupport::TypedArray class to ensure an array is all of the same...Joshua Peek2008-07-221-25/+6
* Ensure ActionView::PathSet::Path is not initialized with a precompiled pathJoshua Peek2008-07-191-0/+2
* Removed config.action_view.cache_template_loading, use config.cache_classes i...Joshua Peek2008-07-151-4/+12
* Set config.action_view.warn_cache_misses = true to receive a warning if you p...Joshua Peek2008-07-121-1/+12
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-0/+85