drhenner / ror_ecommerce

Ruby on Rails Ecommerce platform, perfect for your small business solution.
www.ror-e.com
MIT License
1.21k stars 409 forks source link

Fixing ZenTest and Compass issue in ror_ecommerce #127

Closed pdxrod closed 10 years ago

pdxrod commented 10 years ago

Two issues and solutions: Pulled commit f24b6d0 David Henner Jan 18 2014 22:04:15 RVM said use Ruby ruby-2.0.0-p353 - did so bundle update caused two issues:

  1. ZenTest wouldn't install because it needed RubyGems < 2.2.1
  2. Compass wouldn't install because branch 'rails4-hack' doesn't exist Solution:
  3. Comment out line gem "ZenTest", '4.9.1'#, '4.6.2' in Gemfile
  4. Change Compass line in Gemfile to just say gem 'compass-rails', git: 'https://github.com/Compass/compass-rails.git' with no branch https://gist.github.com/pdxrod/8675675 After these two fixes, everything works
drhenner commented 10 years ago

I think I already fixed these after you sent the gist. Did I miss something or are you just going through the "more formal" process to be thorough?

Thanks for this!

pdxrod commented 10 years ago

Hey thanks David Got commit 13b537c - Jan 28 - it contains the two fixes I wrote - it was my first gist - I didn't realize it gets automatically sent to you - so I emailed you and wrote here too - in future I'll just do gists

pdxrod commented 10 years ago

Thanks One more small point Going through all the instructions at http://localhost:3000/admin/overviews after you've installed and run ror_ecommerce, all the instructions work except the last, when it asks you to click on Inventory - http://localhost:3000/admin/inventory/overviews - Then it says "Then click purchase order and follow the step to create a purchase order." But this page doesn't allow you to do anything

On Thu, Jan 30, 2014 at 11:11 AM, D. R. Henner notifications@github.comwrote:

I think I already fixed these after you sent the gist. Did I miss something or are you just going through the "more formal" process to be thorough?

Thanks for this!

Reply to this email directly or view it on GitHubhttps://github.com/drhenner/ror_ecommerce/issues/127#issuecomment-33721764 .

http://rodmclaughlin.com (406) 260-8210

drhenner commented 10 years ago

FIxed the purchase order issue... strong params wasn't set up right