RailsApps / learn-rails

An example Rails 5.1 app to accompany the "Learn Ruby on Rails" book.
https://learn-rails.com/install-rails-mac/index.html
392 stars 266 forks source link

Newer versions of foundation-rails are incompatible with the tutorial #81

Closed williamseipp closed 8 years ago

williamseipp commented 8 years ago

I was using foundation-rails ( 6.1.2.0 ) and could not finish the end of Chapter 16, specifically navigating to the home page.

Error in browser reads ".column failed to @extend ".small-6". The selector ".small-6 was not found. Use "@extend. small-6 !optional" if the extend should fail

my editor indicated that the foundation css was not being imported or was unreadable.

I downgraded the foundation-rails gem from 6.1.2.0 to 5.5.3.2 as listed in this repository and I was able to load the page just fine.

DanielKehoe commented 8 years ago

Already reported, see https://github.com/RailsApps/learn-rails/issues/79

The newest version of the book, version 3.0.1, has been updated to address this issue.

williamseipp commented 8 years ago

I found #79 minutes after reporting, sorry for the trouble!

Fantastic tutorial btw thank you so much for writing it and giving CONTEXT for new guys like me.

On Sun, Jan 31, 2016 at 10:55 AM, Daniel Kehoe notifications@github.com wrote:

Already reported, see #79 https://github.com/RailsApps/learn-rails/issues/79

The newest version of the book, version 3.0.1, has been updated to address this issue.

— Reply to this email directly or view it on GitHub https://github.com/RailsApps/learn-rails/issues/81#issuecomment-177376881 .

DanielKehoe commented 8 years ago

No problem, glad you took the trouble to open an issue, even if it's a duplicate it helps people find it.

Thanks for the kind words.