Home > resque-tabber

resque-tabber

Resque-tabber is a project mainly written in Ruby, it's free.

Adds an arbitrary tab to resque-web which goes wherever you want

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.

Previous:nearby_art