Skip to content

Instantly share code, notes, and snippets.

@vijaydev
Forked from lifo/gist:31208
Created December 26, 2010 16:18

Revisions

  1. vijaydev revised this gist Dec 26, 2010. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -5,4 +5,6 @@ route "root :to => 'items#index'"
    rake("db:migrate", "production")

    gem 'ruby-openid'
    gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
    gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
    add_source "http://code.whytheluckystiff.net"
    gem "hpricot", :version => '0.6'
  2. vijaydev revised this gist Dec 26, 2010. 1 changed file with 8 additions and 9 deletions.
    17 changes: 8 additions & 9 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,8 @@
    run "rm public/index.html"
    generate(:scaffold, "item name:string")
    route "map.root :controller => :items"

    rake("db:migrate", "production")

    gem 'ruby-openid'
    gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
    gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
    run "rm public/index.html"
    generate(:scaffold, "item name:string")
    route "root :to => 'items#index'"

    rake("db:migrate", "production")

    gem 'ruby-openid'
    gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
  3. @lifo lifo revised this gist Dec 2, 2008. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,3 @@
    inside('vendor') do
    run "ln -s ~/commit-rails/rails rails"
    end

    run "rm public/index.html"
    generate(:scaffold, "item name:string")
    route "map.root :controller => :items"
  4. @lifo lifo created this gist Dec 2, 2008.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    inside('vendor') do
    run "ln -s ~/commit-rails/rails rails"
    end

    run "rm public/index.html"
    generate(:scaffold, "item name:string")
    route "map.root :controller => :items"

    rake("db:migrate", "production")

    gem 'ruby-openid'
    gem 'will-paginate', :git => 'git://github.com/mislav/will_paginate.git'
    gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"