Repository is archived
No commit activity in last 3 years
No release in over 3 years
LightMongo-Rails provides an interface between the LightMongo::Document and the Rails 3 ActionPack.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 1.3.0
 Project Readme

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.