aantix / turkee

Blurring the line between Mechanical Turk, Rails and usability testing..
http://github.com/aantix/turkee
MIT License
152 stars 39 forks source link

generators are failing #7

Closed pdanial closed 13 years ago

pdanial commented 13 years ago

Receiving the following error upon issuing the generators:

bash-3.2$ rails g turkee /Library/Ruby/Gems/1.8/gems/turkee-1.0.4/lib/turkee.rb:4:in require': no such file to load -- lockfile (LoadError) from /Library/Ruby/Gems/1.8/gems/turkee-1.0.4/lib/turkee.rb:4 from /Library/Ruby/Gems/1.8/gems/bundler-1.0.10/lib/bundler/runtime.rb:68:inrequire' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.10/lib/bundler/runtime.rb:68:in require' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.10/lib/bundler/runtime.rb:66:ineach' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.10/lib/bundler/runtime.rb:66:in require' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.10/lib/bundler/runtime.rb:55:ineach' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.10/lib/bundler/runtime.rb:55:in require' from /Library/Ruby/Gems/1.8/gems/bundler-1.0.10/lib/bundler.rb:120:inrequire'

I'm running Rails 3.0.4 and have completed 'bundle install' and the Rakefile 'require' per the readme.

aantix commented 13 years ago

Verify that turkee has an entry in your Gemfile

gem 'turkee'

Then do a 'bundle install'.

Do you see "Using lockfile (1.4.3)" as one of the lines that Bundler outputs?

pdanial commented 13 years ago

The gem is in place and bundle install does not yield any mention of "Using lockfile..."

aantix commented 13 years ago

Can you do me a favor; run through this same exercise but with a new rails application?

I just created a new rails app, ('rails new new_app'), added Turkee to the Gemfile and all installed (including dependencies) properly. I'm running Rails v3.0.7. and Bundler v1.0.10

pdanial commented 13 years ago

I updated rails to 3.0.7, ran `bundle update', and was able to build the migrations. Thank you for providing such timely assistance; I'm looking forward to getting underway with your Gem.

Best, Pat

On Sat, May 21, 2011 at 11:45 PM, aantix < reply@reply.github.com>wrote:

Can you do me a favor; run through this same exercise but with a new rails application?

I just created a new rails app, ('rails new new_app'), added Turkee to the Gemfile and all installed (including dependencies) properly. I'm running Rails v3.0.7. and Bundler v1.0.10

Reply to this email directly or view it on GitHub: https://github.com/aantix/turkee/issues/7#comment_1216261

aantix commented 13 years ago

Nice, great to hear! Don't hesitate to let me know of any other issues you run into.