How do I avoid the circular argument reference warning in activesupport. Happens on ruby 2.2.0
/home/ec2-user/apps/foo_prod/shared/bundle/ruby/2.2.0/gems/act
I altered the time_zone.rb file, instead of now=now, I entered now=Time.now and problem solved.
now=now
now=Time.now