Permalink
Please sign in to comment.
Browse files
Add activesupport
Wanted to get away without using this. But slice/except/demodulize are so nice... Including it, but only loading what's specifically used.
- Loading branch information...
Showing
with
17 additions
and 0 deletions.
- +1 −0 Gemfile
- +11 −0 Gemfile.lock
- +5 −0 config/initializers/active_support.rb
11
Gemfile.lock
| @@ -0,0 +1,5 @@ | ||
| +# Only load what we need | ||
| +require 'active_support/core_ext/hash/slice' | ||
| +require 'active_support/core_ext/hash/keys' | ||
| +require 'active_support/core_ext/hash/except' | ||
| +require 'active_support/core_ext/string/inflections' |
0 comments on commit
94d6412