gem

    1熱度

    2回答

    我試圖安裝此軟件包:https://github.com/jongilbraith/simple-private-messages與軟件包安裝。 而且我得到了以下錯誤消息: Updating git://github.com/professionalnerd/simple-private-messages.git Fetching source index for http://rubyge

    2熱度

    1回答

    我做了: gem install hpricot --platform=mswin32 當我做gem list它正確列出: *** LOCAL GEMS *** abstract (1.0.0) actionmailer (3.0.0) actionpack (3.0.0) activemodel (3.0.0) activerecord (3.0.0) activeresour

    2熱度

    2回答

    我在具有以下 gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', :branch => 'rails3' 相關性的軌道寶石工作,我怎麼能在創業板上市規範添加爲依賴?具體而言,我需要指定依賴項中的路徑和分支。

    4熱度

    1回答

    有沒有辦法告訴rubygems總是搜索遠程寶石(而不是本地)?我嘗試添加以下行到我的~/.gemrc gem: --remote 但問題是,當我這樣做gem list我得到以下結果 ~$ gem list *** REMOTE GEMS *** - (1) 10io-jekyll (0.7.0) 1234567890_ (1.0) 2Performant (0.0.8) 360

    4熱度

    3回答

    我下載了一個包含Rails應用程序代碼的檔案(來自我正在閱讀的一本書)。我正在運行Rails 3.0.1,但應用程序無法啓動,因爲它正在尋找3.0.0beta3。有沒有用我的Rails版本啓動它的方法?

    0熱度

    3回答

    我想使用Rails 3.0.1構建應用程序,但不想從Rails 2.3.8永久切換,因此只需要針對特定​​應用程序使用Rails 3.0.1。 正在使用捆綁答案,如果是的話比怎麼樣? 在此先感謝。

    1熱度

    2回答

    我正在嘗試使用Populator gem。我剛剛安裝了它,但Ruby無法加載它。我的機器上只有一個Ruby安裝,它是Ruby 1.8.7。我能做什麼? This is the gem that doesn't get loaded。 編輯:這是追蹤。我應該早點包括這個。 Freenaut:bio-clinical newuser$ rake db:populate --trace (in /Us

    3熱度

    3回答

    我剛剛創建了一個新的創業板(使用捆綁器)並希望添加Active Record支持。所以我將s.add_dependency "activerecord", "~> 3.0"添加到我的gemspec中。然後我使用Bundler.setup和Bundler.require,並認爲我現在可以訪問Active Record,但我沒有。我必須明確使用require "active_record"。任何想法爲

    2熱度

    4回答

    我正在嘗試使用searchlogic gem的this forked version。在我的Gemfile,我有 gem "searchlogic", :git => "http://github.com/railsdog/searchlogic.git" 的時候我bundle install,我得到這個錯誤: Could not find gem 'searchlogic (>= 0, ru

    1熱度

    2回答

    bogon:~ Zhulin$ ruby -v ruby 1.8.6 (2009-06-08 patchlevel 369) [universal-darwin9.0] bogon:~ Zhulin$ rails -v Rails 1.2.6 bogon:~ Zhulin$ gems -v -bash: gems: command not found bogon:~ Zhulin$ s