GitXplorerGitXplorer
s

actionview-data

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d5a0b09e39c63db5388ff68184ff3365be99e523

Update for patch release.

sstephencelis committed 14 years ago
Unverified
c7735c28ebf493c000ed6a1898331acccba41a1d

Fix gemspec dependency.

sstephencelis committed 14 years ago
Unverified
62f071104feafe85ba7cb6e1fc971e2753efeebf

Update README to point to Lighthouse.

sstephencelis committed 14 years ago
Unverified
6e6a3638e2d4d392d1d697f20f600a5b117e2c8b

Release the data.

sstephencelis committed 14 years ago

README

The README file for this repository.

= ActionView Data

HTML5 data attribute helpers for ActionView.

tag 'a', nil, :data => { :string => "hi", :number => 1, array => [1, 2, 3], :hash => { :k => 'v' } }

This patch {is in Rails 3.1}[https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5825-html5-data-attributes].

== Install

Gemfile

gem "actionview-data"

== License

(The MIT License)

(c) 2010 Stephen Celis, stephen@stephencelis.com.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.