-
create rails app with
rails new yourapp --database=postgresql -T
-
create Github repo,
cd
into your app,git init
,git remote add origin [email protected]:username/yourapp.git
,git commit -am
,git push -u origin master
-
add to Gemfile:
gem 'jazz_hands', github: 'nixme/jazz_hands', branch: 'bring-your-own-debugger' gem 'pry-byebug'
gem 'better_errors'