search for: email_recipi

Displaying 3 results from an estimated 3 matches for "email_recipi".

2007 Oct 24
7
NoMethodError when creating new ActiveRecord model object
...ems/activerecord-1.15.4/lib/active_record/base.rb:1675:in `send'' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.4/lib/active_record/base.rb:1675:in `attributes='' -------------------------- in my controller: def edit_xml() @email_config = EmailConfig.find(params[:id]) @email_recipient = EmailRecipient.new(:email_config_id => @email_config.id) render :xml => @email_config.to_xml(:dasherize => false, :include => [ :email_recipients ]) end -------------------------- my models: class EmailConfig < ActiveRecord::Base has_many :email_recipients validates_p...
2007 Jul 23
3
sending email
HI i am presently new to this ror language can you please send me the stepwise procedure for sending the email ...... -- 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
2012 Jul 20
2
scheduling mails in 2.3.8
Hi all, How can i send mails in rails 2.3.8 and schedule them when i need it. i''ve tried with whenever gem but it did not work properly . can any one help me out . thanks in advance -- 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