Migrating from restful_authentication to Devise with Rails 2.3.14 -


i in process of using rails upgrade plugin (https://github.com/rails/rails_upgrade) bring application 2.3.14 3.2. plugin identified "restful_authentication" needed replaced. after research decided try migrate devise. started looking @ https://github.com/plataformatec/devise/wiki/how-to:-migrate-from-restful_authentication-to-devise, issue ran these instructions not meant rails 2.3.14. can figure out how make of work 2.3.14, biggest block have ran not sure versions of devise, devise-encryptable , other gems use. there simple way check? alliteratively making mistake in trying migrate devise before upgrade, should done other way around?

re: there simple way check? short answer no.

to know devise gems use, follow directions in devise wiki - need devise , devise-encryptable according wiki.

re: 1 first: whatever decide do, idea have stable branch before attempting upgrade. either a) upgrade rails + restful_auth working, or b) use devise + upgrade rails - avoid trying both @ same time.

a) seems possible if use https://github.com/satish/restful-authentication . it's fork of original project, , neither active devise ( https://www.ruby-toolbox.com/categories/rails_authentication ). may choose upgrade authentication system devise anyway, leads to...

b) road-more-travelled. should able find plenty of (rails 2.3) upgrade instructions restful_authentication->devise. specs green, attempt rails 3 upgrade.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -