ruby-1.9.2

    1熱度

    1回答

    我有一個疑問, 我可以使用此命令 gem unpack therubyracer-0.9.9.gem 我越來越therubyracer解壓寶石「herubyracer-0.9.9.gem」 -0.9.9文件夾 Changelog.md的Gemfile README.md Rake文件斌/轉/ lib中/規格/ specmem/specthread/therubyracer.gemspec 和我

    1熱度

    1回答

    目前使用紅寶石1.8.7-P302 [I386] 移動紅寶石紅寶石1.9.2-P0 [I386] 運行軌3.0.0 得到了升級後出現以下錯誤: # RAILS_ENV=production rails s => Booting WEBrick => Rails 3.0.0 application starting in production on http://0.0.0.0:3000 =>

    1熱度

    1回答

    Ruby的super關鍵字的規則是,如果不帶參數調用它,所有原始參數都會被轉發。如果使用明確的參數調用明確的參數,則只傳入明確的參數。 在此示例中,參數不應該被轉發,因爲我使用確切參數調用super。 例子: @doc = Nokogiri::HTML::DocumentFragment.parse("<body></body>") class Cat < Nokogiri::XML::Nod

    2熱度

    3回答

    考慮下面的代碼: class ArrayProxy < BasicObject def initialize @array = [] end def foo puts 'foo' end def method_missing(*args, &block) @array = @array.send(*args, &b

    0熱度

    2回答

    在Settingslogic fork允許數組作爲源,在紅寶石1.8.7一切正常,但在紅寶石1.9.2有一個錯誤。問題是這部分代碼中: self.class.class_eval <<-EndEval def #{key} return @#{key} if @#{key} raise MissingSetting, "Missing setting '#{key}'

    3熱度

    3回答

    a = [2,4,5] a.count-1 => 2 a.count - 1 => 2 但 a.count -1 => 0 是什麼原因導致這種行爲?如果a是整數(而不是數組),爲什麼不會發生? 此外,我注意到方法名稱和後面的括號(對於參數)之間不能有空格。這是爲什麼? 紅寶石1.9.2

    3熱度

    3回答

    所以我的代碼在ruby 1.8.7上運行的很好,但在1.9.2上它不起作用。 這裏的錯誤消息: rake aborted! /u/apps/proxy/releases/20111115125519/db/seeds.rb:16: syntax error, unexpected tASSOC, expecting ')' :image_url => 'dooropen',

    1熱度

    2回答

    運行下面的命令時,我得到這個錯誤: $ rvm upgrade 1.9.2-p180 1.9.3-p0 Are you sure you wish to upgrade from ruby-1.9.2-p180 to ruby-1.9.3-p0? (Y/n): Y Installing new ruby ruby-1.9.3-p0 Installing Ruby from source t

    10熱度

    1回答

    我有一個稱爲類別和其他模型產品的模型。他們有has_many和belongs_to關係。 但在我看來 <p><%= f.collection_select(:product, :category_id, Category.all, :id, :name)%> 代碼是給我 undefined method `merge' for :name:Symbol 任何線索有什麼錯呢?

    1熱度

    1回答

    *在繼續學習之前,我將更好地學習Rails 3.1。感謝您的幫助,每個人:我學到了很多東西! * 我想創建一個基於Gullery的在線投資組合,但我一開始就陷入了困境:我無法創建數據庫。當我運行「耙分貝:創建」,我得到以下錯誤: rake aborted! C:\Sites\gullery/RakeFile:14: syntax error, unexpected $end, expecting