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

Satyaki Banerjee
Satyaki Banerjee
290 Points

R-o-R login authentication using Devise issue!

Hi,

I am on Windows 8, completing the build-a-simple-ruby-on-rails-application track.

In the login authentication section, added gem 'devise' in my gemfile. In command prompt, I am trying to execute 'bundle install', but keep getting a 'system cannot find the specified path' error.

Please help me resolve this issue!

Thanks

2 Answers

Satyaki Banerjee
Satyaki Banerjee
290 Points

Solved it!

Open a new terminal, and type 'gem install bundler'

Switch back to the previous terminal and execute 'bundle install'

Should work now.

Once done, check if devise was installed:-

Execute 'bundle show devise'

P.S: Really disappointed none of you bothered helping out on this post. The 'Community' is one of the key points you pitch to potential Treehouse subscribers.

nulled
nulled
1,890 Points

Try 'gem install bundler'.

Satyaki Banerjee
Satyaki Banerjee
290 Points

Did just that. By the way, just 'gem install bundler' won't do the job. Refer to my answer for the entire solution :)