rails/actionview/lib/action_view/template
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
..
handlers optimize string literals in erb templates 2013-12-03 14:56:14 -08:00
error.rb ActionView::MissingTemplate for partials includes underscore. 2013-12-02 08:35:34 +01:00
handlers.rb Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
html.rb Use the reference for the mime type to get the format 2014-02-18 16:12:51 -03:00
resolver.rb Feature detect based on Ruby version. 2014-05-18 12:00:12 -07:00
text.rb Use the reference for the mime type to get the format 2014-02-18 16:12:51 -03:00
types.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00