0.0
No commit activity in last 3 years
No release in over 3 years
Adds an arbitrary tab to resque-web which goes wherever you want
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

resque-tabber

Now that it's super-simple to mount Sinatra apps inside our Rails apps, there's a lot of people running their resque-web interface inside their app. Cool stuff indeed. The trick is, once you're in resque-web, there's no way to get out. It's a lot like the Hotel California.

Resque-tabber creates a easy way to add a tab to the resque-web interface that links to whatever you want. This allows you to link back to your app however you like.

Usage:

require 'resque-tabber'
Resque::Tabber.add_tab('My New Tab', '/my/url')

That's it.