Skip to content

Instantly share code, notes, and snippets.

@komagata
Created March 17, 2009 19:11
Show Gist options
  • Save komagata/80721 to your computer and use it in GitHub Desktop.
Save komagata/80721 to your computer and use it in GitHub Desktop.
# Copy database.yml
run "cp config/database.yml config/database.example.yml"
# Delete unnecessary files
run "rm README"
run "rm public/index.html"
# Install plugins
plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git', :submodule => true
plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git', :submodule => true
plugin 'i18n_generators', :git => 'git://github.com/amatsuda/i18n_generators.git', :submodule => true
# Execute generator
generate :rspec
generate :i18n, "ja"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment