BeautifulWorld
BeautifulWorld

Reputation: 704

MongoDb Ruby on Rails

iam newbie to MongoDb.. i have installed mongodb driver Are there any "simple" examples for using MongoDb with Ruby On Rails ??? Thank you in advance.. also im getting an error when i try to install gem bson_ext that says : make.exe :unable to locate component. This application has failed to start bcoz msys 1.0.dll was not found..reinstalling application may fix this problem..

Upvotes: 1

Views: 2762

Answers (2)

AdaTheDev
AdaTheDev

Reputation: 147314

See the Ruby tutorial here
There's also:
Getting started with Rails
Getting started with Rails 3
MongoDB Data Modeling and Rails
list of resources relating to Ruby (screencases, presentations, articles...)

Should be some good stuff there!

Upvotes: 3

lebreeze
lebreeze

Reputation: 5134

Have you looked at the tutorials here and here

Upvotes: 0

Related Questions