UmerQaisar

Results 2 comments of UmerQaisar

Have you updated your routes.rb file to use the devise's registrations_controller.rb ?

**Check Your Database Connection in Production** Run the following in the Rails production console (rails console -e production): `ActiveRecord::Base.connection.execute("SHOW transaction_read_only;") ` If it returns on, your database is still in...