I installed devise.
I run rails server -e development and set this line in config/environments:
config.action_mailer.default_url_options = {:host => 'localhost:3000'}
Devises says:
message with a confirmation link has been sent to your email address. Please open the link to activate your account.
But I didn't receive any mail.
What do you think?