We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184b387 commit 7976e93Copy full SHA for 7976e93
README.markdown
@@ -469,6 +469,14 @@ run Rack::URLMap.new \
469
Check `examples/demo/config.ru` for a functional example (including
470
HTTP basic auth).
471
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
480
481
Resque vs DelayedJob
482
--------------------
0 commit comments