Displaying 2 results from an estimated 2 matches for "your_rails_project".
2006 Aug 15
0
ar_mailer
...you
have to
send hundreds of messages. ar_mailer allows you to store messages
into the
database for later delivery by a separate process, ar_sendmail.
== Installing ar_mailer
Just install the gem:
$ sudo gem install ar_mailer
== Converting to ar_mailer
Go to your Rails project:
$ cd your_rails_project
Create a new migration:
$ ar_sendmail --create-migration
You?ll need to redirect this into a file. If you want a different
name provide the ?table-name option.
Create a new model:
$ ar_sendmail --create-model
You''ll need to redirect this into a file. If you want a different
na...
2006 Apr 02
1
uninitialized constant error
Im getting this error:
NameError in Tourdates#list
uninitialized constant Tourdate
How may I fix uninitialized constant?
--
Posted via http://www.ruby-forum.com/.