Skip to content

Commit

Permalink
Added comment on how to mount the Resque frontend in an existing Rail…
Browse files Browse the repository at this point in the history
…s 3 app
  • Loading branch information
manuelmeurer authored and defunkt committed Aug 29, 2011
1 parent 184b387 commit 7976e93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.markdown
Expand Up @@ -469,6 +469,14 @@ run Rack::URLMap.new \
Check `examples/demo/config.ru` for a functional example (including
HTTP basic auth).

### Rails 3

You can also easily mount Resque on a subpath in your existing Rails 3 app by adding this to your `routes.rb`:

``` ruby
mount Resque::Server.new, :at => "/resque"
```


Resque vs DelayedJob
--------------------
Expand Down

0 comments on commit 7976e93

Please sign in to comment.