enableplaceholder-jquery-rails 
Gemified by Doc Walker
Provides the enablePlaceholder jQuery plugin packaged for the Rails 3.1+ asset pipeline.
Installation
Add these lines to your application's Gemfile:
# enablePlaceholder jquery plugin packaged for the rails asset pipeline
gem 'enableplaceholder-jquery-rails', '~> 1.2.2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install enableplaceholder-jquery-rails
Gem version notes:
- x.y.z version will track the
enablePlaceholderplugin version; - It may contain a suffix to differentiate versions of the gem based on the same
enablePlaceholderplugin version;
Usage
Add these lines to app/assets/javascripts/application.js
// provides HTML5 placeholder behavior for old browsers
// from gem 'enableplaceholder-jquery-rails':
//= require enableplaceholder-jquery-rails
Contributing
- 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
Acknowledgements
- enablePlaceholder jQuery plugin
- RailsCast #245 New Gem with Bundler -- inspiration
- Gemify Assets for Rails -- guidance