Archive for the ‘rails’ Category

Helper to Display Rails Flash Messages

by
Ian Purton

A simple code snippet for displaying your flash[:warning] = “Warning Message” messages in rails.

Posted in Webmastering, rails | Comments

Simple Email Send Function In Ruby

by
ian.purton

If you need to send an e-mail in ruby, this little function works well.

Posted in rails | Comments