-
Notifications
You must be signed in to change notification settings - Fork 192
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
Devise cannot build resource #49
Comments
Let me guess, Rails 4.0? There's no Rails 4 version (yet) for the rails-prelaunch-signup example. |
UNSUBSCRIBE Mark Richman On Fri, Aug 2, 2013 at 10:35 AM, Daniel Kehoe [email protected]:
|
@mrichman to get the repo notification messages out of your inbox, got to https://github.com/RailsApps/rails-prelaunch-signup/ and click the "Unwatch" button. It's a GitHub thing. |
Thank you! DUH! :) Mark Richman On Fri, Aug 2, 2013 at 10:42 AM, Daniel Kehoe [email protected]:
|
Its rails 3.2.13 with Ruby 2.0.0-p247 |
Maybe an issue with Devise 3.0. Try:
|
Looks like a change in Devise. I have a fork of the 1-click prelaunch and it's using Devise 2.2.5 and registration works. However, and using the composer method to build this version of the prelaunch site, I have Devise 3.0 and registration doesn't work, stating email can't be blank. To get it work I had to do the following in the create action:
HTH |
@melriffe thanks, this worked for me! |
@melriffe Big thanks! That same issue was giving me a headache. |
@melriffe Still big thanks, drove me crazy to figure this out. |
The request invite form shows Email can't be blank message even with a valid email. Devise is not being able to build resource from the params hash.
The text was updated successfully, but these errors were encountered: