Skip to content

A simple ROR application that uses mongoid to connnect to mongoDB.

Notifications You must be signed in to change notification settings

kevin-faro/guestbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guestbook

A simple ROR application that uses mongoid to connnect to mongoDB.

Purpose

To provide a step-by-step tutorial (through commit history) of how to build a ROR application that is backed by mongoDB.

Notes

  • to create the app rails new guestbook --skip-active-record
  • to create the mongoid.yml rails generate mongoid:config
  • to create the Guest model rails generate scaffold Guest name:string

Check it out on Heroku!

http://cryptic-thicket-5118.herokuapp.com/

About

A simple ROR application that uses mongoid to connnect to mongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published