Skip to content

Instantly share code, notes, and snippets.

@pjstadig
Created March 18, 2009 15:58
Show Gist options
  • Save pjstadig/81214 to your computer and use it in GitHub Desktop.
Save pjstadig/81214 to your computer and use it in GitHub Desktop.
plugin 'exception_notifier',
:git => 'git://github.com/rails/exception_notification.git'
plugin 'rpx_now',
:git => 'git://github.com/grosser/rpx_now.git'
plugin 'role_requirement',
:git => 'git://github.com/timcharper/role_requirement.git'
gem 'mislav-will_paginate', :version => '~> 2.2.3',
:lib => 'will_paginate', :source => 'http://gems.github.com'
gem 'rubyist-aasm', :lib => 'aasm', :source => 'http://gems.github.com'
gem "rspec", :lib => false, :version => ">= 1.2.0"
gem "rspec-rails", :lib => false, :version => ">= 1.2.0"
rake("gems:install")
generate("rspec")
run("rm public/index.html")
capify!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment