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 trial

Ruby

Jackson McAlister
Jackson McAlister
1,155 Points

RAKE ABORTED!

I downloaded the projects files from the "build a simple ruby on rails application" stage 3. when i rake db:migrate the files it said to install tzinfo. When i did it work. the bundle and everything. but now it says :

rake aborted! Unable to determine name from existing gemspec. Use :name => 'gemname' in #install_tasks to manually set it. /Users/macuser/treehouse/projects/treebook-stage-3/Rakefile:2:in `<top (required)>'

and i don't know how to fix this.

2 Answers

Sean Perryman
Sean Perryman
13,810 Points

I believe if you follow along here: https://github.com/bundler/bundler/issues/2057 you will be able to find your answer. Looks it has something to do with the directory that Ruby is installed in.

Jackson McAlister
Jackson McAlister
1,155 Points

Thanks but that is not helping. I don't have a gem_helper.rb or del.rb. Thanks for trying. Any more tricks??