Skip to content

ryansobol/ranch_orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ranch_orm

Hack ryansobol/ranch_orm on Nitrous.IO

To install dependencies:

brew install sqlite
mkdir ranch_orm
cd ranch_orm
touch Gemfile
source 'https://rubygems.org'

gem 'activerecord', require: 'active_record'
gem 'sqlite3'
gem 'rake'
bundle install --path vendor/bundle

To migrate the database:

bundle exec rake db:migrate

To run:

ruby lib/ranch.rb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages