Skip to content

Commit 7976e93

Browse files
manuelmeurerdefunkt
authored andcommitted
Added comment on how to mount the Resque frontend in an existing Rails 3 app
1 parent 184b387 commit 7976e93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,14 @@ run Rack::URLMap.new \
469469
Check `examples/demo/config.ru` for a functional example (including
470470
HTTP basic auth).
471471

472+
### Rails 3
473+
474+
You can also easily mount Resque on a subpath in your existing Rails 3 app by adding this to your `routes.rb`:
475+
476+
``` ruby
477+
mount Resque::Server.new, :at => "/resque"
478+
```
479+
472480

473481
Resque vs DelayedJob
474482
--------------------

0 commit comments

Comments
 (0)