thirtysixthspan / descriptive_statistics

MIT License
755 stars 69 forks source link

rake db:create fails #31

Closed joshmn closed 9 years ago

joshmn commented 9 years ago

Looks like there's an overriding method which causes this to fail.

Rails 4.1.4 and descriptive_statistics 2.5.1

thirtysixthspan commented 9 years ago

Do you have descriptive_statistics included in your gemfile as follows?

gem 'descriptive_statistics', '~> 2.5.1', :require => 'descriptive_statistics/safe'

joshmn commented 9 years ago

Nope! Will rtfm next time.

Closing.