Sha256: df4d807a2148fd2c7cb8e39aac2e8d2282fda57676d08c1df4c025bb5903d7d5

Contents?: true

Size: 722 Bytes

Versions: 2

Compression:

Stored size: 722 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
    
    request.env['X_MOBILE_DEVICE'] #=> such as 'iPhone'
    
    render_title
    render_keywords
    render_description
    
    render_seo
    
    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

2 entries across 2 versions & 1 rubygems

Version Path
h2ocube_rails_helper-0.0.2 README.md
h2ocube_rails_helper-0.0.1 README.md