Skip to content

Instantly share code, notes, and snippets.

@tjpeden
Created August 29, 2012 19:58
Show Gist options
  • Save tjpeden/3518038 to your computer and use it in GitHub Desktop.
Save tjpeden/3518038 to your computer and use it in GitHub Desktop.
Rails Composer generates broken app
rails new orange -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb -T -O
Install an example application?
1) I want to build my own application
Web server for development?
3) Unicorn
Web server for production?
3) Unicorn
Database used in development?
4) MongoDB
How will you connect to MongoDB?
1) Mongoid
Template engine?
2) Haml
Unit testing?
2) RSpec
Integration testing?
1) None
Fixture replacement?
1) None
Front-end framework?
2) Twitter Bootstrap
Twitter Bootstrap version?
1) Twitter Bootstrap (Less)
Twitter Bootstrap version?
1) None
Authentication?
3) OmniAuth
OmniAuth provider?
3) GitHub
Authorization?
1) None
Use a form builder gem?
2) SimpleForm
Install a starter app?
3) Home Page, User Accounts
Home#index renders "undefined method new for Twitter:Module"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment