jeremyevans / home_run

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

Incompatible with ActiveSupport 3.1 #35

Closed cgriego closed 13 years ago

cgriego commented 13 years ago

Unfortunately Rails core seems set on depending on Time#to_date and Time#to_datetime, and feel justified because they're public in 1.9.3.

https://github.com/rails/rails/issues/2759

cgriego commented 13 years ago

A patch landed in ActiveSupport so 3.1.0 is incompatible but 3.1.1 will be compatible.