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