Sha256: d4fe8c7ea795aaa05624d2035342aa3388e02b4ecfc5ba0c7302a39b1052f32c
Contents?: true
Size: 884 Bytes
Versions: 1
Compression:
Stored size: 884 Bytes
Contents
# H2ocubeRailsHelper Just an helper collection. ## 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_keywords render_description render_ga #=> use Garelic to show Google Analytics code at production render_seo #=> render_title << render_keywords << render_description << render_ga ## 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
h2ocube_rails_helper-0.0.4 | README.md |