Public Gists by lukerandall

Gravatar
Thu May 07 02:14:24 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
require 'rubygems'
Gravatar
Thu Feb 19 06:12:23 -0800 2009
1
2
3
DVORAK = {
  :a => 0,
  :b => 4,
Gravatar
Mon Dec 15 02:13:59 -0800 2008
1
2
3
  def display_standard_flashes(message = 'There were some problems with your submission:')
    if flash[:notice]
      flash_to_display, level = flash[:notice], 'notice'