aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/path_set.rb
Commit message (Expand)AuthorAgeFilesLines
* delegate PathSet's enumerator methodsVasiliy Ermolovich2012-11-091-20/+2
* We need [] method here. previously it's an array.Arun Agrawal2011-08-131-0/+4
* just use map and case / when rather than modifying the iterating arrayAaron Patterson2011-08-091-5/+8
* only typecast what we need to typecastAaron Patterson2011-08-091-11/+9
* Favor composition over inheritance.Aaron Patterson2011-08-091-6/+48
* be explicit about arguments passed aroundAaron Patterson2011-08-081-2/+2
* 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
* ActionView::PathSet# accepts String or ArrayDavid Chelimsky2011-04-131-0/+1
* 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