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 Build a Simple Ruby on Rails Application Frontend Development Adding Interactivity

James Joyce
James Joyce
3,551 Points

app only pulls bootstrap css if I change stylesheet_link_tag. And javascript also not working

1) CSS issue: In order for the bootstrap stylesheet to be applied to my application I had to change the stylesheet_link_tag to 'bootstrap' in application.html.erb. When I download the project files they have it set as "application". I tried to re-download the project files at various stages and it still only works if I change it to the bootstrap css file and even so it doesn't look exactly the same (No horizontal rule between status updates)

2)JavaScript/CoffeeScript issue: The interactive elements are not showing up on my page. I tried using console.log method and nothing prints to the screen. I tried to re-download the project files and start again and it is still not working.

any thoughts?