Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
/ light_mongo-rails Public archive

LightMongo-Rails provides an interface between the LightMongo::Document and the Rails 3 ActionPack.

Notifications You must be signed in to change notification settings

elliotcm/light_mongo-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightMongo-Rails

LightMongo-Rails provides ActionPack compatibility for LightMongo, allowing you to use form_for and other such helpers.

Status

This project is long abandoned in favour of other contemporary ORMs.

Installation

gem install light_mongo-rails, assuming you already have LightMongo and Rails 3 on the boil.

Usage

class MyModel
  include LightMongo::Model
end

Then use like a normal LightMongo::Document.

NB: You are still welcome to include LightMongo::Document when in Rails, you just might hit some trouble using the ActionPack helpers.

About

LightMongo-Rails provides an interface between the LightMongo::Document and the Rails 3 ActionPack.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages