Re: [Rails] rails authentication to devise

2013-04-19 Thread Paul
I would create a dummy rails app, add Devise and your model (probably called User), then study the differences between your current database and the one in your dummy app. I did that migration a couple of years ago and didn't have any problem. You just have to set the type of password hash correct

[Rails] rails authentication to devise

2013-04-19 Thread siva kumar
Hello all, I'm migrating an application from rails 2.3 to rails 3.2 which uses "restful_authentication" plugin. I've found this link(https://github.com/plataformatec/devise/wiki/How-To%3a-Migrate-from-restful_authentication-to-Devise) is very helpful but I have no idea about the database in my ap