Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activesupport

Rails app works locally, crashes on Heroku

Base64 encoded string to file (Ruby on Rails) - undefined method `unpack' Error

Long nil safe method chains [closed]

Regex global variables are not being set

Why does Object::try work if it's sent to a nil object?

Rails: Difference between 'in?' and 'include?' in Rails

cattr_accessor not working (outside rails) when active_support is required?

Rails on date object values returned by date.end_of_day.to_datetime and date.to_datetime.end_of_day when compared returns false

Extend the ActiveSupport::Notifications.subscribe, instantiation.active_record hook

Rails: execution expired on time_zone_select

How to fix difference in behavior of activesupport 3.0.0 compare to 2.x?

ruby activesupport

uninitialized constant ActiveSupport::CoreExtensions

Adding BigDecimal hours to DateTime is wrong by 1 second

How do I get Rails TimeZone names from obsolete TZInfo identifiers?

Use .reverse_merge or .merge in default methods params

Ruby weirdness: x == y && [x, y].uniq == [x, y]