This is my first post to the mailing list.

https://gist.github.com/46dc099c344c19002a79

I am getting the runtime error

You can no longer call ActionMailer::Base.default_url_options
directly. You need to set config.action_mailer.default_url_options. If
you are using ActionMailer standalone, you need to include the routing
url_helpers directly.
Rails.root: /home/unclemantis/rails_projects/raffle

I have this line in my development.rb file

config.action_mailer.default_url_options = { :host =>
'69.164.197.155' }

What's going on? I don't see where I am calling base_url_options
directly anymore. I commented out where I was.

Thank you for the help!

-- 
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.

Reply via email to