activesupport
Testing ActiveSupport::TimeWithZone objects for equality
Can someone explain how d1 is greater than d2?They are the same damn dates (or atleast that is how they look to me).[详细]
2023-04-06 11:42 分类:问答Rails app works locally, crashes on Heroku
I\'ve been trying to figure out what\'s going wrong from the logs, but have no idea how to fix it.Here are the snippets from the logs I\'m a little confused as to how to fix.Any help would be greatly[详细]
2023-04-05 13:19 分类:问答cucumber load error activesupport
I am new to rails and I having trouble using cucumber to run my tests.I get the following error: You have already activated activesupport 3.1.0, but your Gemfile requires activesupport 3.1.0.rc8. Con[详细]
2023-04-03 19:35 分类:问答ActiveSupport::SecureRandom.hex question? Rails and Ruby
I have a question regarding the ActiveSupport::SecureRandom class\\library. http://apidock.com/rails/ActiveSupport/SecureRandom[详细]
2023-04-03 02:59 分类:问答Which version of Padrino runs fine in Ruby 1.8.6?
Padrino 0.10 gem installed activesupprt 3.0.9 which requires ruby >= 1.8.7. I am Working on Ruby 1.8.6 can any one suggest me which version of Padrino works开发者_开发技巧 fine with Ruby 1.8.6 ?[详细]
2023-04-01 14:08 分类:问答Is this a bug in the Ruby time class when doing relative date arithmetic?
Can someone tell me if this is a bug in the ruby time class? ruby-开发者_C百科1.8.7-p334 :021 > now = Time.now[详细]
2023-04-01 00:04 分类:问答Error when trying to run delayed_job in production
I am using delayed_job to send emails, everything works fine under development when starting the process using:[详细]
2023-03-31 02:45 分类:问答stack level too deep in new environment, works fine in existing
I am getting this error message when I move my Ruby on Rails server over to a new machine. I\'ve installed Ruby on Rails the exact same way as I have in the past but am now getting this error. I\'ve v[详细]
2023-03-20 18:52 分类:问答Make ClassMethods also available as module function with ActiveSupport::Concern
Given the following code: module Foo extend ActiveSupport::Concern module ClassMethods def foo puts \'foo\'[详细]
2023-03-18 16:53 分类:问答Heroku App Crashes - Reports Error in ActiveSupport gem
I\'m having some hard time running my app on Heroku - The app runs perfect on my local machine. :( The logs report some problem with my ActiveSupport gem. So, i\'ve taken these measures:[详细]
2023-03-18 08:03 分类:问答