meyer-css-reset-rails
This gem packages the Erick Meyer CSS Reset asset for the Rails 3.1+ asset pipeline, so you don't have to download the css file manualy from his page.
Install
Add in your Gemfile
gem 'meyer-css-reset-rails'
Require
Add the meyer-css-reset to your application.css:
/*
*= require meyer-css-reset
*/
Have a happy coding!