rails new my_api --api -d postgresql -T --skip-turbolinks --skip-spring
group :development, :test do
gem 'rspec-rails', '~> 3.5'
end
group :test do
Updated by: Scott Borecki
[![LinkedIn: scott-borecki][linkedin-badge]][LinkedIn] [![Email: scottborecki@gmail.com][gmail-badge]][gmail] [![GitHub: Scott-Borecki][github-follow-badge]][GitHub]
Please reach out if you have any comments or suggestions for updates!
We are creating an application to track the maintenance of amusement park rides and mechanics working on those rides.
https://backend.turing.io/module2/misc/blogger
https://github.com/turingschool-examples/task_manager_rails
rails new project_name -T -d="postgresql" --skip-spring --skip-turbolinks