GemFile has
gem 'dm-rails', '~> 1.2.1'
gem 'devise', "2.0.4"
gem 'dm-devise', "2.0.1"
Errors
Redirected to http://localhost:3000/
Completed 302 Found in 263ms
Started GET "/" for 127.0.0.1 at 2015-03-03 20:59:33 +0530
Processing by ApplicationController#index as HTML
Completed 401 Unauthorized in 1ms
This has started happening after upgrading ruby from 1.9.3 to 2.1.3
OS - Mac - 10.10.1
I was not able to login because of the above issue. I have searched everywhere but could not get the right solution. Can someone please help me in this. Have spent a lot of time already.