DannyBen / my-activerecord

A baseline for developing Ruby apps with ActiveRecord, without Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My ActiveRecord Baseline

A baseline for developing Ruby apps with ActiveRecord, without Rails.

In the Box

  • Runfile
  • ActiveRecord
  • SQLite
  • Contextual IRB Console
  • DB Migrations
  • Migration Generator

Usage

  • Clone or download the repository
  • Run bundle
  • Run run db migrate
  • Run run --help for more commands

About

A baseline for developing Ruby apps with ActiveRecord, without Rails.


Languages

Language:Ruby 100.0%