RailsApps / rails3-bootstrap-devise-cancan

Outdated. See the rails-devise-pundit example app for Rails 4.1.
http://railsapps.github.io
491 stars 207 forks source link

"Email can't be blank" and "Password can't be blank" after generating #43

Open nicholasalanbrown opened 11 years ago

nicholasalanbrown commented 11 years ago

Sorry I'm a huge noob, but I just generated via composer and created my own app (i.e. selected some custom options, including installing confirmable and using a PostgreSQL database), and from the start the sign up form doesn't work.

I ran rake db:migrate and rake db:seed but when I try and create a new user account via the sign up page I get "Email can't be blank" and "Password can't be blank" errors even though I've filled out all fields.

What am I doing wrong?

The user login does work for "First User" though.