8000 GitHub - dbrady/friendly_demo: Demo of FriendlyORM for slc.rb
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dbrady/friendly_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friendly Demo

Getting Started

Installation

First, obviously, you’ll need FriendlyORM:

gem install friendly

You’ll also want memcached for the caching portion:

gem install memcached

Oh, and yeah, you’ll probably want rails. I did the demo with 2.3.4; you can either install that version or change the version requirement in config/environments.rb

gem install rails -v2.3.4

Setup

rake db:create:all
rake db:migrate
rake spec # make sure everything passes

About

Demo of FriendlyORM for slc.rb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0