I am using: rails 2.3.4 ruby gems 1.3.5 ruby 1.8.7 windows 7 home basic 64-bit

i was following this tutorial: http://wiki.shopify.com/Creating_an_app_and_deploying_it_to_Heroku

but then in the part where the shopify_app plugin is to be installed, the plugin cannot be found. so what i did was manually download the shopify_app zip file from github and extract it to the app_name/vendor/plugin/shopify_app folder. i ran ruby install.rb to install the plugin. but then when i try to run ruby script/generate shopify_app <API_KEY> <SHARED_SECRET>, this error bugs me:

C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original
_require': no such file to load -- rails/generators (MissingSourceFile)

any suggestions for this problem? i badly need this one. thanks

link|improve this question
It was a bad sign that the plugin didn't install. Have you installed the Shopify API gem, did that go on OK? – Matt Roberts Aug 26 '11 at 7:15
no i haven't installed it. is it really a must? i thought it's for heroku only. so i saved it for later. – Drin DC Aug 26 '11 at 7:22
it has been like that for me with regards to plugins. When i upgraded to rails 3, i installed the plugin manually, too. – Drin DC Aug 26 '11 at 7:31
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.