0.0
No commit activity in last 3 years
No release in over 3 years
Enables Vidibus Services for the embedding Rails application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Vidibus::Service Build Status

DESCRIBE

This gem is part of Vidibus, an open source toolset for building distributed (video) applications.

Installation

Add gem "vidibus-service" to your Gemfile. Then call bundle install on your console.

Requirements

In order to work properly this gem needs the route /connector to call a Rack app. Usually this route gets provided automatically but that may fail if your application has some sort of catch-all route. To check if the route works as expected, just call http://yourapp.com/connector and expect an error message like this:

This service has not been configured yet. Use your Connector to set it up.

If you don't see this error message, add the route manually at the top of your routes.rb:

match "/connector" => Vidibus::Service::ConnectorApp

Usage

DESCRIBE

Copyright

© 2010-2013 Andre Pankratz. See LICENSE for details.