Skip to content

Instantly share code, notes, and snippets.

@l0gicpath
Created October 19, 2009 13:05
Show Gist options
  • Save l0gicpath/213345 to your computer and use it in GitHub Desktop.
Save l0gicpath/213345 to your computer and use it in GitHub Desktop.
Mash's Minimalist Rails app Template
run "rm public/index.html"
run "rm public/images/rails.png"
plugin 'flash_message_conductor', :git => 'git://github.com/planetargon/flash-message-conductor.git'
plugin 'acts_as_taggable_on_steroids', :git => 'git://github.com/jviney/acts_as_taggable_on_steroids.git'
plugin 'paperclip', :git => 'git://github.com/thoughtbot/paperclip.git'
plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git'
plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git'
gem 'RedCloth', :lib => 'RedCloth'
gem 'mislav-will_paginate', :version => '~> 2.3.11', :lib => 'will_paginate', :source => 'http://gems.github.com'
gem 'syntaxi'
rake "gems:install", :sudo => true
generate("rspec")
generate("acts_as_taggable_migration")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment