There is an error generating the confirm_url:
From console:
User.create :email => 'testuser@testdomain.local', :password => 'password', :confirm_password => 'password'
==>
undefined method `confirmation_url' for #<#:0x00000102e06860>)
from In ..../gems/devise-1.1.rc0/app/views/devise/mailer/confirmation_instructions.html.erb
More info
- not an issue if the model is not :confirmable
- only an issue when creating the model directly (console, specs)
- worked in pre4 with rails3.0.0.beta