labrador
A loyal data retriever for your Rails development databases.
File Explorer
Download Latest Version (.zip)- favicon.ico
- logo-large-light.png
- logo-large.png
- logo.png
- app.coffee
- application.coffee
- database.coffee
- footer_view.coffee
- header_view.coffee
- item.coffee
- modal.coffee
- popover.coffee
- progress_view.coffee
- session.coffee
- table_view.coffee
- application.css
- layout.css.sass
- application_controller.rb
- data_controller.rb
- pages_controller.rb
- sessions_controller.rb
- application_helper.rb
- .gitkeep
- .gitkeep
- application.html.erb
- bare.html.erb
- error.html.erb
- home.html.erb
- unauthorized.html.erb
- new.html.erb
- _help.html.erb
- test.db
- development.rb
- production.rb
- test.rb
- 01_database.rb
- auth.rb
- backtrace_silencers.rb
- inflections.rb
- mime_types.rb
- secret_token.rb
- session_store.rb
- wrap_parameters.rb
- en.yml
- application.rb
- boot.rb
- database.distrib.yml
- environment.rb
- i18n-js.yml
- routes.rb
- schema.rb
- seeds.rb
- test.db
- README_FOR_APP
- .gitkeep
- adapter.rb
- adapter_error.rb
- app.rb
- configuration.rb
- constants.rb
- mongo_db.rb
- mysql.rb
- null_app.rb
- postgres.rb
- relational_store.rb
- rethink_db.rb
- session.rb
- sqlite.rb
- store.rb
- version.rb
- view_helper.rb
- .gitkeep
- labrador.rb
- .gitkeep
- glyphicons-halflings-c9e68b77a3db33fe3808f894d38ac64c.png
- glyphicons-halflings-white-13553a5bf21ae3cc374006592488ec64.png
- glyphicons-halflings-white.png
- glyphicons-halflings.png
- application-09b2bf86e30c162b7a252cfefaef2580.js
- application-09b2bf86e30c162b7a252cfefaef2580.js.gz
- application-be20bb38bfb5c8b010dbc3b0b85f32ab.css
- application-be20bb38bfb5c8b010dbc3b0b85f32ab.css.gz
- application.css
- application.css.gz
- application.js
- application.js.gz
- favicon-5198078dce798482d8a4b31c6cb9d677.ico
- favicon.ico
- logo-4ea090d2734ec163e294a355accc9b2e.png
- logo-large-493a219aa754f63f1dfc9aef2e90b2fb.png
- logo-large-light-764880639cd8a86cfe78191df30974f0.png
- logo-large-light.png
- logo-large.png
- logo.png
- manifest.yml
- 404.html
- 422.html
- 500.html
- favicon.ico
- robots.txt
- rails
- database.yml
- database.yml
- mongoid.yml
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- browsing_test.rb
- .gitkeep
- adapter_test.rb
- app_test.rb
- mongodb_test.rb
- mysql_test.rb
- postgres_test.rb
- rethinkdb_test.rb
- session_test.rb
- sqlite_test.rb
- test_helper.rb
- glyphicons-halflings-white.png
- glyphicons-halflings.png
- .gitkeep
- async.js
- backbone.js
- bootstrap.js
- bootstrap.min.js
- event_emitter.js
- keymaster.js
- underscore.js
- .gitkeep
- bootstrap-responsive.css
- bootstrap.css
- foundation.css
- .gitkeep
- .gitignore
- .powrc
- config.ru
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- test.db
# Installation Guide
1. Get the code
git clone https://github.com/chrismccord/labrador
Downloads the entire project code from GitHub to your computer.
cd labrador
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
alias labrador-start="cd $HOME/.labrador && bundle exec rails s -e production -p 7488"
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
