Sha256: a3c6bec6648e76d506b646efe16ba1781013723ef84f3800cfb8ef3d6a17d51f
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
# Formalize Rails This gem vendors Formalize to the asset pipeline. Therefore, this gem requires Rails 3.1 and greater. Add this gem to your gemfile: gem 'formalize-rails' And add `app/assets/stylesheets/application.css`: //= require formalize And add one of these lines to `app/assets/javascripts/application.js`, depending on which javascript framework you are using: //= require dojo.formalize //= require extjs.formalize //= require jquery.formalize //= require mootools.formalize //= require prototype.formalize //= require yui.formalize See [formalize.me](http://formalize.me) for more information.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formalize-rails-0.0.4 | README.md |
formalize-rails-0.0.3 | README.md |