GitHunt
RT

rthbound/prog-sso-api

bundle init

echo "gem 'rails', github: 'rails/rails', branch: '5-1-stable'" >> Gemfile
bundle install

bundle exec rails new . --api --database=postgresql
rails g scaffold User
rails generate active_record:session_migration # a few tweaks to make it fly in 5.1-land

Languages

Ruby99.1%HTML0.9%

Contributors

MIT License
Created March 25, 2017
Updated March 5, 2023
rthbound/prog-sso-api | GitHunt