Skip to content

Instantly share code, notes, and snippets.

@komagata
Created May 24, 2009 17:42
Show Gist options
  • Save komagata/117195 to your computer and use it in GitHub Desktop.
Save komagata/117195 to your computer and use it in GitHub Desktop.
run 'rm public/index.html'
plugin 'rspec', :git => 'git://github.com/dchelimsky/rspec.git'
plugin 'rspec-rails', :git => 'git://github.com/dchelimsky/rspec-rails.git'
plugin 'cucumber', :git => 'git://github.com/aslakhellesoy/cucumber.git'
plugin 'webrat', :git => 'git://github.com/brynary/webrat.git'
plugin 'i18n_generators', :git => 'git://github.com/amatsuda/i18n_generators.git'
plugin 'ssl_requirement', :git => 'git://github.com/rails/ssl_requirement.git'
plugin 'exception_notification', :git => 'git://github.com/rails/exception_notification.git'
plugin 'paperclip', :git => 'git://github.com/thoughtbot/paperclip.git'
plugin 'pagination_scope', :git => 'git://github.com/genki/pagination_scope.git'
plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git '
generate :rspec
generate :i18n, "ja"
generate :authenticated, 'user sessions --rspec'
generate :rspec_controller, 'top index'
generate :rspec_scaffold, 'todo name:string'
route "map.root :controller => 'todos'"
route "map.top 'index.html', :controller => 'todos'"
rake 'db:migrate'
rake 'rails:freeze:gems'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment