Joined June 2014
·
Posted to
Documenting Rails-based REST API using Swagger UI
over 1 year
ago
Nice! Do you know if there's a way to automatically test the API, or do you maintain a separate suite of automated-tests?
Posted to
Heroku + Rails + Bower
over 1 year
ago
This can help, if you need to populate your dev environment with multiple ENV variables before doing a production rake
export $(cat .env | xargs) && RAILS_ENV=production && rake assets:precompile -v
the export $(cat .env | xargs)
will do the populating
Achievements
38 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
Charity
Fork and commit to someone's open source project in need
Cub
Have at least one original jQuery or Prototype open source repo
./node_modules/karma/bin/karma start --single-run --browsers PhantomJS