Skip to content

butchmarshall/jive_tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gem Version Build Status

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.

About

Rails engine for dealing with Jive Tiles

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors