Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAlirio Lancheros
3,522 PointsI've got a "Warning: circular argument reference - now" after I do bin/rails generate rspec:install
Hi treehouse people,
When I do bin/rails generate rspec:install, I get:
/var/lib/gems/2.2.0/gems/activesupport-4.0.1/lib/active_support/values/time_zone.rb:282: warning: circular argument reference - now create .rspec create spec create spec/spec_helper.rb
I got some questions about the above result:
- Why did I get "Warning: circular argument reference - now"?
- Do I have to solve it to prevent future problems? If so, how to solve it?
Thanks in advance!
I am completely new with language programming. I appreciate your help!
1 Answer
Alvin Kato
13,572 PointsThat has to do with rails version issues. This answer here should help!