4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Resqueの管理画面をRailsに統合する

Last updated at Posted at 2012-12-15

routes.rbに以下を追加

mount Resque::Server, :at => "/resque"

Gemfileに以下を追加

gem 'resque', :require => 'resque/server'

すれば http://localhost:3000/resqueでresqueの管理画面が見れるように。

** 参考文献

ここから抜き出しただけ
http://railscasts.com/episodes/271-resque?language=ja&view=asciicast

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?