search for: signup_failure_rails_4

Displaying 1 result from an estimated 1 matches for "signup_failure_rails_4".

2013 Oct 21
6
I think I've found a mistake in Rails tutorial
...*http://ruby.railstutorial.org/chapters/sign-up#sec-signup_failure*<http://ruby.railstutorial.org/chapters/sign-up#sec-signup_failure> clicking the "Create my account" button on the signup form shows the following image at <http://ruby.railstutorial.org/images/figures/signup_failure_rails_4.png> According to the tutorial, I must modify these files to rid myself of the error. - app/controllers/users_controller.rb - app/views/users/new.html.erb - app/views/shared/_error_messages.html.erb - app/assets/stylesheets/custom.css.scss I made all the modifications (until I...