![]() | Please read: With regards to Gemfiles and Devise |
|
31 Jan 2013, 16:33
John M Athayde (39 posts) |
Across the board, Devise changed between 2.0 and 2.1 so that things that were methods are now in migrations. The fix, while frustrating, is simple: Change gemfile from
to
And that should give you Devise 2.0.5, which allows migrations to run clean. To verify this, you can
(or ALSO, there are issues with Paperclip. Please change that line to gem “paperclip”, ”~> 2.7” to get Seeds to work. |
| You must be logged in to comment |

