Sha256: 46066d68decb799fba10bf4ce8126e3705df5860de8c54ce7818f4579e5e6cd8

Contents?: true

Size: 811 Bytes

Versions: 1

Compression:

Stored size: 811 Bytes

Contents

## Rpageless

rpageless gem originally extracted from pageless-rails . the advantage of rpageless over the pageless-rails is no need to place pageless helper code in application helpers 


## Installation

Add this line to your application's Gemfile:

    gem install rpageless

    or place gem in Gemfile

    gem rpageless

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install rpageless

## Usage

 You can simply call pageless helper by supplying following options 

 pageless('pages count','url','container','target div','loading message')


## 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
rpageless-0.0.5 README.md