resque-web 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/assets/stylesheets/resque_web/{bootstrap_and_overrides.css.scss → bootstrap_and_overrides.css.scss.erb} +2 -2
- data/app/controllers/resque_web/failures_controller.rb +1 -1
- data/app/controllers/resque_web/overview_controller.rb +1 -1
- data/app/controllers/resque_web/queues_controller.rb +6 -1
- data/app/controllers/resque_web/stats_controller.rb +1 -1
- data/app/controllers/resque_web/workers_controller.rb +1 -1
- data/app/controllers/resque_web/working_controller.rb +1 -1
- data/app/views/layouts/resque_web/application.html.erb +19 -5
- data/app/views/resque_web/queues/show.html.erb +4 -0
- data/config/routes.rb +5 -1
- data/lib/resque_web/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +3427 -0
- data/test/dummy/log/test.log +1287 -0
- data/test/dummy/tmp/cache/assets/development/sass/e5d63fcc75efd8db30601c466c66af4f367a57fe/bootstrap_and_overrides.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/005dd1857f77d96bf38be64402f798c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/054948969ee6a8b7f4f285c135d2927e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0585aa639822f030b25b739a3ecb7fac +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0732bafe0a31f55ea556e3811d2b2c52 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/093cea308845ee58ff2cb40741d700dc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0bbc935c3002401abf983549b352b375 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0c56fc863ccbb5afa0a669fbf4a792d1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/177fadf0580f98aacc2b1d8bcba7c186 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/17e76fe2b018d2bd93daac9aa4f2eaea +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/19ac827591afb19c67a4221b4a0817ff +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1a545f2133135838be76d0b2f26c9bd8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1aabea6411c85911d72dcdd01f337c50 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1b1f6fe659b8afbefe3c64b456ad102a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1bdb0b69dcd4c8469ea36fca31e05e44 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1c4432fed16589dd7a48b91f085ba64e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1d45bee50adf0572f7c86e7e8a794bbb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2182c08c541706b1dcbb6c41e6cd1878 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2198b31cf80f52d1b3ad25d12099c0f7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/22a2f57c53108afb65fe7bcdd9919806 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/28da1997c55dc1378293e588c151f68b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/29e8edc7885bc913faa4cb7f6c2c9955 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2acbf6a89039df8967e8e8bf06b113dc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2d6b834719df9e6a61bd57730da0d3c8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2fbebfd52ebf07812a1086f65fe67c3b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2fccb3c22b0fcc494b0b41a4b27216c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2ff0c1eba858ba9b795493b275554b02 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2ff8552d48fb47c18d6ea6853512c50f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/31145f9ac4f4d565d275e5b4deea28fc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/378aa2b4b038707e2357761423e4a312 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/38756922289d12ae22a5173631bd168e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/394d68c561ea70f6a686721943f7a3e4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3ca865d037f84ded6b9c5f8d77157676 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3df7af7ca0381006a323d16d5a2f86ae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3e30cace155a5380b5b6208d5bd8de26 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4002a3f7a6f496593e7d8e222db0a22b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/40613c9a80599e2145c306b58d520bfb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/409d26e132bc9e290f2fc6dbb183d28d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/41d8481f2f69565cffab638c4d23e6f5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4425a8fba93c49b2e96df1a2ab1c2d5e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4531a30a353ad29491e4fb87ab7310e7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/45c55e20884ec8033fd1ed43fcb6fa58 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/48bff771133a9476690282b7f36980a1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4aecff7a59e477c16849516e1e5c31c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4bb8e8dc4e0a9087814fc77303da4d9e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4cc6aa32a2e399011db14c963b4ebead +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4ed5f9f4043ba8ad08d14cb74e9f5227 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/503b0e5631ab08e89dc1e9fdb9b34024 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5091ebeef4d6829b9e91fd3acd5e050d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/50bf0468684e1630f348dc9dab9930e7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/53e398243a030947b41dec04932faba4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/54b043e792bcb10154c46feff39bcc56 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5515200996be9cb409edcc129b959d90 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/55fbcef636f0d44a3009be433c2b0dda +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5823d5464090a3936c4d3d21ef9ea474 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/58b6b1fea035fcb0024ad197ed04bd2c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/596ddc94de44f26c3a42e0a36cd5e533 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5da57b13ec0a514c38b698f046a9e98e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5e67d41ccd1e60acf08d21135214b74e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5fd8595fed6698aff7ed1300451ee4ef +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/609a07a60e03ae017646a38cf1b3e18a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/648bfd1a57433acadd4007d986106879 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6605fa9f1385f278aec6ef895b79ae43 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/66bc1ef9142e900ffdc2a1f4b9de711f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6716967993b83cf013fb61ac1a6c118a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6870fec44816ffd7b99e25393da86286 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6b316422ea253f454c043f49ec4df030 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6d182a4a45bfbcbd60c63164970e38e9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6eeaa89c0b1448ad4175ccdd216f52fe +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/715f452895f8b0381d854eaad9472c88 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/722ffc4d3b6b11b4bb94780e4c531076 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/75c9a4bc796684a2d43d8e134c60e139 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/75cbc3d3173e391ba9d2db2064b0b6ef +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/765da4f64b0f2885f2d00bb409a8ab41 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/76bf409ff566287844060a89d1deac04 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/76d0998597912208215d88dd2ee1c34a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7aed05e593dc7357c2cee1ccca7a325f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7be337479934f937f0b3e5ffe3a988d3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7c62ff7897908bebc3431f536eb4e735 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7ddd7131e6de77cfc3cdc25a1ed1d5ae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7f5293c89c53bb8e3cf983064d11d83f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8001e06b111eb23a4fda977470ea39f3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/810072726e67128cf2f657d087f7167f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/81332e2a7974d5d84330bba3b40a0473 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/843944c02cbeda6b6324af488d179ffe +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/876796f18ce83db8278071a07a618cbb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8ce66069aedaeca64bb6f20f80747e42 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/90f74ea5de56953f788eb116b29b3d25 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/91a76fbd99c86b12c9ccd6e62a68e8d8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/99b8cd8506611a7c853c85390ef39b6e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9a286f34da1af1af0e8aeaf8df465686 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9b958f0cebd33b9614fbbba29d7bed4c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9bf801454ce701b47c48f4f35129a861 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9d040184643f60952ae90516b6aa789a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9d22642cad2fdf2b318c2555ee685422 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9e6dfc90cfeb8f9a410b327d168b2e02 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9ea364ae9382ffe14d3a18d5e7273950 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a11117ae62bf5cec1181a45bffa8233e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a709ea932d3fc10eb364e43f705d0e73 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a734e83e795af95ed46f8dc9677b54a6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a823f00aee5aae2607c285115799d866 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/acefa38ee249cbe65062d5d7086d0eba +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/afb5463a9155b9b42ea22cfb565d8dc7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b1b9d6a9f7b09719b3076bafb4cc6a7a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b21f05f0d8b6033867422b586b0306c2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b3c36cb006e8967301c95daf488ef91b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b5abccd8b324d3639647d834d2ecc016 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b6c1cdc0bd0222831bea4032ac58b480 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b782ab375bdb6ca88630d1709dd05629 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b8f837989a1bf3cc5f44553df6d0a8cf +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bbb31c0c0e175375d4446f473472b2ae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bbcc70d5bb259f7b8eaf178ac66d576d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bdecc284b5a156d75e11b032e3513f77 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/becb49dd1d354abb8da079679091208e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bfadf18058895f957c278179858388e1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c2825722816f58968a2cc858d03f9339 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c4daacd4ea2257176f56b178e1b93b69 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c91357f4c30703a3f3d9b9fb99b0d816 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cbdb4d88a94777fc9ede71960046d3ec +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cc1e4b3031a604e6f3cfb25c3a9e223b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d39daef84dce3ca6bd148cdfe781e619 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d3dc85f535af75042a98c9ae2448189b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d400db0dc1d6d46514a2cec0fdb22dd7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d5aee75f2d09fffe3ebfcdd36c9ac8f1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d6c01fa4d6eb18c2f3da1268c4bddc72 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d9190148fe11d94eb21ece76fb59b0df +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d941144d6527928a0d649690f3039238 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/daaeb878a9cda401f1bdfd56f2e2fa12 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/dd882a8b47fa01adce469f25d044970d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/de47e87d4c79ff3398998686df2b0b2b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/df12633b562604b411f898677ee6c97a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e76fed8711980454c30680c68a41fb6c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/eb3b73e31206ee6bf3e4312f25126263 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ec3fbf5347394953c4856bac487b93b7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ec61b1d7881fcd9c5ccd6623b4a5bb4f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ec8218f512905f2b3d82ebf2bcd83c4d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ed6a6e17181bd89aca4c40bcc224e105 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ef8305ccc8c002d42912dfe8d1083c0c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/eff6044e6718180b2f799f478548fd6d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f0da8987936e223af5f2fd7705ef919b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f10425b725cf1669d2dc89290d9ded4f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f14809bb9380aefe814dc5a39e735d0b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f173f0df70ba4a05cc2c13f66bfcb930 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f19903ad89dbf23182be51e46ec2c990 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f230e91fff48b48330e1fe3298a324b7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f5634d2e230c8a6de496f185077488f3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f6355df72eb10bd0d9ee3b87b84b196c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f706af7612fe2f62049e7752f165626a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7dc988bee91749fc47d26107a661f16 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f8be4c5368558ea66bdbb8f80e17fb2c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fd9377eb153d1b323c73b32eceae9af9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fe6bf0f793124c645272502c4852a551 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ff272aba686805665ad3f598638a6dd0 +0 -0
- data/test/dummy/tmp/cache/assets/test/sass/e5d63fcc75efd8db30601c466c66af4f367a57fe/bootstrap_and_overrides.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/054948969ee6a8b7f4f285c135d2927e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/0732bafe0a31f55ea556e3811d2b2c52 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/0bbc935c3002401abf983549b352b375 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/177fadf0580f98aacc2b1d8bcba7c186 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/19ac827591afb19c67a4221b4a0817ff +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/1a545f2133135838be76d0b2f26c9bd8 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/1aabea6411c85911d72dcdd01f337c50 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/1bdb0b69dcd4c8469ea36fca31e05e44 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/28da1997c55dc1378293e588c151f68b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2acbf6a89039df8967e8e8bf06b113dc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2d6b834719df9e6a61bd57730da0d3c8 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2fbebfd52ebf07812a1086f65fe67c3b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/38756922289d12ae22a5173631bd168e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/3ca865d037f84ded6b9c5f8d77157676 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/3e30cace155a5380b5b6208d5bd8de26 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/4002a3f7a6f496593e7d8e222db0a22b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/40613c9a80599e2145c306b58d520bfb +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/4425a8fba93c49b2e96df1a2ab1c2d5e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/45c55e20884ec8033fd1ed43fcb6fa58 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/4aecff7a59e477c16849516e1e5c31c5 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/4bb8e8dc4e0a9087814fc77303da4d9e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/4cc6aa32a2e399011db14c963b4ebead +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/5091ebeef4d6829b9e91fd3acd5e050d +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/5515200996be9cb409edcc129b959d90 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/596ddc94de44f26c3a42e0a36cd5e533 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/5da57b13ec0a514c38b698f046a9e98e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/5fd8595fed6698aff7ed1300451ee4ef +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/609a07a60e03ae017646a38cf1b3e18a +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6605fa9f1385f278aec6ef895b79ae43 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6870fec44816ffd7b99e25393da86286 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6b316422ea253f454c043f49ec4df030 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/6eeaa89c0b1448ad4175ccdd216f52fe +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/765da4f64b0f2885f2d00bb409a8ab41 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/76bf409ff566287844060a89d1deac04 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/76d0998597912208215d88dd2ee1c34a +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/7be337479934f937f0b3e5ffe3a988d3 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/7ddd7131e6de77cfc3cdc25a1ed1d5ae +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/81332e2a7974d5d84330bba3b40a0473 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/876796f18ce83db8278071a07a618cbb +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/8ce66069aedaeca64bb6f20f80747e42 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/90f74ea5de56953f788eb116b29b3d25 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/9b958f0cebd33b9614fbbba29d7bed4c +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/9d22642cad2fdf2b318c2555ee685422 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a709ea932d3fc10eb364e43f705d0e73 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/afb5463a9155b9b42ea22cfb565d8dc7 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/b1b9d6a9f7b09719b3076bafb4cc6a7a +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/b21f05f0d8b6033867422b586b0306c2 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/b5abccd8b324d3639647d834d2ecc016 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/bfadf18058895f957c278179858388e1 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/cc1e4b3031a604e6f3cfb25c3a9e223b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d5aee75f2d09fffe3ebfcdd36c9ac8f1 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d9190148fe11d94eb21ece76fb59b0df +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/daaeb878a9cda401f1bdfd56f2e2fa12 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ec3fbf5347394953c4856bac487b93b7 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ec61b1d7881fcd9c5ccd6623b4a5bb4f +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ec8218f512905f2b3d82ebf2bcd83c4d +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ef8305ccc8c002d42912dfe8d1083c0c +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f0da8987936e223af5f2fd7705ef919b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f14809bb9380aefe814dc5a39e735d0b +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f19903ad89dbf23182be51e46ec2c990 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f230e91fff48b48330e1fe3298a324b7 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f5634d2e230c8a6de496f185077488f3 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f6355df72eb10bd0d9ee3b87b84b196c +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/f8be4c5368558ea66bdbb8f80e17fb2c +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/fe6bf0f793124c645272502c4852a551 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ff272aba686805665ad3f598638a6dd0 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-36ZmUDy8aoZeWeySy2V3_Ja9kg9BVptt-IrFlWRcxA.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-5M6If4HNK5KZRhbzivIQEEXr5ZGvLa0LGK8F5Ole0M.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-PvqlOsSVn6r1QancIExxaSXDAdrQ_d6K799LGyKTOA.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-UKo07iEu8iAtBvhjDbeZFcu-aa0L8UPIexP4sZh8I0.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0SkQfz4F3HT6XWfGkuD87LbMwXg2n8d-wXtJS0Hvf44.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1286BatLNxmw4QBq-yuxUEssnm0unmWiKv5bWkXj_-0.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/12ka1-_F5aQa3524XzOZLGLkIg0yCmo0ONRSAU3qsjw.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1o2ZbMisrXO8SbenVvBEVSEXWvGff-CDCN_yWwUzY3Q.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1wgF2SoxydakdO2A4MfB9Ot3sFvG39AVHhDkDpEtEoY.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1zQt6mDPmqZzcFqDptpuA-xFyr8UUmZAO6FSIfFdNps.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2LuCKGXkPnm_mn2xCnY8aERujadEkk5XVHxXSBh7U3U.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2MefVxM8VhnfXk_CAe5XV2gLqG78dYvkYzhT37pfKGU.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2S8d1ugOBWsRSF2cSINP2c7AMDDzsS4OOsv4bZ_LSUw.cache +3 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2axaD_EwB3_Nur3ieWMy58nJEP5OVg5knIlGU4aWlrg.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2dICw48j0telQzjXFMSL_KFnTdvz66f9f25KSDtWbr0.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2iJtQVKhvyX7Q_EOLKn9vBM-JwGlMAtqxm-Gt2ceyhw.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3jxOklK-AvjupYJeUoZGPL1IghW1MzSxf-1krgyUIoc.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/4IezUQOukY7JhZF5KKor4qkO4RcYh8ddg3dXNSNfgCM.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/4T8OaaEE7DQVcvy5z6z6U6FKbtQZJYmvry2VqChEUxU.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5GFlHpfk69SM-YObVgH_sp7qN2JCDv74yGTptoBhDzI.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5kapkJSY7Oya03QXcX2vJ0Om8Akc8Zirk15c-FJa2f8.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5rXHFMLmrU_J4oUDAydaxhtvfbg13NQ8DXNE6GTELrY.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6hzgrQVXtg3gfmKkkuLaMWoPkC9ihn7z-6MYxqyXPyo.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6iFYpFrMxVMx4CVG8bdVqDjUfmTT4IkTws26NeKvrB0.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7IcYVYK-8_t26U_G_5PYhF3oBWBsWu8QIU5GdwFG60A.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/86QhDZp8xkIDlG1UeoLVg-mHXa_M0eQuv-qYSxSmf0I.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/8__3QUOmXvPpEKqKTRkzDH7I8BYHYes0c7wkb2zBm8Q.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/8mt3aezCo4SjxKDX0ZLMcfa9MLvQxkSsySliv6j37uM.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/93hFCmqi1-DVqwVUrMBI8UyfqQ4dxT-WcKjor94-vHM.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9HniRZRInvQCpTSusO8Wv4__725pHRoomTEAmMlaj68.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9Rrnz5S55eKwScGrokQc7cO_vFIJNM05podwL71fgYQ.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9daS2vGPYZNW5P4ivtskblMdjwT2hyrnMPmWg0onN2I.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/AikRHUJgg1ivg3-ZQIljLslbPg0vhTcDZFXbzLCpBlY.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/C2Lq4xsMhiC6XRZbeJMHlyRsSIhSBc3HH-LDmrhrpYk.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/CgpRirm5lLsKzZTrZL_qs0ZJU3dGoVnljzoBI_zSzuw.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/CkbeikqKYi2AQNkc_CQ45QinqWiBGvlWoMovQcZc10U.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DRbzYXqj8XMBms1Xlw4WipycrJ_nIEOoyCfEMpEhlqw.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Dgch7XtnouPtrpYpS1JIt2wL33zbhJkMogvw9y1-6u8.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DrLQAgJXvsov9gL9Th3BMmk7BU6xHVdDp6kIRgEp2CA.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/DwORoIodv6R2lXq4Vp2wCIkucP7eqIm71Q3VeruECk0.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/EcE2ZwbuifqerWaiPiO1Fy22uhRKn8gDJF6feovaSB0.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/FacGeZzmXIe1soMcH0LcJX6OHNJRA2Vl5CcB8vVLDN8.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/FisjsXKHTgi04ujkaI_f7wN-BnKqHGB0CP-niUOt0rE.cache +3 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/FqSZlsCCtfo4zfxvf9VNS1LWH38TmAFCGFeJZ4YDTzQ.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Fx3Z-5jsnuWVzijuBZ4VCgZ42Qx5v3cMBr1jjrY8kHo.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GRv8SDMZ1nCHWe1b68Gong3F9Q-kfCt_23YMZRn0who.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GVItUHquyIX8KGwsbK5MlzltJGHpLSYybdf-SQikHyI.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/GwLJeZN7PlJuNF7jAF760gnSjbZ_fNlyvPyOjb7u1iU.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/HEY5JJvmBvVyQJDgdrS_-xyrEMu7MUHhirTtX-Rmwq8.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/HpUfgmuLmvx56aPyL2PZevp7Wc_0e3RTmF9w9DRhS5I.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ILnJLPmsEnluxRfW1SQb4BlBHHmBKh0MxXhh3cMBDBw.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IkRT-sp-4AM2AZbOpbTT6131oWtkSgugqLUXLotBdvo.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IqqTuXLk3mcjpbq36qykyBSYnMfMVGY4RekDvlDGXBs.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IvrylZyIsuDTwrZ7tE3hAr8Bv3id9YePRsBZPQbqUbE.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/JCbBRnpE_640uAGNMhNAACpALEy0AEptSHj6bNBpJTQ.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/J_sbCDXTCFR_TcxHkhlUBtyBdfiFtqR-uzvd3E3P9yk.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/JvTSgCDcVZ2ZpZB4anxtVy05A2Jd7CeR2JfuNOHZvJs.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/KwQxFaHTziqiAfdMs1t3Rk2MuN5K3CG1fFfv3q-_Vg8.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/LG9-Ux86JBngIbw6znQYOqFIMObx5eZA3nKOoMcMMjA.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Lhi4jw90cy2PgQsA_qy4DHTIrjzVin62Fj5L16fUrh4.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/LvmbG6PNSuR6RYaeO8W5B_bEjFlbY3__drOOkdAXrMs.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/MYswPDSaw2868Pe6BPta4CZGkuxOf5xFNF7HbgmkpG8.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/MuFte-NXM618piqHts_jbksdtj39AFmWz18KmkTO65w.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Mwi4O3SJJdoeMZYD_PmYNtjBUTPrBGoFq40PPRfnp0U.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/OPNQ12aytn_mm1f6jQbfF3jVlDU_ygzMMEEArS2PDqg.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/PSEaT8Ef7iyCggrgiJbWR_xPVc3s0Zbo7OE9dgZ-1oU.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Q0ujuBG-oBsRKdez_WGiVRMZzpDf5A1Lp8uDTwhKIgs.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/QUvlTsdweMtl-jYoQdFuURJYyz22oACpTsAltpC6rUo.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/QXNoIqyFvshijFvcuiwxaqTATJievweTGKRteb8M8Xw.cache +3 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/R-BOvezAAnf5ImAeI2TeHNDsu-eSwysyuyuKTK9_OAI.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RCtzZEa2xyiNEAMG2yWX8zza9Q_H7fFSUmi3Z8gsBJ8.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RvzReC6Fymc9nMkH1iOkVTBQ2yrr0AO3lBwHBBBCbIA.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/SVrQ5d--Q-erHWidLE77qBWhFnmB5HSkw7wU2mjXqzA.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/SkaRS7AqHQyJEt3oBrlKlSp8_mvNrprcNE3vk-JweZc.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/TUDvasPyb_y2WMTVL_3KImpNTmwi3R3KZfxjBfttLZE.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Tb99vO5505Ec-1qli9yuTMi6anmG7kL4qTbb0cD4k8Y.cache +13 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Tv-IaFs7aebM_VjHb2jsjBQfGlNwEhuVFDVE81L-Y5E.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/U3XjwWFXj_3LLg1MtKZYAEwgj79UlXU4e-xXsqB6HEE.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UTxRk0oRsUNPYP1U_b-hflsZXwnNMgpFrDmyUBPARuE.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UfEqeGxdMIEH8bjibMsTkIp0YWWm8knP9kcexXSWvyc.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VMTFbqwBqbzdSIMsNX3djH37w-QOPxBMXLN6J0StYbs.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ViDMsPIbh2agF4sghOLJVV3xPc6FqL8_agTFkDDwzS0.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Vic7NwghJBjcXi287FCTZtZCqKlPa_vKcScU-8cVxKk.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/W8t3gDGLD7iDvDTuOHKAYngp0IvHIVxl2ePReFQnrSU.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/WS-d1-PFOp4WBXZH5mwV4km-FUbqhS6L17GEA4QeoaI.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XQ7YHZaF6hPL-q1tNiI0fNECeQXPhaJbLTPJ8xQPd1Y.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Xrp1ef83H2K6U-qAexnfYYf8ejPHvjWO50mwjQNl5uc.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YAo4eQAviHllp3fURGGY_1qTYiC9WHs3ZWDl7kYbTYY.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YBnAf1r_HCJiFt_2xQV8ad4XoS3UdXJc4zYNE9GWRFM.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YDyR24Jtq0sVAH8Hvw7I6SlYig7LK6C9idSus9zNoEI.cache +3 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YFebEuY05Li70c8MvYW83SJOVsdM3jXlQJGiwbNWGkM.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YLcAZxi2TgHlzQKeAWRoOwp1MGuD3bUPY9_AW2yCu_U.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Yk3CZGtvxIyvSfv5uJIJ2GzNfbPdFRLwfxEfZ4mS1vc.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZG2iwk88XS3sIl6GodiHCcSrrgeNcFxnPMcmnlktWaw.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZGccDlZ-WyJ9964jj3EoXgHGN9g_zWewKmA6exvvjO0.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZQcE5OhUKRPPHR_XgqnOcXBRx-1MNZmtYjNK7pvlm3w.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZRSDVxFL9vM_cobOXPxL5X1ICxmnBe88Rgt7gOWJxaE.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZjN5Nw5oKcklUklQ-hYbTFZUQbFHWXe8LpNefXV6nXc.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_DfPcA26gObFYjSF8n2BTzCcL4W3eDA94O15_lUlIUc.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_WeCErb6rULktwhN5PTReWqlbtWhS6oHDgyRM2_t8SQ.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_bB6118Vn78CXa5BQ1AH9dFkGuCV5KZKZO-03TnSibc.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_cbFONmn-I0eR2CGXPh5jjVGFwoNgycJAWrT2Es4l04.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_ftjwB0-d--bGRrxfsumVZS46NswHmVka4O8BWVaV_E.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/a6m_DzypNZ8G7S0H8CbG0ipwYWNP5hdFq8u2VljNcSg.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/aY6ktLac49nwlX0K5LHgqJ1VGhytAd3aIsSugM7n76s.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/aersYvf8PXQ_XTcIJWfhzAWVSlVmRLRMWkiv3rGpd7U.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bmjbOpSxlof76fWf5bjbHHu7KtIyNva7WUBBR74zafM.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/btO8rMXlcfduilAeLqb7uu5vl9KSrZubBVIPImPN3Yo.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cS7t8IZvavXrRKGKXYVEnDMaNFhNpFUNJkll9e5kMmk.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cnn35M1rVbPlAxAlfCBmwhEYfVehupN_IoqbRj7-ChA.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cy2OG0mPVzyXPqkZeBwjG9vXXdqGVxzhmuqUPVrYVAY.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/d9eAWHLW1NOd2ocHqDg2T83uwY-EIHuOQOTqmSgZNzo.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/deQGViSGFVOah1RtIJLE4iyytoQ7IZQN_4Ku3Ejs4TM.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/duzZnGSWNlSnkL6aFjtjYnfDQrksBoPX7feWKypbqg0.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/eWFtqis7sa49IGkV53o-kVHbwPUMN6YVH72t7PxOrRQ.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/efqgSWsBPIpfPOn1MIRNBa09sS8fy2bk0gRILWOUPWM.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/enAJUoZLLzthnZHUeXQs9HHiVLJvrWei8awMAgWs_iI.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/fMZu-98yFQD2EWqiI1deNuM7jrIN6r7Za-fkGKkVwRk.cache +9 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/fwyf3DRSVvsJjerw4DPSqEFKMQQcoNR_UB7RsN_Ztp0.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gRy3kFB9bZ4lfuKzdZVnaURguvBhKR29gTaSEOjVpRA.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/gf_C-Zk4OzR8fup1Rp3cJQreCQ0L-yMa0N2jeGDPqSg.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/hG-ckXfNouZuFT94YsghyMg23GbdrRYijcODPGctJfM.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iiXqLpHwJ90Zm4eR8Vj1tZiGBnNduVoHaLehaYfk9hs.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/j1VtB0wyvHnD_cIH-zvTYby5kwNcFrBundP15YDlp8o.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/jP8BzkFwk06kyyfKvRxFLt2tOQA5_5kn88r5M_HrfiA.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/jSDA5wP1tlruUsaMrajM6zG3uelpTm5XHReU9KWTC-o.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/k1NPTX6PgOOhoB-i92dsUPkOKtuXMvlGmS_QSrH5eFY.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kMpG4L0SHgj3PYfT3Jp1viSKqeHu9sOjtqYUnhNisDg.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kieGNnyxcHyKvooQY0a2IkE9xuZJtmfonpD67n_2ff4.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/kjnehnz4hnwARq8JRpm5Uy3NmEXVN2xfWUX0dSBOfXw.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/l3dd9i1Hgz_9A9snE_fm5IFMtdMzvYAjMVasSNyznOc.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/lWW1Yw-OpvDtc-TNHcyS43A-LdKXtYWc68mxC8gWwxg.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/le0V3NjL7RMm4jpBle81ZOB0tpAk-5BHKoORN8_Graw.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mHvszuWUzIHHwf0bfrn_IMFe84N2KfKHLHbmn1IMdf0.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/n0B2ijPpxAmHbQB87CkAApd_V4wWDsYeFFeSRrcUTk8.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/n2NSapMPrxYBVv0fRIc7nBmAXDBLuP0GKeP4CT19iyI.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/n3v6b3sVam42hsPyb35LXc7fPqzf_XMYk7RSfT4AjnE.cache +3 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/nOIbgWZKvxVryctrRQ2nNa4_LJ_SPmsmIq9Q6QDpQtc.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/o9nnSdzTcxclXKYDxCEvItJF2_wctN9KC8AnmV_vMtU.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oF7qMBg_zq1d7U-aMY7r9hlOfk8_9Y53hOUMEb5fQA4.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oopF0dYYxa83x7cRFKOkC8vEERY7fy5kHQyTnfRP2bQ.cache +29 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pseNa8bDHDtrSa5kLv08bPL8W_gjppcPVNUoNpneLko.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/pvvAGMLfE_ojVrKRgzxzHVqUOqvy54bSEExjbzz3QnE.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/q9GmSJ6WhQoKzyxY82Gw-pQRDyNbDN-mW8oF7LlKzBM.cache +3 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qNzTxqrk2PdW2Ymj19wbKRHfDsr9x1948_XuY4e3KCE.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/qs1SMe_a1BKHslvwEcrgBmPPgr2RxtZ1zc7h3UMkxPo.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rcyudrDn-vVvleroZTqodfvhMZ3h0SL2-AM43AZJqXA.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rfrWtFGz2-edGN3b_DqW4rMJL3WmBcTXoAzx55AeJn4.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ryZswNEhWdpy0RVlS1yN7qRfXOzdD08ZxaD8DCl19jk.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/sduxnoJH2LZLtJe8-ubA5HnpMnhLy1ICPZugmf7Jqf4.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/t5JMoL4efV_3mm-wGUh-v_bHnrAE5bTsdg_HE-4linM.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/urIde9dcL9fWhU6dp-CZ5UUNBnYTRm_iOnqxKFNMCcQ.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vAW6DGlsYPg4z3XpxBWqjwvRChc-6ziq-RQGxVHTpyA.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vR7W2jbtXC78XVOPLCX3LhXR84N25bmFCr3QsFiuAOA.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/x7V5vCYcPguRunVmkxcehlDcWAC5I1gKc0vkd5vre7k.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/xP8kWyN8aute6PYnG9Ws6VQBpidUzA3Mmnzdm6ax9Xk.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/xY7QGNdYjOYDY9hVtQqydWbXvpRFEaeEjxaF3xSirLw.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/y-Td0Zhd3A_tTaQS1Fe_7HY2FukLW8JTQdaYcEjJZiI.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/y7yZDMsaweg8_jKsCYrgoIIJB1lpxRHxNu0D2YsNZeA.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/yllMNka3EnpO6X9fLykpjzzAFLjZQ0gbABeemGDLh0E.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/yuMFKRwmdmqpYCL23nCp_tewz2QvXFzxhm4w79Y5LeQ.cache +33 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/z1xVykR3NFNdy2YMgzTmddep6v3TYZNjEWbkhPU29Fo.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zBq_mz-yAKLTmPY0cmA6ZhtG9ZKCz5qRvJTh4OKOnDQ.cache +2 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zE-iaSllH_DtDq71E9YU8UQQSAlxTprYmIz6FdKaKsI.cache +0 -0
- data/test/functional/queues_controller_test.rb +14 -0
- data/test/test_helper.rb +3 -0
- metadata +781 -4
|
@@ -0,0 +1,1287 @@
|
|
|
1
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
|
2
|
+
---------------------------------------
|
|
3
|
+
FailuresHelperTest: test_0001_anonymous
|
|
4
|
+
---------------------------------------
|
|
5
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
6
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
7
|
+
---------------------------------------
|
|
8
|
+
FailuresHelperTest: test_0002_anonymous
|
|
9
|
+
---------------------------------------
|
|
10
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
12
|
+
--------------------------------------------------------------------------------------
|
|
13
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/:id: test_0001_deletes the failure
|
|
14
|
+
--------------------------------------------------------------------------------------
|
|
15
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
|
16
|
+
Parameters: {"id"=>"123"}
|
|
17
|
+
Redirected to http://test.host/resque_web/failures
|
|
18
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
19
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
20
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
21
|
+
-----------------------------------------------------------------------------------------------
|
|
22
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/destroy_all: test_0001_deletes all failures
|
|
23
|
+
-----------------------------------------------------------------------------------------------
|
|
24
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
|
25
|
+
Redirected to http://test.host/resque_web/failures
|
|
26
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
|
27
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
28
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
29
|
+
----------------------------------------------------------------------------------
|
|
30
|
+
ResqueWeb::FailuresControllerTest::GET /failures: test_0001_renders the index page
|
|
31
|
+
----------------------------------------------------------------------------------
|
|
32
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
|
33
|
+
Completed 200 OK in 820ms (Views: 820.1ms | ActiveRecord: 0.0ms)
|
|
34
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
35
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
36
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
37
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
|
38
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
39
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
40
|
+
Parameters: {"id"=>"123"}
|
|
41
|
+
Redirected to http://test.host/resque_web/failures
|
|
42
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
43
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
44
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
45
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
46
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
|
47
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
48
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
49
|
+
Parameters: {"id"=>"123"}
|
|
50
|
+
Redirected to http://test.host/resque_web/failures
|
|
51
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
52
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
53
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
54
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
55
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
|
56
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
57
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
58
|
+
Redirected to http://test.host/resque_web/failures
|
|
59
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
60
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
61
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
62
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
63
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
|
64
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
65
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
66
|
+
Redirected to http://test.host/resque_web/failures
|
|
67
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
68
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
69
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
70
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
71
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
|
72
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
73
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
74
|
+
Parameters: {"queue"=>"myqueue"}
|
|
75
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
|
76
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
77
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
78
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
79
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
80
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is disabled: test_0001_should grant me access
|
|
81
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
82
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
83
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (3.6ms)
|
|
84
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (6.3ms)
|
|
85
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (1.7ms)
|
|
86
|
+
Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)
|
|
87
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
88
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
89
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
90
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the currect username and password are supplied : test_0001_should grant me access
|
|
91
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
92
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
93
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (1.0ms)
|
|
94
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (1.3ms)
|
|
95
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.3ms)
|
|
96
|
+
Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
|
|
97
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
98
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
99
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
100
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the username and password are not supplied: test_0001_should deny me access
|
|
101
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
102
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
103
|
+
Filter chain halted as :authorize rendered or redirected
|
|
104
|
+
Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
|
|
105
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
106
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
107
|
+
-------------------------------------------------------------------------------
|
|
108
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0001_adds the routes
|
|
109
|
+
-------------------------------------------------------------------------------
|
|
110
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
111
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
112
|
+
------------------------------------------------------------------------------------------
|
|
113
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0002_renders the plugins action
|
|
114
|
+
------------------------------------------------------------------------------------------
|
|
115
|
+
Started GET "/resque_web/plugin_test/plugintest" for 127.0.0.1 at 2014-08-04 23:48:35 +0900
|
|
116
|
+
Processing by ResqueWeb::Plugins::ResqueWebTestPlugin::PlugintestController#index as HTML
|
|
117
|
+
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
|
118
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
119
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
120
|
+
-----------------------------------------------------------------------------------------
|
|
121
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0003_adds a tab for the plugin
|
|
122
|
+
-----------------------------------------------------------------------------------------
|
|
123
|
+
Started GET "/resque_web/" for 127.0.0.1 at 2014-08-04 23:48:35 +0900
|
|
124
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
125
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (1.1ms)
|
|
126
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (1.3ms)
|
|
127
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.4ms)
|
|
128
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
|
|
129
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
130
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
131
|
+
--------------------------------------------------------------------------
|
|
132
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0001_deletes queues
|
|
133
|
+
--------------------------------------------------------------------------
|
|
134
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
135
|
+
Parameters: {"id"=>"example_queue"}
|
|
136
|
+
Redirected to http://test.host/resque_web/queues
|
|
137
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
138
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
139
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
140
|
+
--------------------------------------------------------------------------
|
|
141
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0002_deletes queues
|
|
142
|
+
--------------------------------------------------------------------------
|
|
143
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
144
|
+
Parameters: {"id"=>"example_queue"}
|
|
145
|
+
Redirected to http://test.host/resque_web/queues
|
|
146
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
|
147
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
148
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
149
|
+
-----------------------------------------------------------------------------
|
|
150
|
+
ResqueWeb::QueuesControllerTest::GET /index: test_0001_renders the index page
|
|
151
|
+
-----------------------------------------------------------------------------
|
|
152
|
+
Processing by ResqueWeb::QueuesController#index as HTML
|
|
153
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (2.2ms)
|
|
154
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (2.6ms)
|
|
155
|
+
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
|
|
156
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
157
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
158
|
+
---------------------------------------------------------------------------
|
|
159
|
+
ResqueWeb::QueuesControllerTest::GET /show: test_0001_renders the show page
|
|
160
|
+
---------------------------------------------------------------------------
|
|
161
|
+
Processing by ResqueWeb::QueuesController#show as HTML
|
|
162
|
+
Parameters: {"id"=>"example_queue"}
|
|
163
|
+
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
|
|
164
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
165
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
166
|
+
--------------------------------------------------------------------------------------------
|
|
167
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0001_removes all pending jobs from a queue
|
|
168
|
+
--------------------------------------------------------------------------------------------
|
|
169
|
+
Processing by ResqueWeb::QueuesController#clear as HTML
|
|
170
|
+
Parameters: {"id"=>"example_queue"}
|
|
171
|
+
Redirected to http://test.host/resque_web/queues/example_queue
|
|
172
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
173
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
174
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
175
|
+
---------------------------------------------------------------------------------
|
|
176
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0002_redirects to the show page
|
|
177
|
+
---------------------------------------------------------------------------------
|
|
178
|
+
Processing by ResqueWeb::QueuesController#clear as HTML
|
|
179
|
+
Parameters: {"id"=>"example_queue"}
|
|
180
|
+
Redirected to http://test.host/resque_web/queues/example_queue
|
|
181
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
182
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
183
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
184
|
+
-------------------------------------------------------------------------
|
|
185
|
+
ResqueWeb::StatsControllerTest::GET /index: test_0001_redirects to resque
|
|
186
|
+
-------------------------------------------------------------------------
|
|
187
|
+
Processing by ResqueWeb::StatsController#index as HTML
|
|
188
|
+
Redirected to http://test.host/resque_web/stats/resque
|
|
189
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
190
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
192
|
+
--------------------------------------------------------------------------
|
|
193
|
+
ResqueWeb::StatsControllerTest::GET /keys: test_0001_renders the keys page
|
|
194
|
+
--------------------------------------------------------------------------
|
|
195
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
196
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
|
197
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
198
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
199
|
+
-------------------------------------------------------------------------------
|
|
200
|
+
ResqueWeb::StatsControllerTest::GET /keys.json: test_0001_renders the keys page
|
|
201
|
+
-------------------------------------------------------------------------------
|
|
202
|
+
Processing by ResqueWeb::StatsController#keys as JSON
|
|
203
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
204
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
205
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
206
|
+
------------------------------------------------------------------------------
|
|
207
|
+
ResqueWeb::StatsControllerTest::GET /keys/:id: test_0001_renders the keys page
|
|
208
|
+
------------------------------------------------------------------------------
|
|
209
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
210
|
+
Parameters: {"id"=>"failed"}
|
|
211
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
212
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
213
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
214
|
+
----------------------------------------------------------------------------
|
|
215
|
+
ResqueWeb::StatsControllerTest::GET /redis: test_0001_renders the redis page
|
|
216
|
+
----------------------------------------------------------------------------
|
|
217
|
+
Processing by ResqueWeb::StatsController#redis as HTML
|
|
218
|
+
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
|
|
219
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
220
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
221
|
+
---------------------------------------------------------------------------------
|
|
222
|
+
ResqueWeb::StatsControllerTest::GET /redis.json: test_0001_renders the redis page
|
|
223
|
+
---------------------------------------------------------------------------------
|
|
224
|
+
Processing by ResqueWeb::StatsController#redis as JSON
|
|
225
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
|
226
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
227
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
228
|
+
------------------------------------------------------------------------------
|
|
229
|
+
ResqueWeb::StatsControllerTest::GET /resque: test_0001_renders the resque page
|
|
230
|
+
------------------------------------------------------------------------------
|
|
231
|
+
Processing by ResqueWeb::StatsController#resque as HTML
|
|
232
|
+
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
|
|
233
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
234
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
235
|
+
-----------------------------------------------------------------------------------
|
|
236
|
+
ResqueWeb::StatsControllerTest::GET /resque.json: test_0001_renders the resque page
|
|
237
|
+
-----------------------------------------------------------------------------------
|
|
238
|
+
Processing by ResqueWeb::StatsController#resque as JSON
|
|
239
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
240
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
241
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
242
|
+
------------------------------------------------------------------------------
|
|
243
|
+
ResqueWeb::WorkersControllerTest::GET /index: test_0001_renders the index page
|
|
244
|
+
------------------------------------------------------------------------------
|
|
245
|
+
Processing by ResqueWeb::WorkersController#index as HTML
|
|
246
|
+
Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
|
247
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
248
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
249
|
+
----------------------------------------------------------------------------
|
|
250
|
+
ResqueWeb::WorkersControllerTest::GET /show: test_0001_renders the show page
|
|
251
|
+
----------------------------------------------------------------------------
|
|
252
|
+
Processing by ResqueWeb::WorkersController#show as HTML
|
|
253
|
+
Parameters: {"id"=>"all"}
|
|
254
|
+
Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
|
255
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
256
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
257
|
+
------------------------------------------------------------------------------
|
|
258
|
+
ResqueWeb::WorkingControllerTest::GET /index: test_0001_renders the index page
|
|
259
|
+
------------------------------------------------------------------------------
|
|
260
|
+
Processing by ResqueWeb::WorkingController#index as HTML
|
|
261
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.6ms)
|
|
262
|
+
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)
|
|
263
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
264
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
265
|
+
[1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
266
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
267
|
+
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
268
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
|
269
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
|
270
|
+
---------------------------------------
|
|
271
|
+
FailuresHelperTest: test_0001_anonymous
|
|
272
|
+
---------------------------------------
|
|
273
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
274
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
275
|
+
---------------------------------------
|
|
276
|
+
FailuresHelperTest: test_0002_anonymous
|
|
277
|
+
---------------------------------------
|
|
278
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
279
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
280
|
+
--------------------------------------------------------------------------------------
|
|
281
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/:id: test_0001_deletes the failure
|
|
282
|
+
--------------------------------------------------------------------------------------
|
|
283
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
|
284
|
+
Parameters: {"id"=>"123"}
|
|
285
|
+
Redirected to http://test.host/resque_web/failures
|
|
286
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
287
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
288
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
289
|
+
-----------------------------------------------------------------------------------------------
|
|
290
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/destroy_all: test_0001_deletes all failures
|
|
291
|
+
-----------------------------------------------------------------------------------------------
|
|
292
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
|
293
|
+
Redirected to http://test.host/resque_web/failures
|
|
294
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
295
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
296
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
297
|
+
----------------------------------------------------------------------------------
|
|
298
|
+
ResqueWeb::FailuresControllerTest::GET /failures: test_0001_renders the index page
|
|
299
|
+
----------------------------------------------------------------------------------
|
|
300
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
|
301
|
+
Completed 200 OK in 88ms (Views: 87.7ms | ActiveRecord: 0.0ms)
|
|
302
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
303
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
304
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
305
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
|
306
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
307
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
308
|
+
Parameters: {"id"=>"123"}
|
|
309
|
+
Redirected to http://test.host/resque_web/failures
|
|
310
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
311
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
312
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
313
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
314
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
|
315
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
316
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
317
|
+
Parameters: {"id"=>"123"}
|
|
318
|
+
Redirected to http://test.host/resque_web/failures
|
|
319
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
320
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
321
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
322
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
323
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
|
324
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
325
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
326
|
+
Redirected to http://test.host/resque_web/failures
|
|
327
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
|
328
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
330
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
331
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
|
332
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
333
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
334
|
+
Redirected to http://test.host/resque_web/failures
|
|
335
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
336
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
337
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
338
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
339
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
|
340
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
341
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
342
|
+
Parameters: {"queue"=>"myqueue"}
|
|
343
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
|
344
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
345
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
346
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
347
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
348
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is disabled: test_0001_should grant me access
|
|
349
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
350
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
351
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (2.4ms)
|
|
352
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (4.4ms)
|
|
353
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (1.8ms)
|
|
354
|
+
Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
|
|
355
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
356
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
357
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
358
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the currect username and password are supplied : test_0001_should grant me access
|
|
359
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
360
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
361
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (1.0ms)
|
|
362
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (1.3ms)
|
|
363
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.4ms)
|
|
364
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
|
365
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
366
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
367
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
368
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the username and password are not supplied: test_0001_should deny me access
|
|
369
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
370
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
371
|
+
Filter chain halted as :authorize rendered or redirected
|
|
372
|
+
Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
|
|
373
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
374
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
375
|
+
-------------------------------------------------------------------------------
|
|
376
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0001_adds the routes
|
|
377
|
+
-------------------------------------------------------------------------------
|
|
378
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
379
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
380
|
+
------------------------------------------------------------------------------------------
|
|
381
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0002_renders the plugins action
|
|
382
|
+
------------------------------------------------------------------------------------------
|
|
383
|
+
Started GET "/resque_web/plugin_test/plugintest" for 127.0.0.1 at 2014-08-05 21:52:03 +0900
|
|
384
|
+
Processing by ResqueWeb::Plugins::ResqueWebTestPlugin::PlugintestController#index as HTML
|
|
385
|
+
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
|
386
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
387
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
388
|
+
-----------------------------------------------------------------------------------------
|
|
389
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0003_adds a tab for the plugin
|
|
390
|
+
-----------------------------------------------------------------------------------------
|
|
391
|
+
Started GET "/resque_web/" for 127.0.0.1 at 2014-08-05 21:52:03 +0900
|
|
392
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
393
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (1.3ms)
|
|
394
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (1.7ms)
|
|
395
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.3ms)
|
|
396
|
+
Completed 200 OK in 13ms (Views: 13.0ms | ActiveRecord: 0.0ms)
|
|
397
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
398
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
399
|
+
--------------------------------------------------------------------------
|
|
400
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0001_deletes queues
|
|
401
|
+
--------------------------------------------------------------------------
|
|
402
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
403
|
+
Parameters: {"id"=>"example_queue"}
|
|
404
|
+
Redirected to http://test.host/resque_web/queues
|
|
405
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
406
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
407
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
408
|
+
--------------------------------------------------------------------------
|
|
409
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0002_deletes queues
|
|
410
|
+
--------------------------------------------------------------------------
|
|
411
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
412
|
+
Parameters: {"id"=>"example_queue"}
|
|
413
|
+
Redirected to http://test.host/resque_web/queues
|
|
414
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
415
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
416
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
417
|
+
-----------------------------------------------------------------------------
|
|
418
|
+
ResqueWeb::QueuesControllerTest::GET /index: test_0001_renders the index page
|
|
419
|
+
-----------------------------------------------------------------------------
|
|
420
|
+
Processing by ResqueWeb::QueuesController#index as HTML
|
|
421
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (2.4ms)
|
|
422
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (2.7ms)
|
|
423
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
|
424
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
425
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
426
|
+
---------------------------------------------------------------------------
|
|
427
|
+
ResqueWeb::QueuesControllerTest::GET /show: test_0001_renders the show page
|
|
428
|
+
---------------------------------------------------------------------------
|
|
429
|
+
Processing by ResqueWeb::QueuesController#show as HTML
|
|
430
|
+
Parameters: {"id"=>"example_queue"}
|
|
431
|
+
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
|
432
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
433
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
434
|
+
--------------------------------------------------------------------------------------------
|
|
435
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0001_removes all pending jobs from a queue
|
|
436
|
+
--------------------------------------------------------------------------------------------
|
|
437
|
+
Processing by ResqueWeb::QueuesController#clear as HTML
|
|
438
|
+
Parameters: {"id"=>"example_queue"}
|
|
439
|
+
Redirected to http://test.host/resque_web/queues/example_queue
|
|
440
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
441
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
442
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
443
|
+
---------------------------------------------------------------------------------
|
|
444
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0002_redirects to the show page
|
|
445
|
+
---------------------------------------------------------------------------------
|
|
446
|
+
Processing by ResqueWeb::QueuesController#clear as HTML
|
|
447
|
+
Parameters: {"id"=>"example_queue"}
|
|
448
|
+
Redirected to http://test.host/resque_web/queues/example_queue
|
|
449
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
450
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
451
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
452
|
+
-------------------------------------------------------------------------
|
|
453
|
+
ResqueWeb::StatsControllerTest::GET /index: test_0001_redirects to resque
|
|
454
|
+
-------------------------------------------------------------------------
|
|
455
|
+
Processing by ResqueWeb::StatsController#index as HTML
|
|
456
|
+
Redirected to http://test.host/resque_web/stats/resque
|
|
457
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
458
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
459
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
460
|
+
--------------------------------------------------------------------------
|
|
461
|
+
ResqueWeb::StatsControllerTest::GET /keys: test_0001_renders the keys page
|
|
462
|
+
--------------------------------------------------------------------------
|
|
463
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
464
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
|
465
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
466
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
467
|
+
-------------------------------------------------------------------------------
|
|
468
|
+
ResqueWeb::StatsControllerTest::GET /keys.json: test_0001_renders the keys page
|
|
469
|
+
-------------------------------------------------------------------------------
|
|
470
|
+
Processing by ResqueWeb::StatsController#keys as JSON
|
|
471
|
+
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
472
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
473
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
474
|
+
------------------------------------------------------------------------------
|
|
475
|
+
ResqueWeb::StatsControllerTest::GET /keys/:id: test_0001_renders the keys page
|
|
476
|
+
------------------------------------------------------------------------------
|
|
477
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
478
|
+
Parameters: {"id"=>"failed"}
|
|
479
|
+
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
|
480
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
481
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
482
|
+
----------------------------------------------------------------------------
|
|
483
|
+
ResqueWeb::StatsControllerTest::GET /redis: test_0001_renders the redis page
|
|
484
|
+
----------------------------------------------------------------------------
|
|
485
|
+
Processing by ResqueWeb::StatsController#redis as HTML
|
|
486
|
+
Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.0ms)
|
|
487
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
488
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
489
|
+
---------------------------------------------------------------------------------
|
|
490
|
+
ResqueWeb::StatsControllerTest::GET /redis.json: test_0001_renders the redis page
|
|
491
|
+
---------------------------------------------------------------------------------
|
|
492
|
+
Processing by ResqueWeb::StatsController#redis as JSON
|
|
493
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
|
494
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
495
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
496
|
+
------------------------------------------------------------------------------
|
|
497
|
+
ResqueWeb::StatsControllerTest::GET /resque: test_0001_renders the resque page
|
|
498
|
+
------------------------------------------------------------------------------
|
|
499
|
+
Processing by ResqueWeb::StatsController#resque as HTML
|
|
500
|
+
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
|
501
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
502
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
503
|
+
-----------------------------------------------------------------------------------
|
|
504
|
+
ResqueWeb::StatsControllerTest::GET /resque.json: test_0001_renders the resque page
|
|
505
|
+
-----------------------------------------------------------------------------------
|
|
506
|
+
Processing by ResqueWeb::StatsController#resque as JSON
|
|
507
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
508
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
510
|
+
------------------------------------------------------------------------------
|
|
511
|
+
ResqueWeb::WorkersControllerTest::GET /index: test_0001_renders the index page
|
|
512
|
+
------------------------------------------------------------------------------
|
|
513
|
+
Processing by ResqueWeb::WorkersController#index as HTML
|
|
514
|
+
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.0ms)
|
|
515
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
516
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
517
|
+
----------------------------------------------------------------------------
|
|
518
|
+
ResqueWeb::WorkersControllerTest::GET /show: test_0001_renders the show page
|
|
519
|
+
----------------------------------------------------------------------------
|
|
520
|
+
Processing by ResqueWeb::WorkersController#show as HTML
|
|
521
|
+
Parameters: {"id"=>"all"}
|
|
522
|
+
Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
|
523
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
525
|
+
------------------------------------------------------------------------------
|
|
526
|
+
ResqueWeb::WorkingControllerTest::GET /index: test_0001_renders the index page
|
|
527
|
+
------------------------------------------------------------------------------
|
|
528
|
+
Processing by ResqueWeb::WorkingController#index as HTML
|
|
529
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.5ms)
|
|
530
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
|
531
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
532
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
|
533
|
+
---------------------------------------
|
|
534
|
+
FailuresHelperTest: test_0001_anonymous
|
|
535
|
+
---------------------------------------
|
|
536
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
537
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
538
|
+
---------------------------------------
|
|
539
|
+
FailuresHelperTest: test_0002_anonymous
|
|
540
|
+
---------------------------------------
|
|
541
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
542
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
543
|
+
--------------------------------------------------------------------------------------
|
|
544
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/:id: test_0001_deletes the failure
|
|
545
|
+
--------------------------------------------------------------------------------------
|
|
546
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
|
547
|
+
Parameters: {"id"=>"123"}
|
|
548
|
+
Redirected to http://test.host/resque_web/failures
|
|
549
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
|
550
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
551
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
552
|
+
-----------------------------------------------------------------------------------------------
|
|
553
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/destroy_all: test_0001_deletes all failures
|
|
554
|
+
-----------------------------------------------------------------------------------------------
|
|
555
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
|
556
|
+
Redirected to http://test.host/resque_web/failures
|
|
557
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
558
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
559
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
560
|
+
----------------------------------------------------------------------------------
|
|
561
|
+
ResqueWeb::FailuresControllerTest::GET /failures: test_0001_renders the index page
|
|
562
|
+
----------------------------------------------------------------------------------
|
|
563
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
|
564
|
+
Completed 500 Internal Server Error in 33ms
|
|
565
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
566
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
567
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
568
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
|
569
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
570
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
571
|
+
Parameters: {"id"=>"123"}
|
|
572
|
+
Redirected to http://test.host/resque_web/failures
|
|
573
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
574
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
575
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
576
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
577
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
|
578
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
579
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
580
|
+
Parameters: {"id"=>"123"}
|
|
581
|
+
Redirected to http://test.host/resque_web/failures
|
|
582
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
583
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
584
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
585
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
586
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
|
587
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
588
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
589
|
+
Redirected to http://test.host/resque_web/failures
|
|
590
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
591
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
592
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
593
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
594
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
|
595
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
596
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
597
|
+
Redirected to http://test.host/resque_web/failures
|
|
598
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
599
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
600
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
601
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
602
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
|
603
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
604
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
605
|
+
Parameters: {"queue"=>"myqueue"}
|
|
606
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
|
607
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
608
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
609
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
610
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
611
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is disabled: test_0001_should grant me access
|
|
612
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
613
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
614
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (5.4ms)
|
|
615
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (9.6ms)
|
|
616
|
+
Completed 500 Internal Server Error in 25ms
|
|
617
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
618
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
619
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
620
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the currect username and password are supplied : test_0001_should grant me access
|
|
621
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
622
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
623
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (2.4ms)
|
|
624
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (2.6ms)
|
|
625
|
+
Completed 500 Internal Server Error in 3ms
|
|
626
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
627
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
628
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
629
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the username and password are not supplied: test_0001_should deny me access
|
|
630
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
631
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
632
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (2.4ms)
|
|
633
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (2.6ms)
|
|
634
|
+
Completed 500 Internal Server Error in 3ms
|
|
635
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
636
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
637
|
+
-------------------------------------------------------------------------------
|
|
638
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0001_adds the routes
|
|
639
|
+
-------------------------------------------------------------------------------
|
|
640
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
641
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
642
|
+
------------------------------------------------------------------------------------------
|
|
643
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0002_renders the plugins action
|
|
644
|
+
------------------------------------------------------------------------------------------
|
|
645
|
+
Started GET "/resque_web/plugin_test/plugintest" for 127.0.0.1 at 2015-11-11 10:20:44 +0900
|
|
646
|
+
Processing by ResqueWeb::Plugins::ResqueWebTestPlugin::PlugintestController#index as HTML
|
|
647
|
+
Completed 200 OK in 1487ms (Views: 1486.0ms | ActiveRecord: 0.0ms)
|
|
648
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
649
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
650
|
+
-----------------------------------------------------------------------------------------
|
|
651
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0003_adds a tab for the plugin
|
|
652
|
+
-----------------------------------------------------------------------------------------
|
|
653
|
+
Started GET "/resque_web/" for 127.0.0.1 at 2015-11-11 10:20:46 +0900
|
|
654
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
655
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (3.3ms)
|
|
656
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (3.6ms)
|
|
657
|
+
Completed 500 Internal Server Error in 4ms
|
|
658
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
659
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
660
|
+
--------------------------------------------------------------------------
|
|
661
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0001_deletes queues
|
|
662
|
+
--------------------------------------------------------------------------
|
|
663
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
664
|
+
--------------------------------------------------------------------------
|
|
665
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0002_deletes queues
|
|
666
|
+
--------------------------------------------------------------------------
|
|
667
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
|
668
|
+
-----------------------------------------------------------------------------
|
|
669
|
+
ResqueWeb::QueuesControllerTest::GET /index: test_0001_renders the index page
|
|
670
|
+
-----------------------------------------------------------------------------
|
|
671
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_3
|
|
672
|
+
---------------------------------------------------------------------------
|
|
673
|
+
ResqueWeb::QueuesControllerTest::GET /show: test_0001_renders the show page
|
|
674
|
+
---------------------------------------------------------------------------
|
|
675
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_4[0m
|
|
676
|
+
--------------------------------------------------------------------------------------------
|
|
677
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0001_removes all pending jobs from a queue
|
|
678
|
+
--------------------------------------------------------------------------------------------
|
|
679
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_5
|
|
680
|
+
---------------------------------------------------------------------------------
|
|
681
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0002_redirects to the show page
|
|
682
|
+
---------------------------------------------------------------------------------
|
|
683
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
684
|
+
-------------------------------------------------------------------------
|
|
685
|
+
ResqueWeb::StatsControllerTest::GET /index: test_0001_redirects to resque
|
|
686
|
+
-------------------------------------------------------------------------
|
|
687
|
+
Processing by ResqueWeb::StatsController#index as HTML
|
|
688
|
+
Redirected to http://test.host/resque_web/stats/resque
|
|
689
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
690
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
691
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
692
|
+
--------------------------------------------------------------------------
|
|
693
|
+
ResqueWeb::StatsControllerTest::GET /keys: test_0001_renders the keys page
|
|
694
|
+
--------------------------------------------------------------------------
|
|
695
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
696
|
+
Completed 500 Internal Server Error in 10ms
|
|
697
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
698
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
699
|
+
-------------------------------------------------------------------------------
|
|
700
|
+
ResqueWeb::StatsControllerTest::GET /keys.json: test_0001_renders the keys page
|
|
701
|
+
-------------------------------------------------------------------------------
|
|
702
|
+
Processing by ResqueWeb::StatsController#keys as JSON
|
|
703
|
+
Completed 500 Internal Server Error in 1ms
|
|
704
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
705
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
706
|
+
------------------------------------------------------------------------------
|
|
707
|
+
ResqueWeb::StatsControllerTest::GET /keys/:id: test_0001_renders the keys page
|
|
708
|
+
------------------------------------------------------------------------------
|
|
709
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
710
|
+
Parameters: {"id"=>"failed"}
|
|
711
|
+
Completed 500 Internal Server Error in 6ms
|
|
712
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
713
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
714
|
+
----------------------------------------------------------------------------
|
|
715
|
+
ResqueWeb::StatsControllerTest::GET /redis: test_0001_renders the redis page
|
|
716
|
+
----------------------------------------------------------------------------
|
|
717
|
+
Processing by ResqueWeb::StatsController#redis as HTML
|
|
718
|
+
Completed 500 Internal Server Error in 7ms
|
|
719
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
720
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
721
|
+
---------------------------------------------------------------------------------
|
|
722
|
+
ResqueWeb::StatsControllerTest::GET /redis.json: test_0001_renders the redis page
|
|
723
|
+
---------------------------------------------------------------------------------
|
|
724
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
725
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
726
|
+
------------------------------------------------------------------------------
|
|
727
|
+
ResqueWeb::StatsControllerTest::GET /resque: test_0001_renders the resque page
|
|
728
|
+
------------------------------------------------------------------------------
|
|
729
|
+
Processing by ResqueWeb::StatsController#resque as HTML
|
|
730
|
+
Completed 500 Internal Server Error in 7ms
|
|
731
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
732
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
733
|
+
-----------------------------------------------------------------------------------
|
|
734
|
+
ResqueWeb::StatsControllerTest::GET /resque.json: test_0001_renders the resque page
|
|
735
|
+
-----------------------------------------------------------------------------------
|
|
736
|
+
Processing by ResqueWeb::StatsController#resque as JSON
|
|
737
|
+
Completed 500 Internal Server Error in 1ms
|
|
738
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
739
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
740
|
+
------------------------------------------------------------------------------
|
|
741
|
+
ResqueWeb::WorkersControllerTest::GET /index: test_0001_renders the index page
|
|
742
|
+
------------------------------------------------------------------------------
|
|
743
|
+
Processing by ResqueWeb::WorkersController#index as HTML
|
|
744
|
+
Completed 500 Internal Server Error in 2ms
|
|
745
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
746
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
747
|
+
----------------------------------------------------------------------------
|
|
748
|
+
ResqueWeb::WorkersControllerTest::GET /show: test_0001_renders the show page
|
|
749
|
+
----------------------------------------------------------------------------
|
|
750
|
+
Processing by ResqueWeb::WorkersController#show as HTML
|
|
751
|
+
Parameters: {"id"=>"all"}
|
|
752
|
+
Completed 500 Internal Server Error in 16ms
|
|
753
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
754
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_6[0m
|
|
755
|
+
------------------------------------------------------------------------------
|
|
756
|
+
ResqueWeb::WorkingControllerTest::GET /index: test_0001_renders the index page
|
|
757
|
+
------------------------------------------------------------------------------
|
|
758
|
+
Processing by ResqueWeb::WorkingController#index as HTML
|
|
759
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (5.1ms)
|
|
760
|
+
Completed 500 Internal Server Error in 17ms
|
|
761
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_6
|
|
762
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
|
763
|
+
---------------------------------------
|
|
764
|
+
FailuresHelperTest: test_0001_anonymous
|
|
765
|
+
---------------------------------------
|
|
766
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
767
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
768
|
+
---------------------------------------
|
|
769
|
+
FailuresHelperTest: test_0002_anonymous
|
|
770
|
+
---------------------------------------
|
|
771
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
772
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
773
|
+
--------------------------------------------------------------------------------------
|
|
774
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/:id: test_0001_deletes the failure
|
|
775
|
+
--------------------------------------------------------------------------------------
|
|
776
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
|
777
|
+
Parameters: {"id"=>"123"}
|
|
778
|
+
Redirected to http://test.host/resque_web/failures
|
|
779
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
780
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
781
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
782
|
+
-----------------------------------------------------------------------------------------------
|
|
783
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/destroy_all: test_0001_deletes all failures
|
|
784
|
+
-----------------------------------------------------------------------------------------------
|
|
785
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
|
786
|
+
Redirected to http://test.host/resque_web/failures
|
|
787
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
|
788
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
789
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
790
|
+
----------------------------------------------------------------------------------
|
|
791
|
+
ResqueWeb::FailuresControllerTest::GET /failures: test_0001_renders the index page
|
|
792
|
+
----------------------------------------------------------------------------------
|
|
793
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
|
794
|
+
Completed 200 OK in 612ms (Views: 611.3ms | ActiveRecord: 0.0ms)
|
|
795
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
796
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
797
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
798
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
|
799
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
800
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
801
|
+
Parameters: {"id"=>"123"}
|
|
802
|
+
Redirected to http://test.host/resque_web/failures
|
|
803
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
804
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
805
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
806
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
807
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
|
808
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
809
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
810
|
+
Parameters: {"id"=>"123"}
|
|
811
|
+
Redirected to http://test.host/resque_web/failures
|
|
812
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
813
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
814
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
815
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
816
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
|
817
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
818
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
819
|
+
Redirected to http://test.host/resque_web/failures
|
|
820
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
821
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
822
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
823
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
824
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
|
825
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
826
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
827
|
+
Redirected to http://test.host/resque_web/failures
|
|
828
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
829
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
830
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
831
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
832
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
|
833
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
834
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
835
|
+
Parameters: {"queue"=>"myqueue"}
|
|
836
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
|
837
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
838
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
839
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
840
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
841
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is disabled: test_0001_should grant me access
|
|
842
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
843
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
844
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (4.0ms)
|
|
845
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (6.8ms)
|
|
846
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (4.8ms)
|
|
847
|
+
Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.0ms)
|
|
848
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
849
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
850
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
851
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the currect username and password are supplied : test_0001_should grant me access
|
|
852
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
853
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
854
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (2.1ms)
|
|
855
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (2.3ms)
|
|
856
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (4.6ms)
|
|
857
|
+
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)
|
|
858
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
859
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
860
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
861
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the username and password are not supplied: test_0001_should deny me access
|
|
862
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
863
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
864
|
+
Filter chain halted as :authorize rendered or redirected
|
|
865
|
+
Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
|
|
866
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
867
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
868
|
+
-------------------------------------------------------------------------------
|
|
869
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0001_adds the routes
|
|
870
|
+
-------------------------------------------------------------------------------
|
|
871
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
872
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
873
|
+
------------------------------------------------------------------------------------------
|
|
874
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0002_renders the plugins action
|
|
875
|
+
------------------------------------------------------------------------------------------
|
|
876
|
+
Started GET "/resque_web/plugin_test/plugintest" for 127.0.0.1 at 2015-11-11 10:27:03 +0900
|
|
877
|
+
Processing by ResqueWeb::Plugins::ResqueWebTestPlugin::PlugintestController#index as HTML
|
|
878
|
+
Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.0ms)
|
|
879
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
880
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
881
|
+
-----------------------------------------------------------------------------------------
|
|
882
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0003_adds a tab for the plugin
|
|
883
|
+
-----------------------------------------------------------------------------------------
|
|
884
|
+
Started GET "/resque_web/" for 127.0.0.1 at 2015-11-11 10:27:03 +0900
|
|
885
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
886
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (1.9ms)
|
|
887
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (2.1ms)
|
|
888
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (3.2ms)
|
|
889
|
+
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)
|
|
890
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
891
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
892
|
+
--------------------------------------------------------------------------
|
|
893
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0001_deletes queues
|
|
894
|
+
--------------------------------------------------------------------------
|
|
895
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
896
|
+
Parameters: {"id"=>"example_queue"}
|
|
897
|
+
Redirected to http://test.host/resque_web/queues
|
|
898
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
899
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
900
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
901
|
+
--------------------------------------------------------------------------
|
|
902
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0002_deletes queues
|
|
903
|
+
--------------------------------------------------------------------------
|
|
904
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
905
|
+
Parameters: {"id"=>"example_queue"}
|
|
906
|
+
Redirected to http://test.host/resque_web/queues
|
|
907
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
908
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
909
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
910
|
+
-----------------------------------------------------------------------------
|
|
911
|
+
ResqueWeb::QueuesControllerTest::GET /index: test_0001_renders the index page
|
|
912
|
+
-----------------------------------------------------------------------------
|
|
913
|
+
Processing by ResqueWeb::QueuesController#index as HTML
|
|
914
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (2.7ms)
|
|
915
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (3.4ms)
|
|
916
|
+
Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)
|
|
917
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
918
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
919
|
+
---------------------------------------------------------------------------
|
|
920
|
+
ResqueWeb::QueuesControllerTest::GET /show: test_0001_renders the show page
|
|
921
|
+
---------------------------------------------------------------------------
|
|
922
|
+
Processing by ResqueWeb::QueuesController#show as HTML
|
|
923
|
+
Parameters: {"id"=>"example_queue"}
|
|
924
|
+
Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms)
|
|
925
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
926
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
927
|
+
--------------------------------------------------------------------------------------------
|
|
928
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0001_removes all pending jobs from a queue
|
|
929
|
+
--------------------------------------------------------------------------------------------
|
|
930
|
+
Processing by ResqueWeb::QueuesController#clear as HTML
|
|
931
|
+
Parameters: {"id"=>"example_queue"}
|
|
932
|
+
Redirected to http://test.host/resque_web/queues/example_queue
|
|
933
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
934
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
935
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
936
|
+
---------------------------------------------------------------------------------
|
|
937
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0002_redirects to the show page
|
|
938
|
+
---------------------------------------------------------------------------------
|
|
939
|
+
Processing by ResqueWeb::QueuesController#clear as HTML
|
|
940
|
+
Parameters: {"id"=>"example_queue"}
|
|
941
|
+
Redirected to http://test.host/resque_web/queues/example_queue
|
|
942
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
943
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
944
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
945
|
+
-------------------------------------------------------------------------
|
|
946
|
+
ResqueWeb::StatsControllerTest::GET /index: test_0001_redirects to resque
|
|
947
|
+
-------------------------------------------------------------------------
|
|
948
|
+
Processing by ResqueWeb::StatsController#index as HTML
|
|
949
|
+
Redirected to http://test.host/resque_web/stats/resque
|
|
950
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
951
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
952
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
953
|
+
--------------------------------------------------------------------------
|
|
954
|
+
ResqueWeb::StatsControllerTest::GET /keys: test_0001_renders the keys page
|
|
955
|
+
--------------------------------------------------------------------------
|
|
956
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
957
|
+
Completed 200 OK in 20ms (Views: 20.1ms | ActiveRecord: 0.0ms)
|
|
958
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
959
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
960
|
+
-------------------------------------------------------------------------------
|
|
961
|
+
ResqueWeb::StatsControllerTest::GET /keys.json: test_0001_renders the keys page
|
|
962
|
+
-------------------------------------------------------------------------------
|
|
963
|
+
Processing by ResqueWeb::StatsController#keys as JSON
|
|
964
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
|
965
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
966
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
967
|
+
------------------------------------------------------------------------------
|
|
968
|
+
ResqueWeb::StatsControllerTest::GET /keys/:id: test_0001_renders the keys page
|
|
969
|
+
------------------------------------------------------------------------------
|
|
970
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
971
|
+
Parameters: {"id"=>"failed"}
|
|
972
|
+
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
|
973
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
974
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
975
|
+
----------------------------------------------------------------------------
|
|
976
|
+
ResqueWeb::StatsControllerTest::GET /redis: test_0001_renders the redis page
|
|
977
|
+
----------------------------------------------------------------------------
|
|
978
|
+
Processing by ResqueWeb::StatsController#redis as HTML
|
|
979
|
+
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
|
|
980
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
981
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
|
982
|
+
---------------------------------------------------------------------------------
|
|
983
|
+
ResqueWeb::StatsControllerTest::GET /redis.json: test_0001_renders the redis page
|
|
984
|
+
---------------------------------------------------------------------------------
|
|
985
|
+
Processing by ResqueWeb::StatsController#redis as JSON
|
|
986
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
|
987
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
988
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
989
|
+
------------------------------------------------------------------------------
|
|
990
|
+
ResqueWeb::StatsControllerTest::GET /resque: test_0001_renders the resque page
|
|
991
|
+
------------------------------------------------------------------------------
|
|
992
|
+
Processing by ResqueWeb::StatsController#resque as HTML
|
|
993
|
+
Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
|
|
994
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
995
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
996
|
+
-----------------------------------------------------------------------------------
|
|
997
|
+
ResqueWeb::StatsControllerTest::GET /resque.json: test_0001_renders the resque page
|
|
998
|
+
-----------------------------------------------------------------------------------
|
|
999
|
+
Processing by ResqueWeb::StatsController#resque as JSON
|
|
1000
|
+
Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
|
1001
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
1002
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1003
|
+
------------------------------------------------------------------------------
|
|
1004
|
+
ResqueWeb::WorkersControllerTest::GET /index: test_0001_renders the index page
|
|
1005
|
+
------------------------------------------------------------------------------
|
|
1006
|
+
Processing by ResqueWeb::WorkersController#index as HTML
|
|
1007
|
+
Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.0ms)
|
|
1008
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1009
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1010
|
+
----------------------------------------------------------------------------
|
|
1011
|
+
ResqueWeb::WorkersControllerTest::GET /show: test_0001_renders the show page
|
|
1012
|
+
----------------------------------------------------------------------------
|
|
1013
|
+
Processing by ResqueWeb::WorkersController#show as HTML
|
|
1014
|
+
Parameters: {"id"=>"all"}
|
|
1015
|
+
Completed 200 OK in 28ms (Views: 25.2ms | ActiveRecord: 0.0ms)
|
|
1016
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1017
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1018
|
+
------------------------------------------------------------------------------
|
|
1019
|
+
ResqueWeb::WorkingControllerTest::GET /index: test_0001_renders the index page
|
|
1020
|
+
------------------------------------------------------------------------------
|
|
1021
|
+
Processing by ResqueWeb::WorkingController#index as HTML
|
|
1022
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (3.5ms)
|
|
1023
|
+
Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)
|
|
1024
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1025
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
|
1026
|
+
---------------------------------------
|
|
1027
|
+
FailuresHelperTest: test_0001_anonymous
|
|
1028
|
+
---------------------------------------
|
|
1029
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1030
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1031
|
+
---------------------------------------
|
|
1032
|
+
FailuresHelperTest: test_0002_anonymous
|
|
1033
|
+
---------------------------------------
|
|
1034
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1035
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1036
|
+
--------------------------------------------------------------------------------------
|
|
1037
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/:id: test_0001_deletes the failure
|
|
1038
|
+
--------------------------------------------------------------------------------------
|
|
1039
|
+
Processing by ResqueWeb::FailuresController#destroy as HTML
|
|
1040
|
+
Parameters: {"id"=>"123"}
|
|
1041
|
+
Redirected to http://test.host/resque_web/failures
|
|
1042
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
|
1043
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1044
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1045
|
+
-----------------------------------------------------------------------------------------------
|
|
1046
|
+
ResqueWeb::FailuresControllerTest::DELETE /failures/destroy_all: test_0001_deletes all failures
|
|
1047
|
+
-----------------------------------------------------------------------------------------------
|
|
1048
|
+
Processing by ResqueWeb::FailuresController#destroy_all as HTML
|
|
1049
|
+
Redirected to http://test.host/resque_web/failures
|
|
1050
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
|
1051
|
+
[1m[35m (5.1ms)[0m rollback transaction
|
|
1052
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1053
|
+
----------------------------------------------------------------------------------
|
|
1054
|
+
ResqueWeb::FailuresControllerTest::GET /failures: test_0001_renders the index page
|
|
1055
|
+
----------------------------------------------------------------------------------
|
|
1056
|
+
Processing by ResqueWeb::FailuresController#index as HTML
|
|
1057
|
+
Completed 200 OK in 918ms (Views: 917.4ms | ActiveRecord: 0.0ms)
|
|
1058
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
|
1059
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1060
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
1061
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0001_retries the failure and remove the original message
|
|
1062
|
+
-------------------------------------------------------------------------------------------------------------------------
|
|
1063
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
1064
|
+
Parameters: {"id"=>"123"}
|
|
1065
|
+
Redirected to http://test.host/resque_web/failures
|
|
1066
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1067
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1068
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1069
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
1070
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/:id/retry: test_0002_retries should work also in case of pre 2.0 Resque
|
|
1071
|
+
------------------------------------------------------------------------------------------------------------------------
|
|
1072
|
+
Processing by ResqueWeb::FailuresController#retry as HTML
|
|
1073
|
+
Parameters: {"id"=>"123"}
|
|
1074
|
+
Redirected to http://test.host/resque_web/failures
|
|
1075
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1076
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
1078
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
1079
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0001_retries all failures using requeue if no queue specified
|
|
1080
|
+
------------------------------------------------------------------------------------------------------------------------------
|
|
1081
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
1082
|
+
Redirected to http://test.host/resque_web/failures
|
|
1083
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1084
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1085
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1086
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
1087
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0002_retries all failures should also work case of pre 2.0 Resque
|
|
1088
|
+
----------------------------------------------------------------------------------------------------------------------------------
|
|
1089
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
1090
|
+
Redirected to http://test.host/resque_web/failures
|
|
1091
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1092
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1093
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1094
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
1095
|
+
ResqueWeb::FailuresControllerTest::PUT /failures/retry_all: test_0003_retries all failures using requeue_queue if queue specified
|
|
1096
|
+
---------------------------------------------------------------------------------------------------------------------------------
|
|
1097
|
+
Processing by ResqueWeb::FailuresController#retry_all as HTML
|
|
1098
|
+
Parameters: {"queue"=>"myqueue"}
|
|
1099
|
+
Redirected to http://test.host/resque_web/failures?queue=myqueue
|
|
1100
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1101
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1102
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1103
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
1104
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is disabled: test_0001_should grant me access
|
|
1105
|
+
----------------------------------------------------------------------------------------------------------------------
|
|
1106
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
1107
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (3.2ms)
|
|
1108
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (7.1ms)
|
|
1109
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (1.9ms)
|
|
1110
|
+
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
|
|
1111
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1112
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1113
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
1114
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the currect username and password are supplied : test_0001_should grant me access
|
|
1115
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
1116
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
1117
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (1.3ms)
|
|
1118
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (1.5ms)
|
|
1119
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.3ms)
|
|
1120
|
+
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
|
|
1121
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1122
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1123
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
1124
|
+
ResqueWeb::OverviewControllerTest::GET /::when HTTP Basic Authentication is enabled::and the username and password are not supplied: test_0001_should deny me access
|
|
1125
|
+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
1126
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
1127
|
+
Filter chain halted as :authorize rendered or redirected
|
|
1128
|
+
Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
|
|
1129
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1130
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1131
|
+
-------------------------------------------------------------------------------
|
|
1132
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0001_adds the routes
|
|
1133
|
+
-------------------------------------------------------------------------------
|
|
1134
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1135
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1136
|
+
------------------------------------------------------------------------------------------
|
|
1137
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0002_renders the plugins action
|
|
1138
|
+
------------------------------------------------------------------------------------------
|
|
1139
|
+
Started GET "/resque_web/plugin_test/plugintest" for 127.0.0.1 at 2015-11-11 18:48:36 +0900
|
|
1140
|
+
Processing by ResqueWeb::Plugins::ResqueWebTestPlugin::PlugintestController#index as HTML
|
|
1141
|
+
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.0ms)
|
|
1142
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1143
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1144
|
+
-----------------------------------------------------------------------------------------
|
|
1145
|
+
ResqueWeb::PluginIntegrationTest::resque web plugins: test_0003_adds a tab for the plugin
|
|
1146
|
+
-----------------------------------------------------------------------------------------
|
|
1147
|
+
Started GET "/resque_web/" for 127.0.0.1 at 2015-11-11 18:48:36 +0900
|
|
1148
|
+
Processing by ResqueWeb::OverviewController#show as HTML
|
|
1149
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (1.2ms)
|
|
1150
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (1.5ms)
|
|
1151
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.4ms)
|
|
1152
|
+
Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.0ms)
|
|
1153
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1154
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1155
|
+
--------------------------------------------------------------------------
|
|
1156
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0001_deletes queues
|
|
1157
|
+
--------------------------------------------------------------------------
|
|
1158
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
1159
|
+
Parameters: {"id"=>"example_queue"}
|
|
1160
|
+
Redirected to http://test.host/resque_web/queues
|
|
1161
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
|
1162
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1163
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1164
|
+
--------------------------------------------------------------------------
|
|
1165
|
+
ResqueWeb::QueuesControllerTest::DELETE /destroy: test_0002_deletes queues
|
|
1166
|
+
--------------------------------------------------------------------------
|
|
1167
|
+
Processing by ResqueWeb::QueuesController#destroy as HTML
|
|
1168
|
+
Parameters: {"id"=>"example_queue"}
|
|
1169
|
+
Redirected to http://test.host/resque_web/queues
|
|
1170
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1171
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1172
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1173
|
+
-----------------------------------------------------------------------------
|
|
1174
|
+
ResqueWeb::QueuesControllerTest::GET /index: test_0001_renders the index page
|
|
1175
|
+
-----------------------------------------------------------------------------
|
|
1176
|
+
Processing by ResqueWeb::QueuesController#index as HTML
|
|
1177
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues_basic.html.erb (2.9ms)
|
|
1178
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/queues/_queues.html.erb (3.3ms)
|
|
1179
|
+
Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)
|
|
1180
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1181
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1182
|
+
---------------------------------------------------------------------------
|
|
1183
|
+
ResqueWeb::QueuesControllerTest::GET /show: test_0001_renders the show page
|
|
1184
|
+
---------------------------------------------------------------------------
|
|
1185
|
+
Processing by ResqueWeb::QueuesController#show as HTML
|
|
1186
|
+
Parameters: {"id"=>"example_queue"}
|
|
1187
|
+
Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
|
1188
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1189
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1190
|
+
--------------------------------------------------------------------------------------------
|
|
1191
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0001_removes all pending jobs from a queue
|
|
1192
|
+
--------------------------------------------------------------------------------------------
|
|
1193
|
+
Processing by ResqueWeb::QueuesController#clear as HTML
|
|
1194
|
+
Parameters: {"id"=>"example_queue"}
|
|
1195
|
+
Redirected to http://test.host/resque_web/queues/example_queue
|
|
1196
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1197
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1198
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1199
|
+
---------------------------------------------------------------------------------
|
|
1200
|
+
ResqueWeb::QueuesControllerTest::PUT /clear: test_0002_redirects to the show page
|
|
1201
|
+
---------------------------------------------------------------------------------
|
|
1202
|
+
Processing by ResqueWeb::QueuesController#clear as HTML
|
|
1203
|
+
Parameters: {"id"=>"example_queue"}
|
|
1204
|
+
Redirected to http://test.host/resque_web/queues/example_queue
|
|
1205
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1206
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1207
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1208
|
+
-------------------------------------------------------------------------
|
|
1209
|
+
ResqueWeb::StatsControllerTest::GET /index: test_0001_redirects to resque
|
|
1210
|
+
-------------------------------------------------------------------------
|
|
1211
|
+
Processing by ResqueWeb::StatsController#index as HTML
|
|
1212
|
+
Redirected to http://test.host/resque_web/stats/resque
|
|
1213
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
|
1214
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1215
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1216
|
+
--------------------------------------------------------------------------
|
|
1217
|
+
ResqueWeb::StatsControllerTest::GET /keys: test_0001_renders the keys page
|
|
1218
|
+
--------------------------------------------------------------------------
|
|
1219
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
1220
|
+
Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
|
1221
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1222
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1223
|
+
-------------------------------------------------------------------------------
|
|
1224
|
+
ResqueWeb::StatsControllerTest::GET /keys.json: test_0001_renders the keys page
|
|
1225
|
+
-------------------------------------------------------------------------------
|
|
1226
|
+
Processing by ResqueWeb::StatsController#keys as JSON
|
|
1227
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
1228
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1229
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1230
|
+
------------------------------------------------------------------------------
|
|
1231
|
+
ResqueWeb::StatsControllerTest::GET /keys/:id: test_0001_renders the keys page
|
|
1232
|
+
------------------------------------------------------------------------------
|
|
1233
|
+
Processing by ResqueWeb::StatsController#keys as HTML
|
|
1234
|
+
Parameters: {"id"=>"failed"}
|
|
1235
|
+
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
|
1236
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1237
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1238
|
+
----------------------------------------------------------------------------
|
|
1239
|
+
ResqueWeb::StatsControllerTest::GET /redis: test_0001_renders the redis page
|
|
1240
|
+
----------------------------------------------------------------------------
|
|
1241
|
+
Processing by ResqueWeb::StatsController#redis as HTML
|
|
1242
|
+
Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms)
|
|
1243
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1244
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1245
|
+
---------------------------------------------------------------------------------
|
|
1246
|
+
ResqueWeb::StatsControllerTest::GET /redis.json: test_0001_renders the redis page
|
|
1247
|
+
---------------------------------------------------------------------------------
|
|
1248
|
+
Processing by ResqueWeb::StatsController#redis as JSON
|
|
1249
|
+
Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
|
1250
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1251
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1252
|
+
------------------------------------------------------------------------------
|
|
1253
|
+
ResqueWeb::StatsControllerTest::GET /resque: test_0001_renders the resque page
|
|
1254
|
+
------------------------------------------------------------------------------
|
|
1255
|
+
Processing by ResqueWeb::StatsController#resque as HTML
|
|
1256
|
+
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms)
|
|
1257
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1259
|
+
-----------------------------------------------------------------------------------
|
|
1260
|
+
ResqueWeb::StatsControllerTest::GET /resque.json: test_0001_renders the resque page
|
|
1261
|
+
-----------------------------------------------------------------------------------
|
|
1262
|
+
Processing by ResqueWeb::StatsController#resque as JSON
|
|
1263
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
|
1264
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1265
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1266
|
+
------------------------------------------------------------------------------
|
|
1267
|
+
ResqueWeb::WorkersControllerTest::GET /index: test_0001_renders the index page
|
|
1268
|
+
------------------------------------------------------------------------------
|
|
1269
|
+
Processing by ResqueWeb::WorkersController#index as HTML
|
|
1270
|
+
Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms)
|
|
1271
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1272
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1273
|
+
----------------------------------------------------------------------------
|
|
1274
|
+
ResqueWeb::WorkersControllerTest::GET /show: test_0001_renders the show page
|
|
1275
|
+
----------------------------------------------------------------------------
|
|
1276
|
+
Processing by ResqueWeb::WorkersController#show as HTML
|
|
1277
|
+
Parameters: {"id"=>"all"}
|
|
1278
|
+
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
|
|
1279
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
1280
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
1281
|
+
------------------------------------------------------------------------------
|
|
1282
|
+
ResqueWeb::WorkingControllerTest::GET /index: test_0001_renders the index page
|
|
1283
|
+
------------------------------------------------------------------------------
|
|
1284
|
+
Processing by ResqueWeb::WorkingController#index as HTML
|
|
1285
|
+
Rendered /Users/tony/src/resque-web/app/views/resque_web/working/_working.html.erb (0.5ms)
|
|
1286
|
+
Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.0ms)
|
|
1287
|
+
[1m[35m (0.1ms)[0m rollback transaction
|