<%= @project_name %>¶ ↑
A tennpipes gem
Usage¶ ↑
Add the following to your Gemfile
:
gem '<%=name%>'
and mount the app in your apps.rb
:
Tennpipes.mount("<%= @project_name %>::App").to("/<%=name%>")
Development¶ ↑
For development, this gem can be run as a standalone Tennpipes
application as you would expect from a normal one:
$ bundle exec tennpipes start
The Rakefile also works like the normal Tennpipes
one and supports all standard components.