Displaying 2 results from an estimated 2 matches for "emailtempl".
2006 Jan 31
2
How did I end up with read-only access?
...records and
"show" will drill down, as expected, but "New" or "Edit" just show a
blank screen with a New/Edit button - no empty (or populated) form
fields to fill in.
I really have no idea how that might have happened. I did all the usual
script/generate scaffold emailtemplate thing, created table
emailtemplates in my database with an id field, and so on.
Anybody seen that one before? the only other thing I can think that''s
changed is this is the first time I''m using rails 1.x, previous attempts
were prior to the official 1.0 launch.
Duane
--...
2008 Mar 17
2
Dynamic actions and views
Hi,
I have a set of messages stored in the db. These are email messages
that I have to send based on some condition. This is not the way I had
been doing all these days. I used to create an action in my controller
(class Notifier < ActionMailer::ARMailer) and then create an rhtml
file with the email content and then say
Notifier::deliver_my_email_message to send out the emails. But now
that I