Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sophiebits/schedule-plus
https://github.com/sophiebits/schedule-plus
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sophiebits/schedule-plus
- Owner: sophiebits
- Created: 2012-02-13T09:08:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-13T23:46:21.000Z (almost 13 years ago)
- Last Synced: 2024-10-26T10:45:10.391Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Seeding the database
====================- Rake task found in lib/tasks/seed.rake
- Seeding logic found in app/models/seeder.rb
- Use this instead of rake db:seedrake seed:semesters
- Seeds the db with semestersrake seed:soc semester="Spring 2012"
- requires semesters to be seeded first
- semester field is optional (will use current semester)
- Seeds the db with SoC data
- also seeds db with Department datarake seed:all
- Runs all the above tasks