Sha256: 04af11cfa1d90249cbe62525e1122afdd62194a2af55c1b8aeaaf35f3cd39cae

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

= vidibus-service

Description goes here.


== 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 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


== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2010 Andre Pankratz. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vidibus-service-0.0.4 README.rdoc
vidibus-service-0.0.3 README.rdoc