In Rails 2.3.6 I\'m trying to use both MongoDb via MongoMapper and Mysql on the same application. I\'ve seen several others question about this but I cannot find how to configure rails to use bo开发者
I am building an API using Codeigniter and MongoDB. I got some questions about how to \"model\" the mongoDB.
Inside my test database, I would like to trigger a \"new_item\" flag for testing.The method already works in my tests.So now I am setting the created_at and published_at fields of all records to 1 mon
I want to sort the results of a find using the mongo JSON query and having done some reading and experimenting, I still can\'t get it to work. I have got the PagingAndSortingRepository and can use Sor
I have an issue with data I want to aggregate incrementally. I have devices (a lot, stored in the device collection) that emits measures (NOT regularly) that are stored in the db in the record collec
I\'m building a streaming music service that will have features like: Follow users Like songs Create and manage playlists
I am using your distance_of_time_in_words from dotiw gem but not working fine. I am with rails 3.1 + Mongoid.
I am trying an example at Spring 3 开发者_StackOverflow中文版with MongoDB. I can reach MongoDB\'s interface on port 28017. However examples use 27017 in configuration files. Which one to use?28017 is
I have made a simple test of MongoDB under windows environment. The single collection of objects with ID (int32) and Buffer (byte[4096]) was filling sequentially. After reaching of almost 15G (of 16G
Update: I found the solution, look in the bottom of this page... I\'ve got a Node.js, Express, MongoDB, Mongoose project written in CoffeScript and I can create and read data, but I can\'t update.