Displaying 2 results from an estimated 2 matches for "railmail".
Did you mean:
hailmail
2006 Jun 03
5
Railmail: rails plugin (http://railmail.nullstyle.com)
Hi all,
Just dropping a line here because I have recently release a plugin
that some of you might find interesting or get a little use out of. I
call it Railmail. In a nutshell, it traps any mail sent through
ActionMailer (when the delivery_method is set to :railmail), stores it
in a database, and provides an interface to view those messages.
My initial motivation for the plugin was gmail: While developing
locally on my laptop at work, gmail wouldn'...
2006 Jun 09
1
Rails Plugins With Views
Howdy Kids,
I currently have a Rails component we use in our CMS to display some
items... Well, everyone keeps telling me that components are going out of
style and could be depracated sometime soon so I''ve been looking at writing
a plugin.
Does anyone have an example of a plugin that includes views? I''d love to
check one out to get an idea of how to structure my own plugin.