search for: hreyaatnh

Displaying 5 results from an estimated 5 matches for "hreyaatnh".

2006 Mar 14
7
Application error (Rails)
After I attempted to add ActionMailer functionality, it gave the "Application error (Rails)" and now, everything on my site works, except for the part where the Actionmailer ''would have'' sent the email. I took that out now, re-uploaded the file, and ran "killall -USR1 dispatch.fcgi" and still nothing. Everything else works, except that. Any idea what
2006 Mar 14
1
Ruby Dates - help
How can I display my dates for Eastern time zone? Just add 3 hours to it when it''s pulled from the database? If so, how do I do that, and if not, what are my other options? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Mar 14
1
ActionMailer - help!
I want to send myself an email when someone comments on my site. I setup actionmailer in the environment.rb file, but how do I actually send an email? Is it right after "post.save" or something? If so, what''s the syntax? Thanks for any help. -- Posted via http://www.ruby-forum.com/.
2006 Mar 14
1
ActionMailer Error - Please Help!
I''m trying to send an email to myself when someone comments on my site. Here''s my code, if you don''t mind, could you tell me if you see something wrong? #environment.rb # Include your application configuration below ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.server_settings = { :address => "mail.mydomain.com", :domain =>
2006 Mar 14
0
How can I get the Eastern time zone when inserting?
I''m having difficulty when I''m inserting an entry or someone enters a comment, because the time is 3 hours behind. How can I add 3 hours when a comment or entry is saved? Or better yet, how can I use the Eastern time zone? Thanks! -- Posted via http://www.ruby-forum.com/.