Sha256: d5bf598ec2d0cdad996fcba0080907031432dd478d22f41c2a49b5a4ef792a5d
Contents?: true
Size: 1.23 KB
Versions: 5
Compression:
Stored size: 1.23 KB
Contents
# H2ocubeRailsHelper Just an helper collection. [![Build Status](https://travis-ci.org/h2ocube/h2ocube_rails_helper.png)](https://travis-ci.org/h2ocube/h2ocube_rails_helper) ## Installation Add this line to your application's Gemfile: gem 'garelic' # if you use render_ga gem 'h2ocube_rails_helper' And then execute: $ bundle $ rails g h2ocube_rails_helper ## Usage render_html_class #=> controller_name action_name controller_name_action_name iPhone request.env['X_MOBILE_DEVICE'] #=> such as 'iPhone' render_title render_canonical render_keywords render_description render_ga #=> use Garelic to show Google Analytics code at production render_seo #=> render_title << render_canonical << render_keywords << render_description << render_ga << csrf_meta_tags ## Include * settingslogic https://github.com/binarylogic/settingslogic * rack-mobile-detect https://github.com/talison/rack-mobile-detect * draper https://github.com/drapergem/draper ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
h2ocube_rails_helper-0.0.11 | README.md |
h2ocube_rails_helper-0.0.10 | README.md |
h2ocube_rails_helper-0.0.9 | README.md |
h2ocube_rails_helper-0.0.8 | README.md |
h2ocube_rails_helper-0.0.7 | README.md |