Sha256: 64649b2310227bcbe78a31b2edae355c411d82304accf28be4a638e98d4edb0d

Contents?: true

Size: 757 Bytes

Versions: 1

Compression:

Stored size: 757 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_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

1 entries across 1 versions & 1 rubygems

Version Path
h2ocube_rails_helper-0.0.3 README.md