On Tue, Aug 16, 2011 at 1:38 PM, 7stud -- <li...@ruby-forum.com> wrote:
> What is the output when you try this: > > def password_reset_instructions(user) > @user = user > p @user > @url = edit_password_reset_url(user.perishable_token) > mail(:to => user.email, :subject => 'Password Reset for > WaveLineup') > end > > Thanks... actually I just honed in on the next line starting with @url... This is where it is failing. Turns out it was that I was missing the default app host in my development.rb file. What wasted all this time is that the error message seemingly was not the cause of the problem or even accurate... I know better now but usually ruby/rails messages are more accurate. > -- > > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.