It seems clear that it's a bug in devise which causes devise to omit the required column unconfirmed_email from the table when it generates the migration The workaround's easy enough, just do it myself, but shouldn't this be fixed by now and why am i the only one who cares?
On Monday, December 21, 2015 at 6:29:08 AM UTC-5, Colin Law wrote: > > On 21 December 2015 at 10:51, fugee ohu <[email protected] <javascript:>> > wrote: > > i get uninitialized constant reconfirmable when i run the migration > > I imagine that in user.rb you have specified devise :reconfirmable. > If so are you sure that is a valid option? > > If it is not that then show us user.rb > > Colin > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a67c8a98-7b0f-4817-a9d5-9c2acc948f26%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

