Public Gists by karmi

Gravatar
Sun Jun 14 00:56:42 -0700 2009
1
2
3
namespace :app do
 
  desc "Install the application for local development"
Gravatar
Thu Jun 11 02:55:44 -0700 2009
1
2
3
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~ nice_scaffold.css ~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
Gravatar
Mon May 18 03:36:21 -0700 2009
1
2
3
configure :development, :production do
  # Create database and schema for comments if not present
  begin
Gravatar
Fri May 15 02:19:21 -0700 2009
1
2
3
# ...
begin
  require 'redgreen'
Gravatar
Fri May 15 02:11:50 -0700 2009
1
2
3
class Performer
  
  attr_accessor :object, :method_to_call, :parameters_for_method