JiveTiles
JiveTiles is a mountable engine for Rails that enables Jive Tile functionality.
Release Notes
0.0.6
- Compatability fixes with gem dependencies
0.0.1
- Dummy app now registers/unregisters tiles with Jive Sandbox
Installation
Add this line to your application's Gemfile:
gem 'jive_tiles'
And then execute:
$ bundle
Usage
In your routes.rb file, mount the rails engine to enable add-on support.
Rails.application.routes.draw do
mount JiveTiles::Engine => "/special_path_for_api"
end
See /spec/dummy/extension_src for the example add-on extension that is uploaded. You'll need to change the endpoints!
For whitelisting and blacklisting specific
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/butchmarshall/jive_tiles.
License
The gem is available as open source under the terms of the MIT License.