Thanks Carlos.
I tried to make the application from scratch again, and
notices that I get the following when I run: $ rake db:migrate
(in /Users/abder/Desktop/Rails/auth)
== DeviseCreateUsers: migrating
==============================================
-- create_table(:users)
rake aborted!
An error has occurred, this and all later migrations canceled:
undefined method `registerable' for
#<ActiveRecord::ConnectionAdapters::TableDefinition:0x1b2c8c4>
(See full trace by running task with --trace)
And, here are the "user.rb" and the migration files:
http://paste.pocoo.org/show/247801/
http://paste.pocoo.org/show/nfaacBVbVnsby4cAJnR8/
Thanks.
On Aug 8, 5:22 pm, Carlos Antonio da Silva