search for: confirmation_instruct

Displaying 2 results from an estimated 2 matches for "confirmation_instruct".

2011 Aug 09
0
Devise, RSpec and Webrat
...it "testing request" do visit "/" end end end I get: ActionView::TemplateError in ''Campaign in first step should have an owner'' super: no superclass method `response'' for #<DeviseMailer: 0x7f29a3a07610> In app/views/devise_mailer/confirmation_instructions.html.erb webrat (0.7.3) lib/webrat/core/methods.rb:31:in `response'' /usr/lib/ruby/gems/1.8/gems/rspec-rails-1.3.2/lib/spec/rails/ extensions/action_view/base.rb:27:in `render'' devise (1.0.9) app/models/devise_mailer.rb:42:in `render_with_scope'' devis...
2013 Jun 25
6
creating an account with a username in devise
Hello, all. I have followed these links and have enabled a (current) user to login with a username: http://railscasts.com/episodes/209-introducing-devise http://railscasts.com/episodes/210-customizing-devise https://github.com/plataformatec/devise/wiki/How-To:-Allow-users-to-sign-in-using-their-username-or-email-address I want to allow a user to sign up with a username but am getting these