'rails' Category
Helper to Display Rails Flash Messages
A simple code snippet for displaying your flash[:warning] = “Warning Message” messages in rails.
Simple Email Send Function In Ruby
If you need to send an e-mail in ruby, this little function works well.
def send_email(from, from_alias, to, to_alias, subject, message)
msg =