Closed dwarner closed 13 years ago
Even though "This will be obsolete with Rails 3.1," until then, it might save people some time to put the simple installation instructions in the README.md:
gem 'spree_related_products', :git => 'https://github.com/spree/spree_related_products.git'
$bundle install
$ rake spree_related_products:instal $ rake db:migrate
. . . or whatever is the preferred method.
NOTE: I did not seem to get the rake task when I just did gem 'spree_related_products' only when I did: gem 'spree_related_products', :git => 'https://github.com/spree/spree_related_products.git'
Instructions added for Rails 3.1
Even though "This will be obsolete with Rails 3.1," until then, it might save people some time to put the simple installation instructions in the README.md:
gem 'spree_related_products', :git => 'https://github.com/spree/spree_related_products.git'
$bundle install
$ rake spree_related_products:instal $ rake db:migrate
. . . or whatever is the preferred method.
NOTE: I did not seem to get the rake task when I just did gem 'spree_related_products' only when I did: gem 'spree_related_products', :git => 'https://github.com/spree/spree_related_products.git'