rails-devise icon indicating copy to clipboard operation
rails-devise copied to clipboard

Rails 5.0 starter app with Devise for authentication.

Results 15 rails-devise issues
Sort by recently updated
recently updated
newest added

Right out of the box, it seems like the "name" parameter is not saving correctly. However, this is easily fixed by adding the following to `app/controllers/application_controller.rb`: ``` class ApplicationController <...

Hello, on Sqlite3 Devise worked without problem. Now I converted db from Sqlite3 to MySQL and Rails returns error: `Mysql2::Error: Unknown column 'users.' in 'where clause': SELECT `users`.* FROM `users`...

Followed instructions to generate using bootstrap 4 several times with different configurations and I always get a white homepage (invisible navbar w/ only 1 link --> to About page): ![image](https://user-images.githubusercontent.com/6496862/48975140-62615b00-f01f-11e8-9972-ad3d05a1cef1.png)...

Disable mailer locally to avoid [`Net::SMTPAuthenticationError` when resetting password](https://github.com/RailsApps/rails-devise/issues/27). Although this is admittedly trivial, having the app work as-is will prevent confusion for devs new to Rails.

Fix #29 by running `rake db:migrate`. Although this is admittedly trivial, having the `schema.rb` in sync with the repo will prevent confusion for devs new to Rails.

Running server locally generates `ActiveRecord::PendingMigrationError`... ![screen shot 2018-10-01 at 5 46 25 pm](https://user-images.githubusercontent.com/113809/46317731-fc69d180-c5a1-11e8-9b96-de3a61d3e5b9.png)

When running app In development, resetting password at http://localhost:3000/users/password/new yields a `Net::SMTPAuthenticationError`... ![screen shot 2018-10-01 at 5 29 00 pm](https://user-images.githubusercontent.com/113809/46316921-7f3d5d00-c59f-11e8-9dce-ec8a28102355.png)

After using the Rails Composer tool to generate a starter app, the `rails server` command exits with the following error: ```bash $ rails server => Booting Puma => Rails 5.1.4...

Update to latest rails 5.1 release, along with ruby 2.3.4. Add rails version to migration [5.1] so migrations work in 5.1.

This is well documented at this stack overflow post - can you please take a look : http://stackoverflow.com/questions/43149577/rails-composer-devise-rails-will-not-let-me-complete-a-rails-dbreset