MongoDB
 sql >> डेटाबेस >  >> NoSQL >> MongoDB

रेल जी मोंगोइड कमांड के लिए असफल रहा

मुझे आपके Gemfile के बाद एक ताजा रेल 3.2.3 प्रोजेक्ट के साथ विभिन्न बंडलर/मणि समस्याएं थीं। मैं Gemfile.lock को हटाकर और 'बंडल इंस्टॉल' को फिर से चलाकर इसे पार करने में सक्षम था। मैंने जो किया उसका लॉग संलग्न है और इसमें सक्रिय सक्रिय रिकॉर्ड शामिल है। आशा है कि यह मदद करता है।

$ ruby -v
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
$ rails new free-11479-mongoid-rails-g
$ cd free-11479-mongoid-rails-g

Gemfile as per user

$ bundle install
You have requested:
  json ~> 1.6.3

The bundle currently has json locked at 1.7.1.
Try running `bundle update json`

$ bundle update json
Bundler could not find compatible versions for gem "multi_json":
  In Gemfile:
    rabl (~> 0.5.1) ruby depends on
      multi_json (~> 1.0.3) ruby

    guard-jasmine (>= 0) ruby depends on
      multi_json (1.3.4)

$ rm Gemfile.lock
$ bundle install
$ rails g mongoid:config
     create  config/mongoid.yml
---------
Assuming that you want to excise ActiveRecord...

dereference ActiveRecord

    config/application.rb
        #config.active_record.whitelist_attributes = true
    config/environments/development.rb
        #config.active_record.mass_assignment_sanitizer = :strict
        #config.active_record.auto_explain_threshold_in_seconds = 0.5
    config/environments/development.rb
        #config.active_record.mass_assignment_sanitizer = :strict
    test/test_helper.rb
      #fixtures :all

$ rm database.yml

config/application.rb
    #require 'rails/all'
    require "action_controller/railtie"
    require "action_mailer/railtie"
    require "active_resource/railtie"
    require "rails/test_unit/railtie"

$ rake test # passes



  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. संदर्भ सरणी के साथ नेवला मॉडल स्कीमा:CastError:वस्तु के लिए कास्ट मूल्य के लिए विफल [वस्तु वस्तु]

  2. 5 मिलियन से अधिक रिकॉर्ड के लिए MongoDB क्वेरी प्रदर्शन

  3. MongoDB में एक सरणी में एक एम्बेडेड दस्तावेज़ में एक फ़ील्ड का नाम बदलना काम नहीं कर रहा है

  4. नेवला मोंगो माध्यमिक डेटाबेस से नहीं पढ़ रहा है

  5. लोचदार खोज के साथ मोंगो कनेक्टर का उपयोग करके कस्टम मैपिंग कैसे करें