rails/actionview/lib
Aaron Patterson 239f560630 Feature detect based on Ruby version.
I didn't want to do this, FNM_EXTGLOB is defined on 2.1.x, but Dir.glob
returns the wrong value on Ruby less than 2.2.0.  Checking for a
case-insensitive FS seems too hard, so just check Ruby version  Checking
for a case-insensitive FS seems too hard, so just check Ruby version.
2014-05-18 12:00:12 -07:00
..
action_view Feature detect based on Ruby version. 2014-05-18 12:00:12 -07:00
action_view.rb just require the template resolver 2014-01-31 12:05:50 -08:00