TripBook
1.0.0
Das TripBook Projekt.
FB_APP_ID
, FB_APP_SECRET
[your_host]/users/auth/facebook/callback
bin/setup
aus..env
.config/database.yml
und führen Sie bei Bedarf bin/rails db:setup
aus. bin/rake js:install
: JavaScript-Abhängigkeiten mithilfe von NPM installieren.bin/rake erd:generate
: ERD-Diagramm für Domänenmodelle generieren (erfordert Graphviz 2.22+).bin/rake syntax:check
: Überprüfen Sie die Codesyntax mit Rubocop.bin/rake syntax:check_js
: Überprüfen Sie die JS-Codesyntax mit ESLint.bin/rake syntax:auto_correct
: Automatische Korrektur der Codesyntax mit Rubocop.bin/rake staging:bootstrap
: Füllen Sie die Datenbank mit Testdaten. Führen Sie bin/guard
für Autotest und Livereload aus.