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
pavey nganpi
1,044 Pointsgenerating rpec for rails4
hi, i followed exactly what was explained in the rails4 todo lists tutorial here at treehouse on how to install rpec, but i didnt have the directories helpers,views, controller, and the rest, pls how can i generate theses directories,thanks
3 Answers
Aaron Kaye
1,740 PointsHave you done a bundle install? I haven't done that particular tutorial so I am not sure
pavey nganpi
1,044 Pointsyh i did bundle install, infact i redid the whole tutorial twice, but have does the treebook tutorial use rspec?
pavey nganpi
1,044 PointsAaron Kaye hi my status.js.coffeecripts code doesnt run, i dont know why , it jQuery -> jQuery('.statuses').hover (event) -> jQuery(this).toggleClass("hover")
am trying to be able to make my statuses hover, below is my statuses.css.scss code
```.status { border-bottom: solid 1px #CCC; padding: 5px 0; }
.status p { margin: 4px 0;
}
.status.hover { background-color: red; }
.status .admin { display: inline; }
.status.hover .admin { display: inline; }
pls check it out,thanks