https://github.com/libbyschuknight/libs_seido_guide
My Seido Karate Guide to help me learn for my next few gradings
https://github.com/libbyschuknight/libs_seido_guide
Last synced: 5 months ago
JSON representation
My Seido Karate Guide to help me learn for my next few gradings
- Host: GitHub
- URL: https://github.com/libbyschuknight/libs_seido_guide
- Owner: libbyschuknight
- Created: 2016-03-19T23:13:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T03:29:30.000Z (almost 9 years ago)
- Last Synced: 2025-08-16T07:28:21.438Z (11 months ago)
- Language: Ruby
- Homepage: https://libs-seido-guide.herokuapp.com/
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Libs Seido Karate Guide
For my next few gradings in [Seido Karate](http://www.seido.com/) I have to learn a lot.
This is my attempt at learning everything I need to, while making a rails app.
I train at [Seido Karate Wellington](http://seidowellington.co.nz/).
### Heroku
Pushes to production continually deploy to Heroku.
Run migrations:
`heroku run rake db:migrate`
Get into console
`heroku run rails console`
Delete all records e.g
`Stance.destroy_all`
Run seed task:
`heroku run rake db:seed`
This app is using:
`rake db:seed:dump`
To dump all data to seed file
[Getting Started with Rails 4.x on Heroku](https://devcenter.heroku.com/articles/getting-started-with-rails4#migrate-your-database)
[Heroku Command Line](https://devcenter.heroku.com/articles/using-the-cli)
----
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions