Skip to content

Instantly share code, notes, and snippets.

@superchris
Created March 16, 2012 23:08
Show Gist options
  • Save superchris/2053494 to your computer and use it in GitHub Desktop.
Save superchris/2053494 to your computer and use it in GitHub Desktop.
Rails backbone template
gem "jasminerice"
gem "eco"
gem "rails-backbone"
gem "inherited_resources"
run "bundle install"
generate "backbone:install"
create_file File.join("spec", "javascripts", "spec.js.coffee"), <<EOF
#= require application
#= require_tree .
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment