Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to add reset.css and modernizer.js to my new rails app however there are many different ways to do this. I heard HTML5 BoilerPlate has a reset.css and modernizer included but that the vast majority of it is not needed for rails. I've come across many options and am not sure which is the best option for my project.

I'm basically looking to make development on the front end as easy as possible. I'm not looking to support all browsers, just FF, Chrome, and IE from the past few versions. What css and js libraries would you recommend I use, and how would I add them to rails3.2?

Thank you

share|improve this question
twitter.github.com/bootstrap is pretty good – sachleen Jul 6 '12 at 7:24
@sachleen, bootstrap is an idea, i just don't like the bar at the top. seems like everyone knows when a site uses bootstrap. – AdamT Jul 6 '12 at 12:50
Don't use the bar then. – sachleen Jul 6 '12 at 13:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.