An implemention of Jives Tile functionality using ActiveRecord.
Add this line to your application's Gemfile:
gem 'jive-tile'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jive-tile
then run
rails generate jive:add_on:active_record
rails generate jive:tile:active_record
To the ActiveRecord model:
Jive::Tile.new(...)
Bug reports and pull requests are welcome on GitHub at https://github.com/butchmarshall/ruby-jive-tile.
The gem is available as open source under the terms of the MIT License.