Skip to content

Instantly share code, notes, and snippets.

@ambethia
Last active August 29, 2015 14:23
Show Gist options
  • Save ambethia/c0738ec12dfa714ccbfd to your computer and use it in GitHub Desktop.
Save ambethia/c0738ec12dfa714ccbfd to your computer and use it in GitHub Desktop.
Rails 5 (edge) API app
mkdir app_name
cd app_name
touch Gemfile

Edit Gemfile

bundle install
bundle exec rails new . --dev --force --api
source 'https://rubygems.org'
ruby '2.2.2'
gem 'rails', :github => 'rails/rails'
gem 'arel', :github => 'rails/arel'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment