Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Treebook frontend development--hover effects not showing across all pages

So, I've got the status hover effects working (gray background, edit/delete links), but only when I first load http://0.0.0.0:3000... After navigating anywhere else and then returning to "all statuses," the effects are gone and all I get is the time the status was created.

My guess is this is an issue with routes, but I haven't been able to figure out what's causing it.

Ideas?

2 Answers

Fixed this hover effects problem by appending simple_form with '~> 2.0.0.rc' in my gemfile.

I'm now running Rails 3.2.13 after having those issues with "attr_accessor" while using Rails 4.

I actually fixed this hover effects problem by appending simple_form with '~> 2.0.0.rc' in my gemfile.