ruby-1.9.2

    0熱度

    1回答

    我碰到了奇怪使用散列作爲類變量的問題。運行以下代碼後,我期望類變量@@class_hash應包含{:one => {'a' => 'one'}, :two => {'a' => 'two'}}。 但是,我運行此代碼後,@@class_hash是{:one => {'a' => 'two'}, :two => {'a' => 'two'}}。 這是爲什麼? class Klass @@cl

    1熱度

    1回答

    我的heroku部署崩潰,出現以下錯誤。 2012-12-12T17:16:18+00:00 app[web.1]: bash: bundle: command not found 2012-12-12T17:16:19+00:00 heroku[web.1]: Process exited with status 127 2012-12-12T17:16:19+00:00 heroku[we

    0熱度

    2回答

    我使用Ruby 1.9.2 string = "asufasu isaubfusabiu safbsua fbisaufb sa {{hello}} uasdhfa s asuibfisubibas {{manish}} erieroi" 現在,我必須找到{{anyword}} 多少次它會和名稱與大括號。 閱讀Regexp 後我使用 /{{[a-z]}}/.match(string) 但它

    12熱度

    4回答

    當我嘗試啓動我的Rails的服務器,我收到以下錯誤: 我使用Ruby 1.9.2 => Booting WEBrick => Rails 3.1.8 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server /Users/

    1熱度

    1回答

    回形針在Heroku中生成錯誤的URL。 我有一個音頻模式具有MP3領域如下: class Audio < ActiveRecord::Base has_attached_file :mp3, :storage => :s3, :s3_credentials => S3_CREDENTIALS, :bucket => S3_CREDENTIALS[:buck

    1熱度

    1回答

    我有一個像下面 "\"123\",\"Columbia, Gem Of The Ocean\"" 我想把它轉換成數組一個字符串,我應該得到像下面 ["123","Columbia, Gem Of The Ocean"] 但是,當我用逗號方法對字符串分割我得到一個輸出像下面 ["\"123\"", "\"Columbia", " Gem Of The Ocean\""] 這是分裂「哥,創

    3熱度

    1回答

    我從以下C#加密碼開始,並且想用Ruby解密。我的問題是我不知道如何在Ruby/OpenSSL中設置填充模式。我特別需要使用PKCS7。 C#加密 System.Security.Cryptography.Aes c = new System.Security.Cryptography.AesManaged(); c.Mode = CipherMode.CBC; c.Padding = Pad

    3熱度

    1回答

    我在使用Ruby 1.8.6(MRI)的Rails 2.2.2版本中有一個現有的rails應用程序。 任何人都可以請讓我知道,如何使用Ruby 1.9.2運行應用程序。因爲,我必須在Ruby 1.9.2(MRI)版本上運行該應用程序。 在此先感謝。 Ratnakar M.

    21熱度

    1回答

    格式化的整數填充零容易在Ruby中: sprintf("%010d", 345) #=> "0000000345" 但是當我嘗試以填補零的字符串我無法找到一個簡單的解決方案: sprintf("%010d", "12AD") #=> ArgumentError: invalid value for Integer(): "12AD" sprintf("%010s", "12AD") #=>

    0熱度

    1回答

    我試圖安裝OJ紅寶石寶石 gem install oj -v '1.3.5' 下面是輸出日誌 C:/Ruby192/bin/ruby.exe extconf.rb 紅寶石版本創建的Makefile 1.9.2 < < < < < 創建的Makefile make C:/Ruby192/bin/ruby -e "puts 'EXPORTS', 'Init_oj'" > oj-i386-