aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/paths.rb
Commit message (Expand)AuthorAgeFilesLines
* Added title to some other files in actionpack/lib/action_viewRizwan Reza2010-06-161-0/+1
* Changes made while working on upgrading cells to Rails 3wycats2010-06-021-0/+1
* Clean LookupContext API.José Valim2010-03-081-19/+10
* Bring AM up to date with new rendering stack.José Valim2010-03-081-0/+8
* Move details to lookup_context and make resolvers use the cache key.José Valim2010-03-081-2/+2
* Speed up performance in resolvers by adding fallbacks just when required.José Valim2010-03-081-1/+1
* Added template lookup responsible to hold all information used in template lo...José Valim2010-03-071-2/+2
* First take on ViewPaths clean up.José Valim2010-03-071-59/+19
* Improve missing template error messages a little bit.José Valim2010-01-311-1/+1
* Reorganize autoloads:Carlhuda2009-12-021-1/+1
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-2/+5
* Remove some old cruftYehuda Katz2009-08-271-3/+0
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-5/+5
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-1/+1
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-6/+6
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-3/+3
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-141-5/+2
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-4/+12
|\
| * Simplify handling of absolute path templates. [#2276 state:resolved]thedarkone2009-03-241-1/+1
| * ruby 1.9 compat: Pathname doesn't support =~Joshua Peek2009-03-151-1/+1
| * correctly handle layouts for AJAX requests and regular js files [#2052 state:...Matt Jones2009-02-241-3/+3
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-8/+15
| * Improve view rendering performance in development mode and reinstate template...Andrew White2009-02-091-9/+8
| * Render implicit html template when xhr request now supports localization [#18...José Valim2009-02-071-0/+2
| * Use Path rather than EagerPath when cache_classes == false so other view path...Andrew White2009-02-051-1/+5
* | In the middle of some refactoring... some fails due to changes in AbstractCon...Yehuda Katz and Carl Lerche2009-03-231-0/+9
* | Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-231-0/+3
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-7/+13
|\ \ | |/ |/|
| * Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-3/+13
* | Restore implicit rendering for XHR requests that want a HTML template [#1590 ...Joshua Peek2009-01-271-0/+3
* | Add localized templatesJoshua Peek2009-01-251-1/+5
|/
* Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-106/+1
* 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