https://github.com/emmvs/active_what_1401
https://github.com/emmvs/active_what_1401
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmvs/active_what_1401
- Owner: emmvs
- Created: 2023-10-24T11:56:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T10:08:43.000Z (over 2 years ago)
- Last Synced: 2025-12-28T23:57:26.505Z (7 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Active Record boilerplate
This is a starting point for the Active Record Basics & Advanced lectures. During these two lectures, you need to:
- Clone the project
- Run `bundle install`
- Explain `rake -T`
- Explain `config/database.yml`
- Run `rake db:create` / `rake db:drop`
- Create and run 2 migrations