Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activesupport

Why can't I parse a date string saved to a variable in Ruby?

Testing a concern / module that uses ActiveRecord

Error while trying to load the gem 'devise. ActiveSupport: Duration can't be coerced into Integer

Rails times oddness : "x days from now"

Make delegated methods private

Get Time Object at Start of Day in a Particular Time Zone

The InstanceMethods module inside ActiveSupport::Concern.. Deprecation Warning

Why has the InstanceMethods module been deprecated?

Rails: How do I require ActiveSupport's rescue_from method?

NoMethodError: undefined method `halt_callback_chains_on_return_false=' for ActiveSupport:Module

How to use NSTimeZone -timeZoneWithName: with a city name from Rails ActiveSupport?

Rails: get #beginning_of_day in time zone

3.days.ago, 2.hours.from_now etc without Rails?

How to Convert TZInfo identifier to Rails TimeZone name/key

Is the 'Travel' time helper not available in feature specs?

Rails ActiveSupport Time Parsing?

Cannot define multiple 'included' blocks for a Concern (ActiveSupport::Concern::MultipleIncludedBlocks) with cache_classes = true

How do I avoid the circular argument reference warning in activesupport

How can I create a new Date instance in Ruby

How to use Rails 3's ActiveSupport core extensions outside Rails [duplicate]