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 correctly if you want
people''s
passwords to remain valid. If you can make everyone reset their password,
then you don''t have to worry about that.
On Fri, Apr 19, 2013 at 5:55 AM, siva kumar
<lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:
> 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 application
>
> Is there anyway to trace out the columns used by restful_authentication
> ??
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.