Posts Tagged ‘ mongodb ’

MongoTips: All Mongo, All The Time

MongoTips: All Mongo, All The Time

In which I announce a new blog dedicated to getting everyone on MongoDB.
Read more »

Tags: ,
Posted in Publishers, Rails Tips | Comments

Live From Harmony

Live From Harmony

In which I announce that Rails Tips is now powered by Harmony, the website management tool that we have built at Ordered List.
Read more »

Tags: ,
Posted in Publishers, Rails Tips | Comments

Getting A Grip on GridFS

December 23, 2009
By john at RailsTips - Home
Getting A Grip on GridFS

In which I announce some tweaks I made to a fun plugin which makes storing files in GridFS as easy as 1, 2, 3.
Read more »

Tags: , , ,
Posted in Publishers, Rails Tips | Comments

Why I think Mongo is to Databases what Rails was to Frameworks

December 18, 2009
By john at RailsTips - Home
Why I think Mongo is to Databases what Rails was to Frameworks

In which I divulge the awesomeness of MongoDB that we have used to build Harmony.
Read more »

Tags: , ,
Posted in Publishers, Rails Tips | Comments

Quick Tip: MongoMapper::DocumentNotFound

November 21, 2009
By Ben at BenCurtis.com
Quick Tip: MongoMapper::DocumentNotFound

If you’d like to get a 404 response when you encounter a MongoMapper::DocumentNotFound error, which is the default response for ActiveRecord::RecordNotFound, simply toss this in your initializer where you set up your Mongo connection (I use config/initializers/mongo.rb): ActionController::Base.rescue_responses = :not_found
Read more »

Tags: ,
Posted in Ben Curtis, Publishers | Comments

You’re An Idiot For Not Using Heroku

November 8, 2009
By john at RailsTips - Home
You’re An Idiot For Not Using Heroku

In which I discuss my first experience with Heroku and my second. And how awesome it is.
Read more »

Tags: , ,
Posted in Heroku, Publishers, Rails Tips | Comments

More MongoMapper Awesomeness

October 9, 2009
By john at RailsTips - Home
More MongoMapper Awesomeness

In which I dish on the latest MongoMapper features like dirty attributes, time zone support, custom data types and dynamic finders.
Read more »

Tags: ,
Posted in Publishers, Rails Tips | Comments

Paperclip and MongoMapper

August 29, 2009
By Ben at BenCurtis.com
Paperclip and MongoMapper

I started a new project recently that deals with a lot of imported data, so it seemed like a good excuse to try out MongoDB and MongoMapper. The imported data also has a associated images, so I wanted to get the Paperclip plugin working with my Mongo-based models. Fortunately for me, it...
Read more »

Tags: ,
Posted in Ben Curtis, Publishers | Comments

Double Shot #528

August 28, 2009
By Mike Gunderloy at A Fresh Cup
Double Shot #528

Looks like it’s the quiet part of the week.1.0 GA Released – Of MongoDB that is, and pronounced production-ready by its creators. On Rake – A few notes on more advanced Rake usage.
Read more »

Tags: , ,
Posted in A Fresh Cup, Publishers | Comments

MongoMapper Indy.rb Presentation

August 19, 2009
By john at RailsTips - Home
MongoMapper Indy.rb Presentation

In which I post slides and audio from my last MongoDB presentation.
Read more »

Tags: , ,
Posted in Publishers, Rails Tips | Comments