Arun Agrawal
|
5bc87cc2ee
|
We need [] method here. previously it's an array.
|
2011-08-13 13:13:05 +05:30 |
|
Aaron Patterson
|
26e53a16c4
|
just use map and case / when rather than modifying the iterating array
|
2011-08-09 11:30:43 -07:00 |
|
Aaron Patterson
|
7cd3772fe6
|
only typecast what we need to typecast
|
2011-08-09 11:26:44 -07:00 |
|
Aaron Patterson
|
b14f1c3ad7
|
Favor composition over inheritance.
|
2011-08-09 11:23:02 -07:00 |
|
Aaron Patterson
|
0b212117e6
|
be explicit about arguments passed around
|
2011-08-08 19:29:12 -07:00 |
|
José Valim
|
a9b72fbc9e
|
Optimize the most common resolver case.
|
2011-05-09 11:17:24 +02:00 |
|
José Valim
|
e5a0122419
|
Revert to use === only here because of perf. :(
|
2011-05-08 12:40:15 +02:00 |
|
Burke Libbey
|
06671c37de
|
Added activesupport requires for Array.wrap in previously modified files
|
2011-05-07 18:30:50 -05:00 |
|
Burke Libbey
|
4c4d5c7e6c
|
Remove redundant check for is_a?(String)
|
2011-05-06 15:28:31 -05:00 |
|
Burke Libbey
|
156039c4cf
|
Added a test for MissingTemplate change, and changed to use Array.wrap() as
requested by josevalim.
|
2011-05-06 14:02:31 -05:00 |
|
David Chelimsky
|
a26d407f63
|
ActionView::PathSet# accepts String or Array
- Closes #6692
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-04-13 21:45:51 +02:00 |
|
José Valim
|
ecc83c1e6e
|
Clean up PathSet.
|
2010-12-27 10:15:54 +01:00 |
|
José Valim
|
51a7d9acdd
|
Final tidy up on templates inheritance.
|
2010-12-27 09:14:13 +01:00 |
|
wycats
|
7c568fda6b
|
A bunch of cleanup on the inherited template patch
|
2010-12-26 23:44:51 -08:00 |
|
artemave
|
ddd85ef9c6
|
#948 template_inheritance
|
2010-12-26 22:32:15 -08:00 |
|
José Valim
|
d3f7e565d1
|
Ensure resolvers backward compatibility.
|
2010-12-09 14:06:44 +01:00 |
|
José Valim
|
aa508c9baf
|
SReorganize autoloads slightly and move two files to lib/action_view root.
|
2010-10-14 09:32:53 +02:00 |
|