Skip to content

Conversation

@mattbrictson
Copy link
Contributor

In Rails 4.0.0, date_select and related helpers would fail in some circumstances with undefined method 'to_datetime' for 0:Fixnum errors. This was causing our tests to fail. Upgrading to the latest Rails 4.0.x version fixes the bug and now all tests pass.

See: rails/rails#25571

In Rails 4.0.0, date_select and related helpers would fail in some
circumstances with `undefined method 'to_datetime' for 0:Fixnum` errors.
This was causing our tests to fail. Upgrading to the latest Rails 4.0.x
version fixes the bug and now all tests pass.

See: rails/rails#25571
@mattbrictson
Copy link
Contributor Author

Merging this in so it can be part of the 2.4.0 release.

@mattbrictson mattbrictson merged commit 568f599 into bootstrap-ruby:master Jul 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant