jeremyevans / home_run

Fast Date/DateTime classes for ruby :: Unmaintained, unnecessary on ruby 1.9.3+
Other
465 stars 10 forks source link

undefined method find_beginning_of_week for Date:Class #52

Closed hph closed 10 years ago

hph commented 10 years ago

I tried running a Rails 4.1.beta1 app after installing home_run and this is what I get:

~/.rvm/gems/ruby-2.1.0/gems/activesupport-4.1.0.beta1/lib/active_support/railtie.rb:34:in `block in <class:Railtie>': undefined method `find_beginning_of_week!' for Date:Class (NoMethodError)

I'm running Ruby 2.1.0.

hph commented 10 years ago

Oh, crap. I don't know how I didn't see the text about it not being necessary in Ruby 1.9.3+. Sorry for wasting your time...