Rails Appplication Programming,Ruby Server Programming
21 April 2011 | 0 Comments
Actually, the title of this post is mis-leading a little so blame Google for bringing you here if this is not what you wanted! What I will do is tell you this – Bundler is really slow on my machine! It takes more than 40 minutes to install just a single gem! I have heard [...]
Tagged in bundler, gems, installation, rails, rails3, rubygems, ruiby
Databases,nosql
5 January 2011 | 0 Comments
Here is a great article on the MongoDB site that explains how to setup Rails 3 to work with MongoDB with very little effort! Essentially this means doing the following things. Create a new Rails 3 application issuing the –skip-active-record switch rails new my_app –skip-active-record Add the following line to include mongo_mapper to your gemfile [...]
Tagged in mongodb, mongomapper, rails3, ruby