aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/path_set.rb
Commit message (Collapse)AuthorAgeFilesLines
* Optimize the most common resolver case.José Valim2011-05-091-1/+1
|
* Revert to use === only here because of perf. :(José Valim2011-05-081-3/+1
|
* Added activesupport requires for Array.wrap in previously modified filesBurke Libbey2011-05-071-0/+2
|
* Remove redundant check for is_a?(String)Burke Libbey2011-05-061-1/+1
|
* Added a test for MissingTemplate change, and changed to use Array.wrap() asBurke Libbey2011-05-061-1/+1
| | | | requested by josevalim.
* ActionView::PathSet# accepts String or ArrayDavid Chelimsky2011-04-131-0/+1
| | | | | | - Closes #6692 Signed-off-by: José Valim <jose.valim@gmail.com>
* Clean up PathSet.José Valim2010-12-271-19/+4
|
* Final tidy up on templates inheritance.José Valim2010-12-271-7/+2
|
* A bunch of cleanup on the inherited template patchwycats2010-12-261-7/+25
|
* #948 template_inheritanceartemave2010-12-261-6/+10
|
* Ensure resolvers backward compatibility.José Valim2010-12-091-4/+2
|
* SReorganize autoloads slightly and move two files to lib/action_view root.José Valim2010-10-141-0/+41