-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few Rails 3.2 fixes #931
Conversation
I verified the test suite passes on Rails 3.2 and 3.1. |
Forgot to mention, there is one bug in thoughtbot/shoulda#173 that breaks two tests with an error about "primary_key_name". Once I patched that bug, the tests pass. |
+1 linking to your fork in my gem file worked to get my server and console started |
+1 also using @mperham 's fork to make it work |
At |
I am seeing the exact same thing with Grape that I am using for our API on |
@mjacobus then $bundle install It worked for me. |
@folano I don't know what else to do. =/ Thank you anyway. |
A temporal workaround that works for me till we figure out the real problem:
|
I love you dude! Thank you very much! |
Here's a set of small commits which fix a number of bugs and deprecation warnings which show up in the new Rails 3.2 release.