Commit Graph

3 Commits

Author SHA1 Message Date
Michael Herold ca34d28a84 In Rails, set `Hashie.logger` to `Rails.logger` 2017-02-10 10:12:00 -06:00
Michael Herold ac6193c9ea Remove auto-load for `Hashie.logger`
The auto-load is never triggered because there is no `Hashie::Logger`
constant to trigger it. We need to `require` the file in the top level
`hashie.rb` and anywhere else that uses it (in case someone just loads a
single file).

At the moment, this is only used in Mash, so we're covered.
2017-02-10 08:27:24 -06:00
dblock c4ae0a944f Fix #391: require all dependencies in Hashie::Mash. 2017-01-31 13:11:19 -05:00