There was no such gem for Ruby on Rails where as there are plenty for wordpress, Drupal and similar platforms. SEO Checklist for Ruby on Rails shows you a simple checklist of TODO items like making changes to the app as well as installing some gems to make your rails website more search engine friendly.
Add this line to your application's Gemfile:
gem 'SEO_Checklist'
And then execute:
$ bundle
Or install it yourself as:
$ gem install SEO_Checklist
Just enable it
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request