An open API service indexing awesome lists of open source software.

https://github.com/emmvs/active_what_1401


https://github.com/emmvs/active_what_1401

Last synced: 3 months ago
JSON representation

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