rails-5-api-tutorial
rails-5-api-tutorial copied to clipboard
Rails 5 API with swagger docs, Rspec, and JSON+API
Results
1
rails-5-api-tutorial issues
Sort by
recently updated
recently updated
newest added
Step 1: ``` git clone https://github.com/rails/rails.git cd rails/ bundle install ``` Step 2: ``` bundle exec railties/exe/rails new ../demo --edge --dev --api ``` Error: ``` env: ruby\r: No such file...