TripBook
1.0.0
The TripBook Project.
FB_APP_ID
, FB_APP_SECRET
[your_host]/users/auth/facebook/callback
bin/setup
..env
.config/database.yml
and run bin/rails db:setup
if needed.bin/rake js:install
: Install JavaScript dependencies using NPM.bin/rake erd:generate
: Generate ERD diagram for domain models (requires Graphviz 2.22+).bin/rake syntax:check
: Check the code syntax using Rubocop.bin/rake syntax:check_js
: Check JS code syntax using ESLint.bin/rake syntax:auto_correct
: Auto correct the code syntax using Rubocop.bin/rake staging:bootstrap
: Fill the database with testing data.Run bin/guard
for autotest and livereload.