Skip to content

Conversation

@blakewatters
Copy link
Contributor

Since upgrading to Rails 3.1 migration generation has failed to include the timestamp portion of the filename. This was due to a discarded return value in the method_missing overload used to hook into the migration generator. This patch ensures that the return value is returned to the caller and fixes issues installing via Bundler under Ruby 1.9.x due to Psych parse errors.

winton pushed a commit that referenced this pull request Nov 12, 2011
Fix for Rails 3.1 Timestamp Generation & Psych YAML Parse Errors
@winton winton merged commit 72d533a into winton:master Nov 12, 2011
@winton
Copy link
Owner

winton commented Nov 12, 2011

Thanks for the contrib!

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.

2 participants