waiable gem is the Rails Web Accessibiliy Initiative for differently able.
This gem forces all Rails ActionView components to be compliant with WAI-ARIA standards. More details to be added.
Add this line to your application's Gemfile:
gem 'waiable'
And then execute:
$ bundle
Or install it yourself as:
$ gem install waiable
- Fork it ( http://github.com//waiable/fork )
- 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