bs-helper 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/app/assets/javascripts/bs-modal/bootstrap-modal.js +0 -0
- data/app/assets/javascripts/bs-modal/bootstrap-modalmanager.js +0 -0
- data/app/assets/javascripts/init-bootbox.js +0 -0
- data/app/assets/javascripts/init-bshelper.js +4 -1
- data/app/assets/stylesheets/bs-modal/bootstrap-modal-bs3patch.css +0 -0
- data/app/assets/stylesheets/bs-modal/bootstrap-modal.css +0 -0
- data/app/helpers/bootstrap_base_helper.rb +0 -0
- data/app/helpers/bootstrap_button_helper.rb +1 -1
- data/app/helpers/bootstrap_component_helper.rb +1 -3
- data/app/helpers/bootstrap_helper.rb +0 -0
- data/app/helpers/bootstrap_notify_helper.rb +0 -0
- data/app/helpers/bootstrap_post_paginate_helper.rb +0 -0
- data/app/helpers/bootstrap_tab_helper.rb +0 -0
- data/app/helpers/bootstrap_table_helper.rb +39 -6
- data/lib/bs-helper.rb +0 -0
- data/lib/bs-helper/engine.rb +0 -0
- data/lib/bs-helper/version.rb +1 -1
- data/lib/generators/bshelper/install/install_generator.rb +0 -0
- data/test/dummy/README.rdoc +0 -0
- data/test/dummy/Rakefile +0 -0
- data/test/dummy/app/assets/images/favicon.ico +0 -0
- data/test/dummy/app/assets/images/rar_gold.png +0 -0
- data/test/dummy/app/assets/images/text_page.png +0 -0
- data/test/dummy/app/assets/javascripts/application.js +0 -0
- data/test/dummy/app/assets/javascripts/components.js +0 -0
- data/test/dummy/app/assets/javascripts/paginations.js +0 -0
- data/test/dummy/app/assets/javascripts/prettify.js +0 -0
- data/test/dummy/app/assets/stylesheets/application.css.scss +0 -0
- data/test/dummy/app/assets/stylesheets/components.css.scss +0 -0
- data/test/dummy/app/assets/stylesheets/paginations.css.scss +0 -0
- data/test/dummy/app/assets/stylesheets/prettify.css +0 -0
- data/test/dummy/app/controllers/application_controller.rb +0 -0
- data/test/dummy/app/controllers/components_controller.rb +0 -0
- data/test/dummy/app/controllers/home_controller.rb +0 -0
- data/test/dummy/app/controllers/paginations_controller.rb +0 -0
- data/test/dummy/app/helpers/application_helper.rb +0 -0
- data/test/dummy/app/helpers/components_helper.rb +0 -0
- data/test/dummy/app/helpers/paginations_helper.rb +0 -0
- data/test/dummy/app/models/order.rb +0 -0
- data/test/dummy/app/views/components/_bootbox.html.erb +0 -0
- data/test/dummy/app/views/components/_button.html.erb +10 -0
- data/test/dummy/app/views/components/_flash.html.erb +0 -0
- data/test/dummy/app/views/components/_image.html.erb +0 -0
- data/test/dummy/app/views/components/_list.html.erb +0 -0
- data/test/dummy/app/views/components/_modal.html.erb +0 -0
- data/test/dummy/app/views/components/_navbar.html.erb +0 -0
- data/test/dummy/app/views/components/_notify.html.erb +0 -0
- data/test/dummy/app/views/components/_progressbar.html.erb +0 -0
- data/test/dummy/app/views/components/_tab.html.erb +0 -0
- data/test/dummy/app/views/components/_table.html.erb +12 -10
- data/test/dummy/app/views/components/_thumbnails.html.erb +0 -0
- data/test/dummy/app/views/components/_typographic.html.erb +0 -0
- data/test/dummy/app/views/components/index.html.erb +0 -0
- data/test/dummy/app/views/components/update.html.erb +0 -0
- data/test/dummy/app/views/home/index.html.erb +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +0 -0
- data/test/dummy/app/views/paginations/index.html.erb +0 -0
- data/test/dummy/config.ru +0 -0
- data/test/dummy/config/application.rb +0 -0
- data/test/dummy/config/boot.rb +0 -0
- data/test/dummy/config/database.yml +0 -0
- data/test/dummy/config/environment.rb +0 -0
- data/test/dummy/config/environments/development.rb +0 -0
- data/test/dummy/config/environments/production.rb +0 -0
- data/test/dummy/config/environments/test.rb +0 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +0 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -0
- data/test/dummy/config/initializers/inflections.rb +0 -0
- data/test/dummy/config/initializers/mime_types.rb +0 -0
- data/test/dummy/config/initializers/secret_token.rb +0 -0
- data/test/dummy/config/initializers/session_store.rb +0 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +0 -0
- data/test/dummy/config/locales/en.bootstrap.yml +0 -0
- data/test/dummy/config/locales/en.yml +9 -0
- data/test/dummy/config/routes.rb +0 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20131006012048_create_orders.rb +0 -0
- data/test/dummy/db/schema.rb +0 -0
- data/test/dummy/db/seeds.rb +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +3555 -0
- data/test/dummy/log/test.log +0 -0
- data/test/dummy/public/404.html +0 -0
- data/test/dummy/public/422.html +0 -0
- data/test/dummy/public/500.html +0 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/tmp/cache/assets/BB7/B00/sprockets%2F255015c35d7237c7582051420593d535 +0 -0
- data/test/dummy/tmp/cache/assets/BFE/E90/sprockets%2F46051149c05424080ec21b4b160b2156 +0 -0
- data/test/dummy/tmp/cache/assets/C00/C70/sprockets%2F2042815e30a1a59041392a5ca5440290 +0 -0
- data/test/dummy/tmp/cache/assets/C14/150/sprockets%2Fb119a0eb512432ef7314727958150651 +0 -0
- data/test/dummy/tmp/cache/assets/C1B/A20/sprockets%2F418d652b582b3203c7654d337047c338 +0 -0
- data/test/dummy/tmp/cache/assets/C29/8A0/sprockets%2Fa899e19256a0845205636938010c6fe5 +0 -0
- data/test/dummy/tmp/cache/assets/C2A/C00/sprockets%2F3506a8282568971d3248601e5e5425ff +0 -0
- data/test/dummy/tmp/cache/assets/C4B/EF0/sprockets%2F131d29c56765d2433266063045fba4f8 +0 -0
- data/test/dummy/tmp/cache/assets/C52/380/sprockets%2Fc39dc5164502475828be3d207521847e +0 -0
- data/test/dummy/tmp/cache/assets/C5D/BA0/sprockets%2F3012b77e6950a5219d79e44061789fc7 +0 -0
- data/test/dummy/tmp/cache/assets/C66/980/sprockets%2F08834498e0872d20578ff783e2f406b7 +0 -0
- data/test/dummy/tmp/cache/assets/C6F/FE0/sprockets%2F5cce6081788d09120c598c7279f82888 +0 -0
- data/test/dummy/tmp/cache/assets/C70/2B0/sprockets%2F5463710e10c56c02c6b5755029280bfc +0 -0
- data/test/dummy/tmp/cache/assets/C73/E40/sprockets%2F5b82d31405900db244371901fc76e0f6 +0 -0
- data/test/dummy/tmp/cache/assets/C75/980/sprockets%2F2404708d3ebd336e5416726433b29c3a +0 -0
- data/test/dummy/tmp/cache/assets/C7A/A60/sprockets%2F8ed6a1437c208c22d819801375df2270 +0 -0
- data/test/dummy/tmp/cache/assets/C7F/250/sprockets%2F0d48d83101ec82689352144842cde29a +0 -0
- data/test/dummy/tmp/cache/assets/C80/840/sprockets%2F562c2d168da585f80579347d10790a0a +0 -0
- data/test/dummy/tmp/cache/assets/CA4/D30/sprockets%2F755264e416b5a070875ee90af0242cc0 +0 -0
- data/test/dummy/tmp/cache/assets/CA5/8D0/sprockets%2F2555a348ba314a08c0f6d85b066129a9 +0 -0
- data/test/dummy/tmp/cache/assets/CA8/330/sprockets%2F46c9ed7b190224e086e20ca6382465a1 +0 -0
- data/test/dummy/tmp/cache/assets/CAA/430/sprockets%2F54687e09b19575b8930eb3887e698ee8 +0 -0
- data/test/dummy/tmp/cache/assets/CAF/640/sprockets%2F2803327062d607ade5813f79bb61df74 +0 -0
- data/test/dummy/tmp/cache/assets/CB4/8E0/sprockets%2F00d59d696cc7efe4234258e306b83333 +0 -0
- data/test/dummy/tmp/cache/assets/CBF/370/sprockets%2F49ceca075582477f96382fa1c26b4846 +0 -0
- data/test/dummy/tmp/cache/assets/CC5/160/sprockets%2F74b7c3a59a0e88f9502866d0f9b49059 +0 -0
- data/test/dummy/tmp/cache/assets/CCF/730/sprockets%2F884d37d65980884f89898cbb009ba60d +0 -0
- data/test/dummy/tmp/cache/assets/CD2/320/sprockets%2F06f36e5565a415bc3f15b9a0438b204e +0 -0
- data/test/dummy/tmp/cache/assets/CD5/2C0/sprockets%2F166c056119ebdfb8b7104c97b424b423 +0 -0
- data/test/dummy/tmp/cache/assets/CD5/740/sprockets%2Fbb5277f1364450372ea69e473b0cb0e3 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/810/sprockets%2Ffd61035950d2b33670fb8d3f4271fc15 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/D90/sprockets%2Fc1f515271621dfef6c3941c1e210e587 +0 -0
- data/test/dummy/tmp/cache/assets/CDA/BD0/sprockets%2F549431bf0eb194b790b4060759fb1b8a +0 -0
- data/test/dummy/tmp/cache/assets/CDB/1D0/sprockets%2Fe0be664785a1118d4bf4b7110f6f0846 +0 -0
- data/test/dummy/tmp/cache/assets/CDB/970/sprockets%2F08f5b4a540db21d6b735be28047e3569 +0 -0
- data/test/dummy/tmp/cache/assets/CE1/310/sprockets%2F5a5d222a2e5345211e7969d3e860cd9e +0 -0
- data/test/dummy/tmp/cache/assets/CE1/3C0/sprockets%2Fcdd01087f3928656a4dd8c33d82641c3 +0 -0
- data/test/dummy/tmp/cache/assets/CE1/B90/sprockets%2F72230396f68b08a199d9a24ba9d2c9a0 +0 -0
- data/test/dummy/tmp/cache/assets/CE3/820/sprockets%2Fb760f2c7efb9312b9571a9a576854a30 +0 -0
- data/test/dummy/tmp/cache/assets/CE3/CC0/sprockets%2Ff9608666245b5b6f3de33b212d4e509d +0 -0
- data/test/dummy/tmp/cache/assets/CE7/310/sprockets%2F8b0357db2336e0598cb9e5810e199a7b +0 -0
- data/test/dummy/tmp/cache/assets/CE7/FD0/sprockets%2Fbb3a33894c855494dfe294248325a0ef +0 -0
- data/test/dummy/tmp/cache/assets/CE8/5F0/sprockets%2Fe313d803410c99bf15d6344fb77f578d +0 -0
- data/test/dummy/tmp/cache/assets/CEF/DA0/sprockets%2F5a60769c6b6e9d2926c7c558d98001bd +0 -0
- data/test/dummy/tmp/cache/assets/CF2/0A0/sprockets%2F2f5152f528c4f0586e490cbe978e26c8 +0 -0
- data/test/dummy/tmp/cache/assets/CF2/CB0/sprockets%2F47142f1e39d3ed8004649bc2968eee79 +0 -0
- data/test/dummy/tmp/cache/assets/CF3/640/sprockets%2F48de748d4590940ac2981d18ff216cf9 +0 -0
- data/test/dummy/tmp/cache/assets/CF4/1C0/sprockets%2Ff708449e989289d9d02b35ada290e18d +0 -0
- data/test/dummy/tmp/cache/assets/CF6/100/sprockets%2F53efd93222c0011cae70c56d34251df1 +0 -0
- data/test/dummy/tmp/cache/assets/CF6/BA0/sprockets%2F2999139a7870f72c257f820bc9f62cee +0 -0
- data/test/dummy/tmp/cache/assets/CF7/670/sprockets%2F86bb8f349783ee1007567e607c89dbc6 +0 -0
- data/test/dummy/tmp/cache/assets/CFB/C30/sprockets%2F0d44a6a2a55f865ac64b1ce4620b5036 +0 -0
- data/test/dummy/tmp/cache/assets/CFC/FD0/sprockets%2F5ea4bbab196a7829893dd7769374894c +0 -0
- data/test/dummy/tmp/cache/assets/CFD/010/sprockets%2Fd12aa1062f6c713a9efe86ab12263291 +0 -0
- data/test/dummy/tmp/cache/assets/D05/5F0/sprockets%2Fb44400c4299cbe671ffc09b1f1570d24 +0 -0
- data/test/dummy/tmp/cache/assets/D0B/760/sprockets%2F9e9498b160e9fb55d0ee0202a06d74a1 +0 -0
- data/test/dummy/tmp/cache/assets/D0C/DB0/sprockets%2Fcf235e0d96662a1376d2dda257d6f422 +0 -0
- data/test/dummy/tmp/cache/assets/D0E/F80/sprockets%2F8c2b061e379a23e7c4d207adcf992462 +0 -0
- data/test/dummy/tmp/cache/assets/D0F/220/sprockets%2F763a8623c9f9ca1da82ce1d3065195b4 +0 -0
- data/test/dummy/tmp/cache/assets/D10/220/sprockets%2F726f6657c33b6aa3c0d94af63411cc98 +0 -0
- data/test/dummy/tmp/cache/assets/D10/5A0/sprockets%2Fd2231fd71dfa3e6303aefa6662449597 +0 -0
- data/test/dummy/tmp/cache/assets/D10/BD0/sprockets%2F651f97e9f10e46d0b60870a29da1dd45 +0 -0
- data/test/dummy/tmp/cache/assets/D11/790/sprockets%2Fe9dd4830f03e40a2d643677026c7f8bd +0 -0
- data/test/dummy/tmp/cache/assets/D12/920/sprockets%2Ffcb404030b30e1a73c604ef0a41a721a +0 -0
- data/test/dummy/tmp/cache/assets/D17/4C0/sprockets%2F700827acd727b6fc8361f454c68a5cd7 +0 -0
- data/test/dummy/tmp/cache/assets/D17/AA0/sprockets%2Fb207b91eda797ba69e6e407427c9810d +0 -0
- data/test/dummy/tmp/cache/assets/D1A/C80/sprockets%2Fd05d17ace6d56d848f78eab067509821 +0 -0
- data/test/dummy/tmp/cache/assets/D1C/9D0/sprockets%2F73ff5a1b61c01067bb59f6fd89b54894 +0 -0
- data/test/dummy/tmp/cache/assets/D1D/A80/sprockets%2F587d710a85a815aa3d67a7496f59dcb6 +0 -0
- data/test/dummy/tmp/cache/assets/D1D/B00/sprockets%2Fc658105ac7b6fe7b9cc4656176259a9b +0 -0
- data/test/dummy/tmp/cache/assets/D23/CA0/sprockets%2F10af5eba24474e2fa3c15510681a60eb +0 -0
- data/test/dummy/tmp/cache/assets/D28/7A0/sprockets%2Fc0016b98f89c7f17cdd78b81fc194893 +0 -0
- data/test/dummy/tmp/cache/assets/D29/700/sprockets%2Fe6f667affe510637b6289bf664d73c94 +0 -0
- data/test/dummy/tmp/cache/assets/D29/7F0/sprockets%2F1814abebb27ea13dd682b39514d4221c +0 -0
- data/test/dummy/tmp/cache/assets/D2A/4D0/sprockets%2F93b2a67747d68990b77f7e2f4bb186ed +0 -0
- data/test/dummy/tmp/cache/assets/D2A/5F0/sprockets%2F444f8aab7211e90259e2a1e21afd050f +0 -0
- data/test/dummy/tmp/cache/assets/D2A/6D0/sprockets%2F56b0fec7ef32b116b33f6279131ac0c0 +0 -0
- data/test/dummy/tmp/cache/assets/D2B/0A0/sprockets%2Fcf0f777766ec93937f4950fb7eb450c7 +0 -0
- data/test/dummy/tmp/cache/assets/D2D/D50/sprockets%2Fd585a06e2ee6203ccb04c8b84150d14d +0 -0
- data/test/dummy/tmp/cache/assets/D30/050/sprockets%2F010cfbc0fe93ced742452b382b2f6137 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D34/AF0/sprockets%2Ff9c3010efc1c070a7b965d5cf2e28440 +0 -0
- data/test/dummy/tmp/cache/assets/D37/910/sprockets%2F6d03353931352e58ead27bafa2b7e18d +0 -0
- data/test/dummy/tmp/cache/assets/D38/1F0/sprockets%2F3e51a308496425c44eddbd4831bd4a6e +0 -0
- data/test/dummy/tmp/cache/assets/D39/AC0/sprockets%2F374af92b8212b4bcb11df742483af93f +0 -0
- data/test/dummy/tmp/cache/assets/D3A/8F0/sprockets%2F286081105fc0bce1bb5e58d9437df6d1 +0 -0
- data/test/dummy/tmp/cache/assets/D3B/BA0/sprockets%2Fe6806877af3cba66407e110c72b4ddf2 +0 -0
- data/test/dummy/tmp/cache/assets/D3C/9A0/sprockets%2F0bfd8955817f68630d3c10eb1ca26d7b +0 -0
- data/test/dummy/tmp/cache/assets/D3D/210/sprockets%2F89af64f22b01d10b7759a29d4303ffcf +0 -0
- data/test/dummy/tmp/cache/assets/D3E/3F0/sprockets%2Fca760aeeff18c1f769100174c5f337d5 +0 -0
- data/test/dummy/tmp/cache/assets/D40/C40/sprockets%2Fe1e3f7030b8f90aa626ec8e640717d6e +0 -0
- data/test/dummy/tmp/cache/assets/D41/2F0/sprockets%2F95dccfb2296b7ba175585f06ea212e29 +0 -0
- data/test/dummy/tmp/cache/assets/D43/200/sprockets%2Faffca5ff9de508520551e380a948d136 +0 -0
- data/test/dummy/tmp/cache/assets/D46/1E0/sprockets%2F578ca1351d466b2a7f7681b90cfa9ee4 +0 -0
- data/test/dummy/tmp/cache/assets/D47/840/sprockets%2F619da8dda7f51281494c293bdd19e44d +0 -0
- data/test/dummy/tmp/cache/assets/D4B/110/sprockets%2Fbff37793c148d27d084ccc25c7e6d095 +0 -0
- data/test/dummy/tmp/cache/assets/D4B/120/sprockets%2F9851478267eda328424a664becdeaec8 +0 -0
- data/test/dummy/tmp/cache/assets/D4B/A40/sprockets%2Fea319dc44a8e75d8b4090ea37e35d977 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D50/870/sprockets%2Fd2bb3bfae89cf939627795942a30ef44 +0 -0
- data/test/dummy/tmp/cache/assets/D50/A50/sprockets%2F584ed79d21d49036c19ef6aa39ef39e1 +0 -0
- data/test/dummy/tmp/cache/assets/D50/DF0/sprockets%2F99e091c7908d7fca33de747cb53c535e +0 -0
- data/test/dummy/tmp/cache/assets/D53/080/sprockets%2F610ad73170cc39dc8d69a9e7f814fe89 +0 -0
- data/test/dummy/tmp/cache/assets/D55/A60/sprockets%2F7d2d3f238b17eb6b6a0149c230a2d0da +0 -0
- data/test/dummy/tmp/cache/assets/D58/630/sprockets%2F6e31211feb3b021ab13d59d6afa5e393 +0 -0
- data/test/dummy/tmp/cache/assets/D59/BD0/sprockets%2F8a2b501d930665d6c10ce2d52c5bccc3 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/5A0/sprockets%2Ffb68b1e33aca410ae15c1e4a69b60087 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D5D/B60/sprockets%2F1d2b9d33eeac89cbaf405770a309203a +0 -0
- data/test/dummy/tmp/cache/assets/D62/FD0/sprockets%2F4e33cbf3c3ee86c3103de60d1534ce63 +0 -0
- data/test/dummy/tmp/cache/assets/D64/5C0/sprockets%2F7fdd0381b23dbf9ad6fed5532b044161 +0 -0
- data/test/dummy/tmp/cache/assets/D66/A50/sprockets%2Fa19d3c63b5c8d302b27d40bff9ac0694 +0 -0
- data/test/dummy/tmp/cache/assets/D67/4C0/sprockets%2F2acdba0f2819e272fd2775c1e2e135f6 +0 -0
- data/test/dummy/tmp/cache/assets/D69/8B0/sprockets%2F6165e3199da62d88d3cda04e9f0bab03 +0 -0
- data/test/dummy/tmp/cache/assets/D69/BC0/sprockets%2Fb4b3aa35e039b27b8e060c45f9775cbd +0 -0
- data/test/dummy/tmp/cache/assets/D6E/430/sprockets%2F4f91b073b921ebf764afe6b65e9c400b +0 -0
- data/test/dummy/tmp/cache/assets/D70/B20/sprockets%2Fe1b78bcabcbb629a3b7491f646e47444 +0 -0
- data/test/dummy/tmp/cache/assets/D71/610/sprockets%2F7f5938c3933df260b3c1d3ca966aba7d +0 -0
- data/test/dummy/tmp/cache/assets/D72/890/sprockets%2F1964d5b7e91e4bd75eaaa90372179abe +0 -0
- data/test/dummy/tmp/cache/assets/D72/F70/sprockets%2Ffc8249455de6cf6c7ee332c3da50b651 +0 -0
- data/test/dummy/tmp/cache/assets/D75/2E0/sprockets%2F8b14921da19c834965bfceae1f7653eb +0 -0
- data/test/dummy/tmp/cache/assets/D75/7C0/sprockets%2Fa6bd7e7accd75862c41df7761f20484c +0 -0
- data/test/dummy/tmp/cache/assets/D78/420/sprockets%2F1d8aadb52328eb71c38f6f6789541aef +0 -0
- data/test/dummy/tmp/cache/assets/D78/E40/sprockets%2Faedc95237ba36c670c945f38c90eff06 +0 -0
- data/test/dummy/tmp/cache/assets/D7B/0D0/sprockets%2F551a784b818d6b4b49c0c8f8b4fdf7a4 +0 -0
- data/test/dummy/tmp/cache/assets/D7B/BC0/sprockets%2F60689caf6e6b35ddfef5020e38cd6682 +0 -0
- data/test/dummy/tmp/cache/assets/D8B/080/sprockets%2F9acde0d230391c71d10e44b0bbfab788 +0 -0
- data/test/dummy/tmp/cache/assets/D91/1F0/sprockets%2F9d59f6d0a4e6c39d5df4967d495dae77 +0 -0
- data/test/dummy/tmp/cache/assets/D93/710/sprockets%2F4b23ca13b12ffd5b869d852dbd4517ab +0 -0
- data/test/dummy/tmp/cache/assets/D98/820/sprockets%2F9e134dbd90cdb62020573b5efa598cbc +0 -0
- data/test/dummy/tmp/cache/assets/D99/2B0/sprockets%2F6f461bec4036b94e05def91bcef2f212 +0 -0
- data/test/dummy/tmp/cache/assets/D9B/6D0/sprockets%2F233d91946fb5eec30dfb91d13645acbf +0 -0
- data/test/dummy/tmp/cache/assets/D9B/BC0/sprockets%2F972cc0f426f8a9a1502aac8008df9dbf +0 -0
- data/test/dummy/tmp/cache/assets/D9F/240/sprockets%2Fcbcc9415e68ada75302721596fff2beb +0 -0
- data/test/dummy/tmp/cache/assets/DA0/300/sprockets%2Fb0662d0bd4d1de35ee5275c9eb777f4a +0 -0
- data/test/dummy/tmp/cache/assets/DA0/A00/sprockets%2F470e7e6e53ac8e2d8b8cc67cc0ed4150 +0 -0
- data/test/dummy/tmp/cache/assets/DA2/9F0/sprockets%2F32e07f1e2ace5083e8d82fe128c9ce7b +0 -0
- data/test/dummy/tmp/cache/assets/DA3/130/sprockets%2F564d6aad8eed946ff1c02e46374ce61a +0 -0
- data/test/dummy/tmp/cache/assets/DA4/560/sprockets%2F2088bf8c4ce3fc99f1ca81b5daa30588 +0 -0
- data/test/dummy/tmp/cache/assets/DA6/C80/sprockets%2Ffb3fbf878626cb0b193398e604efdda1 +0 -0
- data/test/dummy/tmp/cache/assets/DAE/2F0/sprockets%2Fd1af60de6575897dbc5f714ecc8bc781 +0 -0
- data/test/dummy/tmp/cache/assets/DB0/8E0/sprockets%2Fa7e3c53c5e6be4829feaf8593d0cc739 +0 -0
- data/test/dummy/tmp/cache/assets/DB2/8C0/sprockets%2Fee6f626db3884fac4f4f534c594d58cb +0 -0
- data/test/dummy/tmp/cache/assets/DB3/FE0/sprockets%2Ff44f9fa62c88d3d8e1df6a9c770d5a73 +0 -0
- data/test/dummy/tmp/cache/assets/DB7/6A0/sprockets%2Fe62279cb658efbd4ee59afa72a4967f5 +0 -0
- data/test/dummy/tmp/cache/assets/DBD/170/sprockets%2Fd17e4102f6f24fcacccd2e3be411f670 +0 -0
- data/test/dummy/tmp/cache/assets/DC1/350/sprockets%2F462d90cc0af07b51cf4d9280bc96bdaa +0 -0
- data/test/dummy/tmp/cache/assets/DC2/1E0/sprockets%2Ffaebe1250f51bbc6ed1cd059807ea653 +0 -0
- data/test/dummy/tmp/cache/assets/DC5/510/sprockets%2F4a670eb7532fb1e85bb9f00de445bfba +0 -0
- data/test/dummy/tmp/cache/assets/DCA/3F0/sprockets%2F0413c8f1d459a08ebcfc047fa3d59dbe +0 -0
- data/test/dummy/tmp/cache/assets/DD4/BF0/sprockets%2F74d6a551a492207cbe7ef9a8b4d6fdea +0 -0
- data/test/dummy/tmp/cache/assets/DDB/A80/sprockets%2F1b4568e9df68ba3beab8a093e6c487ed +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/DEA/6E0/sprockets%2Fea1fee1a4d51c17c3ca11ba896d8d20d +0 -0
- data/test/dummy/tmp/cache/assets/DEB/5C0/sprockets%2Fb5511bfe77b3e107e3fdcb20e6ba3f3a +0 -0
- data/test/dummy/tmp/cache/assets/DEE/2F0/sprockets%2F84a9fb3ac3f8c95f1bdc9e58ff79b648 +0 -0
- data/test/dummy/tmp/cache/assets/DF2/1C0/sprockets%2F3d3c6b606ac3f25bd883a15cc50dcfde +0 -0
- data/test/dummy/tmp/cache/assets/DF6/C30/sprockets%2F094cbbee3c8ae3a10a6351b3f879edbe +0 -0
- data/test/dummy/tmp/cache/assets/DF9/680/sprockets%2Feb943eab7c94dbb2ff5d4baf180a2825 +0 -0
- data/test/dummy/tmp/cache/assets/DF9/BF0/sprockets%2Facce48e27f31adf4ce5d7261eb0d634e +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E30/F30/sprockets%2F2de6682f4a2f69a08c6bbafef6beb13f +0 -0
- data/test/dummy/tmp/cache/assets/E34/4E0/sprockets%2Fdfeb62c5bdee854323f83d507eca9ddc +0 -0
- data/test/dummy/tmp/cache/assets/E36/600/sprockets%2Fd3efa814e1719cd5ccd9e3f295deba9a +0 -0
- data/test/dummy/tmp/cache/assets/E37/AD0/sprockets%2Fffa65557afebb980751c8fed3cccc91a +0 -0
- data/test/dummy/tmp/cache/assets/E3A/330/sprockets%2F738a1f7a1b37d9a4edcdb685a9cdfe9c +0 -0
- data/test/dummy/tmp/cache/assets/E58/410/sprockets%2F1ffe555dcee543ffc25dc45c0fca2fc0 +0 -0
- data/test/dummy/tmp/cache/assets/E5D/A40/sprockets%2F6cfde019cc3feaf0a90cefaa6b39e494 +0 -0
- data/test/dummy/tmp/cache/assets/E79/EE0/sprockets%2Fba0bcc8fbaea1603d9e2e98cdab20af4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/28736f96a991e275b6732cb50220e8c11ba4494b/application.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/28736f96a991e275b6732cb50220e8c11ba4494b/components.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/28736f96a991e275b6732cb50220e8c11ba4494b/paginations.css.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_accordion.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_alerts.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_breadcrumbs.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_button-groups.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_buttons.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_carousel.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_close.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_code.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_component-animations.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_dropdowns.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_forms.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_grid.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_hero-unit.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_labels-badges.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_layouts.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_media.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_mixins.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_modals.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_navbar.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_navs.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_pager.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_pagination.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_popovers.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_progress-bars.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_reset.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_responsive-1200px-min.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_responsive-767px-max.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_responsive-768px-979px.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_responsive-navbar.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_responsive-utilities.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_scaffolding.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_sprites.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_tables.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_thumbnails.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_tooltip.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_type.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_utilities.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_variables.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/_wells.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/bootstrap.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/6ee7c9a61af3ecbd02e1cd43f90850253832c4e9/responsive.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/727f95f53daad0cb6858969326f54b67e8675cb8/bootstrap-responsive.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/727f95f53daad0cb6858969326f54b67e8675cb8/bootstrap.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/95877ca3fb97306427e6a8c3200a77fa726c2979/bootstrap-responsive.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/95877ca3fb97306427e6a8c3200a77fa726c2979/bootstrap.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_accordion.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_alerts.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_breadcrumbs.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_button-groups.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_buttons.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_carousel.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_close.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_code.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_component-animations.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_dropdowns.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_forms.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_grid.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_hero-unit.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_labels-badges.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_layouts.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_media.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_mixins.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_modals.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_navbar.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_navs.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_pager.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_pagination.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_popovers.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_progress-bars.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_reset.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_responsive-1200px-min.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_responsive-767px-max.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_responsive-768px-979px.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_responsive-navbar.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_responsive-utilities.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_scaffolding.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_sprites.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_tables.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_thumbnails.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_tooltip.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_type.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_utilities.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_variables.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/_wells.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/bootstrap.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/c75ed21fe4fe5a931216dc17f876dea4e6c936a7/responsive.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/00171108bd75279e653c1ffb5b4650b8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/00566f5b1631868f5e87e510280a5d41 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/02a5e97b270aecc19e04af22f1f1cd30 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/04184a8816ea3777ee27b854203f6019 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/048bae76f95c4ffc9b7af4e6c2785962 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/05029f2e1c68338ac88af8005acab3ca +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/08318fdb5f5b783c22442a6aeb73730e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/08f00d4a1bac197d382c2269a184f9e4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0b6c06f6bcf535567c19f70f7aa5144d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0b9076b70e22dd7976e589018cdf65ca +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0e8461b429e0249b8dc74d457fcc17d3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0f074c0ea10680a3ba979bbd1d2ff756 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0f246c1ee41a544d79fbfe7e4c55395a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0f5877c1fb159c1a5f1602569a0cdde2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/114347d906f6bbc62846207e29d557ea +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/12d91c5245b20c70dfce6432c8c3e662 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/14354996886b0ba1bfb66a259ef273ea +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/15963a31c483fd420068248735916590 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/16039dc737e753516f4399dcd38d6de7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/17343be9bd7b90029b2d0ba85cc272a6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1b099be46cd7baa710adaa480c58c6e7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1f4ac7f46cd36652f7ffa82ea0d88a9b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/20849ec704dd421c77a159488c9acd62 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/217ea289c50f4268e27b709d5764f544 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/22110de5943f742c8678358b15f96778 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/226bb53acbc8781c4fba87d84b5ac9b9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2475b7ccd67f97ce69957334b916f93e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/264e074302048cb000f909f2919a0c9a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/272f5096d49f011351e9f4780c313741 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/27a29069244dbf376d0988a1d36240ee +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/27a43db34b8235119980e4d10b6424ed +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/29a4493fd1316e3ac5feee5329533b43 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/29c2f0fd8e3c5f4dcd1332efa4a0371d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2a2a275912bc287c9d7a3a311488e28c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2a61f06ae5cf5f6f1d43645b9b219453 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/30291f3acd34c1eebc0650f3f2d7cee8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/32ef1c9e94a83350bad5e887c416c5b6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/367865b241c60ef0e9a85c9f9910f7d4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/37984c7de5e7d22002a378234035e51c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/37e8926191d591a142855d0cc13dc833 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3ff80c6fcf104bf90f63354f24dfa179 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4025a6f50efbbb8f4c18a64ad05d7104 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/40f725c6fe77af21a3d7c750a30b4d72 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4201264f7710f91dc1c389a2497eda7d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/42d7a0aecd4ed6ed0d37da38dea23c86 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/433d2543ac0b83eb4b096b7442531dd7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/462993737e2aedd25f16f2c148ba810f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4632953f64dffdb8589b67c260f76a80 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/46a877b33fea5e34d8af620fa68516f6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4783fc0456df015fe93e64130dd123c9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4790af1cc9b3545ffd8c1ad8615c8461 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4ad85620c8e33db2a05208b56d671a09 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4b5c36245c0c96fc586cdc62f16895c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4e81b6b6eb1e1462b1eea2caee6bfcc6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4ee7af99c5f1f96e30634fa38ba354d1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/518c73ecd762cbf6d85a3ae693e08d01 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/51c59efc14e2a05e6a89458223e4c18f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/536039d2b9042f61449290e282854f4d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/543a92a50f236d7f14606d523ec1d806 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/548a6e650e760df990dcaf6334ea17fd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/54cc1257b927751b13f0369969e17440 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/55b743dfcc01e7cc5083da31046a69d8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/563bd386568f5c565af0f5e77d1465b6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/56401bbafd08927b55572c8ef7e88883 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/58548b7df7a227fd1bf04f0c6dfccf36 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5865993e4fa54b7f6f0186ebaffff12b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5a161b34ac9240e2026a179f6760933d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5e6632f2fd4a84fbaf62c117bd079c73 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5f206472cf6bcde2e61740cb5386efe6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5f3b334bc4875a607a4fa893b891b574 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5f4079f15430a7602518336faeccf957 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5f62321f43b55988b6cb95367556d822 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/653178c2e0c5d134069e58196f7bf28e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/661c74f15a009d482fdad85f811e6f8e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6645261a77362094829edc9269130cf4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6668d3ee30c1513097c95bcc0a27696a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/68de5a5e32a6bca2016674800829e266 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/698c4f478493aa93e94a2c32cdd5f1cc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/69c3968e244ecbe63dba17e07301aa68 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6a859ca0860b6b2173eaea6c1abd630a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6a98434027a1ee08391a7294b1aa7a67 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6aff17c120d84d791554391432baa9ca +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6ba848548341f31a12f3af01e5bcb01e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6e4307fb2dffd68591f12706e5528817 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/700827acd727b6fc8361f454c68a5cd7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/715840f8887bc1e70ef3cc18b429cbc8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/71a30bb6410575037b46cf83eb5be19e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/754b02ea2ed1c85b7756de6452f4aeb7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/779fd39741d5f4364f4453e6d9db3a8c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/77bb1bf01652652b6a7076ad39dae009 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/789ee96fc4d6c86c29c7859b5a5fb64e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/78fdc1d9add39ed3fdcbf7cae3df4190 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7ad6f95bedabeaffc95409fbdb3a2802 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7b2d3e5e25b0901f78fbf8c9cb9570c4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7d3805e3b72aecaaf0911b4df358baa2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7d3e001df1afe33a8b5380b294997051 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7d7c99379ea98b3d4e99d2f5a163c5b2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7ee9049cecde358160bb72854ce9981e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/805a755d6887dd3f251ee8d671113a55 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/833fa0f8ca6eda2934d5875796ac0ddb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/83b3970d4b11139d3161a9222eee0280 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/84eb79ed8e43cf9414e6ecfd38c5a19f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/860c79732a4db71815709a8fb5e35247 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/87a55c890eedab0cc5d1e3f2c2b2da4b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/87efe66475e2e502b42c392ff8273442 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8ae9eae451a78c66eba5c91b6691a5f6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8bd5ee2e9abbe312a72a1cec2ea714a7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8cc360b254f1bff91753f954e7591a9b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8cef39f720d3603419826280adad9372 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8d55d8baa9ba44e3a712be2608138977 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8ec990d84f5dedd35001397078415137 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9475733396fe7a1eadcac87041cc5af3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/94e46c0e76c8f392586af76b0f6c6e93 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/959e668443f5574a25645a9cb54649f5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/968566581a35be861fa4f8fed757dcae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/98f1b84ebd547f6cd07a548569b3e1ae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9a0a899ae295eb2f12b0f208a37de8d3 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9b51a99e821d1802733dceac6764d18f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9e6dd98de3da516019c66e5cea7aaa7f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a0a671e624f03533a82b1ec899bf3b21 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a0f669003bef02490064a16cfdb916fe +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a29ef8737814ed35c295440f11b8bf9a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a5b779be5a68643653ca723bce23c62c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a71be32ef78d975a6d1d5e32143d05ee +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a899e19256a0845205636938010c6fe5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a927b1e06ff9451df692de08dca0e08f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a97cd428904e5968d05f7d3a5fd50f85 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/aa87366fe7cd02f1be035665580cf066 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ab7ca4dfcddb495ed5560c369c077d4d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ac5ac5c4dc5f9bbbe77b172f38d2d73b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ad1e6aa474266554a6dd880d462f633e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/af5ab48d2f371513fb609f8bdec3ac42 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b093296c5a273f75b865ce53a9cfe25c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b0f49e3da03027c5e6d62ed7a5f49a43 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b51a3679ccee92d6e374deac3359cc69 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b58136bb390cf7c8bb94be5d819a0480 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b7d9452d39f38d12702eec382cc81ee8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b7f56c6511e2ad0e7534e6f578b9070d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ba24dba3c0b7b071b34052ba5a8109f0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ba8d058dd931d04837d9f0cf2a0ad5aa +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/baed877d386dc374496dcd62af36bc5b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bb1e71214ffa7a5ecbfe79bc41f232cb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c09bd2cb81885f4b03d7c53a3d85fdb1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c1d0d73f8f232a985ef9575d2ea3fe94 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c259c4bd14b13ce89277f4237452fc63 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c3ca63a68d9a17cf1beb8e708ffbd3ca +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c61c40e35c6ac853de21fd169c1c82b9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c7c9761f7c366b36bc0355a1be05429e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cd022c418ad63f14d70f1ecd174dfb81 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cfe7d9bda8dc70635f669e21679269ba +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d264d7e317deaae6310bfd178804a8dc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d387b77584a129018317ff247a57b214 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d4c36568a5145e04bfbbefd37fecdde7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d4fe26dbe2db047a85f5b80aa90055c8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d75dd624db3682fd4fed243c5f6f2e69 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d76ba8a454de88d863727883b7fa3873 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d876409c3494a16716b4f373e590b2e4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d9fa58e1385bfb03f2ede65c90f36d70 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/db6179f67e9b6827b5870d2c1b6ccd3d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/dce6255dfbd53d99adc8186cdef4bfe1 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/de77caafdd411db4363036050ebbcbc9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/df922b2983d3e36c32770c68191bd735 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e00413c4a11f1d7ee89901fd0cde57ec +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e0b0b28cfa788f3dd5e1608b17d49d40 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e1eaf02d2c8b06a52fc43dd67875cf47 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e256294192259b5603b8dc971d9d6a11 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e260cd2fb0a2ad2838fb340147cd93e5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e2eb71ac39d2f1c6739c3f0fbdb10725 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e5f683e43f0354a9c99bbe697b3d02e0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e6df0f40358bfc2568038d9cf71859a5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e7e85a25f51035ffdd3f6a0aa5ae9365 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e9526b43370458899ac7c192f651ec8b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/eae4366725b4f35b3eb760f315b97368 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/edbcc2e1571d8c1b5b72153adda564b2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/edefa48dfc6b66b08d68e6438d1344b4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f54e09def1ebda9d30f2c9e507c4cfed +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f55c8dc7137551c5fff69d2c179ea900 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f651877ddd1db030090314348a686e80 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f78fbc8605ab8ebaab79e8db2bad7ff6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fce39f5a3b1c24227eaf4bef19315267 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fde3d3c8658f07dd5aef16cc104c05c9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/feb5e7071e30ce243a861932e21945b1 +0 -0
- data/test/dummy/tmp/cache/sass/027d3fbe01791eb6107c6a3ad3a9a18ef7806de0/fcbklistselection.scssc +0 -0
- data/test/dummy/tmp/cache/sass/476f0290d8684ee445559257946d9bfbba0a7490/bootstrap-base.scssc +0 -0
- data/test/dummy/tmp/cache/sass/476f0290d8684ee445559257946d9bfbba0a7490/bootstrap-comp.scssc +0 -0
- data/test/dummy/tmp/cache/sass/476f0290d8684ee445559257946d9bfbba0a7490/bootstrap-form.scssc +0 -0
- data/test/dummy/tmp/cache/sass/476f0290d8684ee445559257946d9bfbba0a7490/bootstrap-media.scssc +0 -0
- data/test/dummy/tmp/cache/sass/476f0290d8684ee445559257946d9bfbba0a7490/bootstrap-mixin.scssc +0 -0
- data/test/dummy/tmp/cache/sass/476f0290d8684ee445559257946d9bfbba0a7490/bootstrap-table.scssc +0 -0
- data/test/dummy/tmp/cache/sass/7962b5625c147f225692330aa36a6e4a877e2e52/fcbklistselection.scssc +0 -0
- data/test/dummy/tmp/cache/sass/e4850d758e9663c32ffb065821c1e8a49db1e755/bootstrap-base.scssc +0 -0
- data/test/dummy/tmp/cache/sass/e4850d758e9663c32ffb065821c1e8a49db1e755/bootstrap-comp.scssc +0 -0
- data/test/dummy/tmp/cache/sass/e4850d758e9663c32ffb065821c1e8a49db1e755/bootstrap-form.scssc +0 -0
- data/test/dummy/tmp/cache/sass/e4850d758e9663c32ffb065821c1e8a49db1e755/bootstrap-media.scssc +0 -0
- data/test/dummy/tmp/cache/sass/e4850d758e9663c32ffb065821c1e8a49db1e755/bootstrap-mixin.scssc +0 -0
- data/test/dummy/tmp/cache/sass/e4850d758e9663c32ffb065821c1e8a49db1e755/bootstrap-table.scssc +0 -0
- data/test/test_helper.rb +0 -0
- data/test/unit/helpers/bootstrap_base_helper_test.rb +0 -0
- data/test/unit/helpers/bootstrap_button_helper_test.rb +0 -0
- data/test/unit/helpers/bootstrap_component_helper_test.rb +0 -0
- data/test/unit/helpers/bootstrap_notify_helper_test.rb +0 -0
- data/test/unit/helpers/bootstrap_tab_helper_test.rb +0 -0
- metadata +955 -735
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 388e9dc84b5f256f099dd7dd3d2efd8bb251b8c2
|
4
|
+
data.tar.gz: 2ec5996065dd1f018431ff77dd621840617710b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e35b1d417e2e74fac9ffa49a4e4f2065e21ab746044014b9066c8bba392288110b83297c7aa695e63711fb7d3b9ae1fadd9d7200e77491f97d51a1d2efd8fce
|
7
|
+
data.tar.gz: f0ed8f63c22f06778977634ae2df1beecd889f84db22c6b25b7d1735f1ce8b68870fe072360e59a5ee0599a0575b0e55dcfdb04a16d1f44fdece9415b2f2dcf7
|
data/LICENSE
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -4,7 +4,10 @@ $(function () {
|
|
4
4
|
//===================================================
|
5
5
|
$('input:submit[data-type="bootstrap"]').prev('label').click(function (e) {
|
6
6
|
e.preventDefault();
|
7
|
-
$(this).
|
7
|
+
if ($(this).closest('form').data('readonly') === true)
|
8
|
+
return false;
|
9
|
+
else
|
10
|
+
$(this).next('input:submit[data-type="bootstrap"]').trigger('click');
|
8
11
|
})
|
9
12
|
|
10
13
|
|
File without changes
|
File without changes
|
File without changes
|
@@ -89,7 +89,7 @@ module BootstrapButtonHelper
|
|
89
89
|
|
90
90
|
html_options[:data][:type] = 'bootstrap'
|
91
91
|
|
92
|
-
output << submit_tag(value, html_options.merge(name: name, id: sanitize_to_id(name), class: 'hidden'))
|
92
|
+
output << submit_tag(value, html_options.merge(name: name, id: sanitize_to_id(name), class: 'hidden', style: 'display: none'))
|
93
93
|
output.join.html_safe
|
94
94
|
end
|
95
95
|
|
@@ -111,12 +111,10 @@ module BootstrapComponentHelper
|
|
111
111
|
|
112
112
|
# Labels and badges
|
113
113
|
# type: success, warning, important, info, inverse
|
114
|
-
def
|
114
|
+
def l(text, type='default')
|
115
115
|
content_tag('span', text, class: "label label-#{type.to_s}")
|
116
116
|
end
|
117
117
|
|
118
|
-
alias_method :l, :label
|
119
|
-
|
120
118
|
def badge(text, type='default')
|
121
119
|
content_tag('span', text, class: "badge badge-#{type.to_s}")
|
122
120
|
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -14,7 +14,10 @@ module BootstrapTableHelper
|
|
14
14
|
block.call(self)
|
15
15
|
end
|
16
16
|
|
17
|
-
def column(options={}, &block)
|
17
|
+
def column(width, options={}, &block)
|
18
|
+
width, options = nil, width if width.is_a?(Hash)
|
19
|
+
options[:class] ||= ''
|
20
|
+
options[:class] << "span#{width}" if width && width.to_i < 12 && width.to_i > 0
|
18
21
|
columns << [options, block]
|
19
22
|
end
|
20
23
|
|
@@ -26,7 +29,7 @@ module BootstrapTableHelper
|
|
26
29
|
column_options[:style] ||= ''
|
27
30
|
column_options[:style] << "text-align: #{column_options[:align]||'left'};"
|
28
31
|
tr_content << template.content_tag(:td, nil, column_options.dup.delete_if { |k, v| k.to_s == 'align' }) do
|
29
|
-
template.capture(&column.second)
|
32
|
+
template.capture(&column.second) if column.second
|
30
33
|
end
|
31
34
|
end
|
32
35
|
|
@@ -52,10 +55,31 @@ module BootstrapTableHelper
|
|
52
55
|
end
|
53
56
|
|
54
57
|
# options
|
58
|
+
# width - 1~12
|
59
|
+
# method - object's method, use send(method) to get value
|
55
60
|
# h - options of header
|
56
|
-
def column(options={}, &block)
|
57
|
-
|
58
|
-
|
61
|
+
def column(width=nil, method=nil, options={}, &block)
|
62
|
+
width, method, options = nil, nil, width if width.is_a?(Hash)
|
63
|
+
method, options = nil, method if method.is_a?(Hash)
|
64
|
+
|
65
|
+
header_options = options.delete(:h) || {}
|
66
|
+
header_options.reverse_merge!(w: width) if width && width.to_i < 12 && width.to_i > 0
|
67
|
+
if method
|
68
|
+
options.reverse_merge!(method: method)
|
69
|
+
align = case options[:align]
|
70
|
+
when 'center'
|
71
|
+
:t
|
72
|
+
when 'right'
|
73
|
+
:r
|
74
|
+
else
|
75
|
+
:l
|
76
|
+
end
|
77
|
+
|
78
|
+
header_options.reverse_merge!(align => self.options[:obj].first.class.human_attribute_name(method)) unless self.options[:obj].empty?
|
79
|
+
end
|
80
|
+
|
81
|
+
headers << header_options unless header_options.empty?
|
82
|
+
|
59
83
|
|
60
84
|
columns << [options, block]
|
61
85
|
end
|
@@ -199,10 +223,19 @@ module BootstrapTableHelper
|
|
199
223
|
|
200
224
|
columns.each do |column|
|
201
225
|
column_options = column.first
|
226
|
+
|
227
|
+
value = if method = column_options[:method]
|
228
|
+
o.send(method) if o.respond_to?(method)
|
229
|
+
end
|
230
|
+
|
202
231
|
column_options[:style] ||= ''
|
203
232
|
column_options[:style] << "text-align: #{column_options[:align]||'left'};"
|
204
233
|
tr_content << template.content_tag(:td, nil, column_options.dup.delete_if { |k, v| k.to_s == 'align' }) do
|
205
|
-
|
234
|
+
if column.second
|
235
|
+
template.capture(o, obj_index, &column.second)
|
236
|
+
else
|
237
|
+
value
|
238
|
+
end
|
206
239
|
end
|
207
240
|
end
|
208
241
|
|
data/lib/bs-helper.rb
CHANGED
File without changes
|
data/lib/bs-helper/engine.rb
CHANGED
File without changes
|
data/lib/bs-helper/version.rb
CHANGED
File without changes
|
data/test/dummy/README.rdoc
CHANGED
File without changes
|
data/test/dummy/Rakefile
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -36,12 +36,22 @@
|
|
36
36
|
<%= btn('I am a submit.', type: 'submit') %>
|
37
37
|
<%= btn('I am a submit.', type: 'submit', icon: 'plus', confirm: 'are you sure?', disable_with: 'go go go') %>
|
38
38
|
<% end %>
|
39
|
+
|
40
|
+
<%= form_tag '#', data: {readonly: true} do %>
|
41
|
+
<%= btn('You can not submit.', type: 'submit') %>
|
42
|
+
<%= btn('You can not submit.', type: 'submit', icon: 'plus', confirm: 'are you sure?', disable_with: 'go go go') %>
|
43
|
+
<% end %>
|
39
44
|
</div>
|
40
45
|
|
41
46
|
|
42
47
|
<pre class="prettyprint linenums lang-erb">
|
43
48
|
<%= btn('I am a submit.', type: 'submit') %>
|
44
49
|
<%= btn('I am a submit.', type: 'submit', icon: 'plus', confirm: 'are you sure?', disable_with: 'go go go') %>
|
50
|
+
|
51
|
+
<%= form_tag '#', data: {readonly: true} do %>
|
52
|
+
<%= btn('You can not submit.', type: 'submit') %>
|
53
|
+
<%= btn('You can not submit.', type: 'submit', icon: 'plus', confirm: 'are you sure?', disable_with: 'go go go') %>
|
54
|
+
<% end %>
|
45
55
|
</pre>
|
46
56
|
|
47
57
|
<h3>Button group</h3>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -8,14 +8,15 @@
|
|
8
8
|
<p>Table helper wraps bootstrap table and will_paginate gem. It combines objects from the controller and table.</p>
|
9
9
|
|
10
10
|
<h3>Fluid table with paginate objects</h3>
|
11
|
+
<p>The first parameter is width of the column, it should be an integer between 1 and 12. The second parameter is the method or attribute of the object passed in the table.</p>
|
11
12
|
|
12
13
|
<div class="bs-docs-example">
|
13
14
|
<%= table(obj: @orders, fixed: false) do |t| %>
|
14
|
-
<% t.column(
|
15
|
-
<% t.column(
|
16
|
-
<% t.column(
|
17
|
-
<% t.column(
|
18
|
-
<% t.column(
|
15
|
+
<% t.column(2, :order_number, align: 'center') %>
|
16
|
+
<% t.column(2, :order_date) { |order| order.order_date } %>
|
17
|
+
<% t.column(3, :customer_name) { |order| order.customer_name } %>
|
18
|
+
<% t.column(1, :status) { |order| order.status } %>
|
19
|
+
<% t.column(3, :action, align: 'center') do %>
|
19
20
|
<%= link_to 'show', '#table' %> |
|
20
21
|
<%= link_to 'edit', '#table' %> |
|
21
22
|
<%= link_to 'destroy', '#table', confirm: 'sure?' %>
|
@@ -26,11 +27,11 @@
|
|
26
27
|
|
27
28
|
<pre class="prettyprint linenums lang-erb">
|
28
29
|
<%= table(obj: @orders, fixed: false) do |t| %>
|
29
|
-
<% t.column(
|
30
|
-
<% t.column(
|
31
|
-
<% t.column(
|
32
|
-
<% t.column(
|
33
|
-
<% t.column(
|
30
|
+
<% t.column(2, :order_number, align: 'center') %>
|
31
|
+
<% t.column(2, :order_date) %>
|
32
|
+
<% t.column(3, :customer_name) %>
|
33
|
+
<% t.column(1, :status) %>
|
34
|
+
<% t.column(3, :action, align: 'center') do %>
|
34
35
|
<%= link_to 'show', '#' %> |
|
35
36
|
<%= link_to 'edit', '#' %> |
|
36
37
|
<%= link_to 'destroy', '#', confirm: 'sure?' %>
|
@@ -39,6 +40,7 @@
|
|
39
40
|
</pre>
|
40
41
|
|
41
42
|
<h3>Fixed table with paginate objects</h3>
|
43
|
+
<p>You can also pass table header manually.</p>
|
42
44
|
|
43
45
|
<div class="bs-docs-example">
|
44
46
|
<%= table(obj: @orders) do |t| %>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/dummy/config.ru
CHANGED
File without changes
|
File without changes
|
data/test/dummy/config/boot.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/dummy/config/routes.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/test/dummy/db/schema.rb
CHANGED
File without changes
|
data/test/dummy/db/seeds.rb
CHANGED
File without changes
|
data/test/dummy/db/test.sqlite3
CHANGED
File without changes
|
@@ -6443,3 +6443,3558 @@ Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2
|
|
6443
6443
|
|
6444
6444
|
|
6445
6445
|
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-07 22:29:37 +0800
|
6446
|
+
|
6447
|
+
|
6448
|
+
Started GET "/" for 127.0.0.1 at 2013-10-16 16:30:34 +0800
|
6449
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
6450
|
+
Processing by HomeController#index as HTML
|
6451
|
+
Rendered home/index.html.erb within layouts/application (2.0ms)
|
6452
|
+
Completed 200 OK in 806ms (Views: 804.9ms | ActiveRecord: 0.0ms)
|
6453
|
+
|
6454
|
+
|
6455
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6456
|
+
|
6457
|
+
|
6458
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6459
|
+
|
6460
|
+
|
6461
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6462
|
+
|
6463
|
+
|
6464
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6465
|
+
|
6466
|
+
|
6467
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6468
|
+
|
6469
|
+
|
6470
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6471
|
+
|
6472
|
+
|
6473
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6474
|
+
|
6475
|
+
|
6476
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6477
|
+
|
6478
|
+
|
6479
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6480
|
+
|
6481
|
+
|
6482
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6483
|
+
|
6484
|
+
|
6485
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6486
|
+
|
6487
|
+
|
6488
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6489
|
+
|
6490
|
+
|
6491
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6492
|
+
|
6493
|
+
|
6494
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6495
|
+
|
6496
|
+
|
6497
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6498
|
+
|
6499
|
+
|
6500
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:35 +0800
|
6501
|
+
|
6502
|
+
|
6503
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6504
|
+
|
6505
|
+
|
6506
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6507
|
+
|
6508
|
+
|
6509
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6510
|
+
|
6511
|
+
|
6512
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6513
|
+
|
6514
|
+
|
6515
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6516
|
+
|
6517
|
+
|
6518
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6519
|
+
|
6520
|
+
|
6521
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6522
|
+
|
6523
|
+
|
6524
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6525
|
+
|
6526
|
+
|
6527
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6528
|
+
|
6529
|
+
|
6530
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6531
|
+
|
6532
|
+
|
6533
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6534
|
+
|
6535
|
+
|
6536
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6537
|
+
|
6538
|
+
|
6539
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6540
|
+
|
6541
|
+
|
6542
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6543
|
+
|
6544
|
+
|
6545
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6546
|
+
|
6547
|
+
|
6548
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6549
|
+
|
6550
|
+
|
6551
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6552
|
+
|
6553
|
+
|
6554
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:36 +0800
|
6555
|
+
|
6556
|
+
|
6557
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-16 16:30:37 +0800
|
6558
|
+
|
6559
|
+
|
6560
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-16 16:30:38 +0800
|
6561
|
+
Processing by ComponentsController#index as HTML
|
6562
|
+
Rendered components/_list.html.erb (3.5ms)
|
6563
|
+
Rendered components/_button.html.erb (10.0ms)
|
6564
|
+
Rendered components/_navbar.html.erb (2.3ms)
|
6565
|
+
Rendered components/_tab.html.erb (4.6ms)
|
6566
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "orders"
|
6567
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
6568
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
6569
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6570
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6571
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6572
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6573
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6574
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6575
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6576
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6577
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6578
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6579
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6580
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6581
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6582
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6583
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6584
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6585
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6586
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6587
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6588
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6589
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6590
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6591
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6592
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6593
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6594
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6595
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6596
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6597
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6598
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6599
|
+
Rendered components/_table.html.erb (322.2ms)
|
6600
|
+
Rendered components/_thumbnails.html.erb (1.7ms)
|
6601
|
+
Rendered components/_flash.html.erb (1.1ms)
|
6602
|
+
Rendered components/_bootbox.html.erb (1.7ms)
|
6603
|
+
Rendered components/_notify.html.erb (2.1ms)
|
6604
|
+
Rendered components/_modal.html.erb (4.9ms)
|
6605
|
+
Rendered components/_progressbar.html.erb (2.7ms)
|
6606
|
+
Rendered components/_typographic.html.erb (2.8ms)
|
6607
|
+
Rendered components/_image.html.erb (34.1ms)
|
6608
|
+
Rendered components/index.html.erb within layouts/application (427.5ms)
|
6609
|
+
Completed 200 OK in 492ms (Views: 485.6ms | ActiveRecord: 1.0ms)
|
6610
|
+
|
6611
|
+
|
6612
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:38 +0800
|
6613
|
+
|
6614
|
+
|
6615
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:38 +0800
|
6616
|
+
|
6617
|
+
|
6618
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:38 +0800
|
6619
|
+
|
6620
|
+
|
6621
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:38 +0800
|
6622
|
+
|
6623
|
+
|
6624
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6625
|
+
|
6626
|
+
|
6627
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6628
|
+
|
6629
|
+
|
6630
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6631
|
+
|
6632
|
+
|
6633
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6634
|
+
|
6635
|
+
|
6636
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6637
|
+
|
6638
|
+
|
6639
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6640
|
+
|
6641
|
+
|
6642
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6643
|
+
|
6644
|
+
|
6645
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6646
|
+
|
6647
|
+
|
6648
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6649
|
+
|
6650
|
+
|
6651
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6652
|
+
|
6653
|
+
|
6654
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6655
|
+
|
6656
|
+
|
6657
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6658
|
+
|
6659
|
+
|
6660
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6661
|
+
|
6662
|
+
|
6663
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6664
|
+
|
6665
|
+
|
6666
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6667
|
+
|
6668
|
+
|
6669
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6670
|
+
|
6671
|
+
|
6672
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6673
|
+
|
6674
|
+
|
6675
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6676
|
+
|
6677
|
+
|
6678
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6679
|
+
|
6680
|
+
|
6681
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6682
|
+
|
6683
|
+
|
6684
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6685
|
+
|
6686
|
+
|
6687
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6688
|
+
|
6689
|
+
|
6690
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6691
|
+
|
6692
|
+
|
6693
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6694
|
+
|
6695
|
+
|
6696
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6697
|
+
|
6698
|
+
|
6699
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6700
|
+
|
6701
|
+
|
6702
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6703
|
+
|
6704
|
+
|
6705
|
+
Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6706
|
+
|
6707
|
+
|
6708
|
+
Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6709
|
+
|
6710
|
+
|
6711
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-16 16:30:39 +0800
|
6712
|
+
|
6713
|
+
|
6714
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-16 16:30:41 +0800
|
6715
|
+
|
6716
|
+
|
6717
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-16 16:30:43 +0800
|
6718
|
+
|
6719
|
+
|
6720
|
+
Started GET "/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-10-16 16:30:43 +0800
|
6721
|
+
|
6722
|
+
ActionController::RoutingError (No route matches [GET] "/img/glyphicons-halflings-white.png"):
|
6723
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
6724
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
6725
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
6726
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
6727
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
6728
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
6729
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
6730
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
6731
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
6732
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
6733
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
6734
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
6735
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
6736
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
6737
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
6738
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
6739
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
6740
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
6741
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
6742
|
+
/home/bigxiang/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
6743
|
+
/home/bigxiang/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
6744
|
+
/home/bigxiang/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
6745
|
+
|
6746
|
+
|
6747
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p0@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
6748
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p0@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
|
6749
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p0@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (19.0ms)
|
6750
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p0@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (40.9ms)
|
6751
|
+
|
6752
|
+
|
6753
|
+
Started POST "/components/update" for 127.0.0.1 at 2013-10-16 16:30:47 +0800
|
6754
|
+
Processing by ComponentsController#update as HTML
|
6755
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ItLw98jL8HHPTgH0octl1yIB6HrSKJnHlio3+dUYfl4=", "commit"=>"I am a submit."}
|
6756
|
+
Rendered components/update.html.erb within layouts/application (0.8ms)
|
6757
|
+
Completed 200 OK in 60ms (Views: 58.7ms | ActiveRecord: 0.0ms)
|
6758
|
+
|
6759
|
+
|
6760
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6761
|
+
|
6762
|
+
|
6763
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6764
|
+
|
6765
|
+
|
6766
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6767
|
+
|
6768
|
+
|
6769
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6770
|
+
|
6771
|
+
|
6772
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6773
|
+
|
6774
|
+
|
6775
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6776
|
+
|
6777
|
+
|
6778
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6779
|
+
|
6780
|
+
|
6781
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6782
|
+
|
6783
|
+
|
6784
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6785
|
+
|
6786
|
+
|
6787
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6788
|
+
|
6789
|
+
|
6790
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6791
|
+
|
6792
|
+
|
6793
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6794
|
+
|
6795
|
+
|
6796
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6797
|
+
|
6798
|
+
|
6799
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6800
|
+
|
6801
|
+
|
6802
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6803
|
+
|
6804
|
+
|
6805
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6806
|
+
|
6807
|
+
|
6808
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6809
|
+
|
6810
|
+
|
6811
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6812
|
+
|
6813
|
+
|
6814
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6815
|
+
|
6816
|
+
|
6817
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6818
|
+
|
6819
|
+
|
6820
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6821
|
+
|
6822
|
+
|
6823
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6824
|
+
|
6825
|
+
|
6826
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6827
|
+
|
6828
|
+
|
6829
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6830
|
+
|
6831
|
+
|
6832
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6833
|
+
|
6834
|
+
|
6835
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6836
|
+
|
6837
|
+
|
6838
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6839
|
+
|
6840
|
+
|
6841
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6842
|
+
|
6843
|
+
|
6844
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6845
|
+
|
6846
|
+
|
6847
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6848
|
+
|
6849
|
+
|
6850
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6851
|
+
|
6852
|
+
|
6853
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:48 +0800
|
6854
|
+
|
6855
|
+
|
6856
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-16 16:30:49 +0800
|
6857
|
+
|
6858
|
+
|
6859
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-16 16:30:50 +0800
|
6860
|
+
Processing by ComponentsController#index as HTML
|
6861
|
+
Rendered components/_list.html.erb (3.9ms)
|
6862
|
+
Rendered components/_button.html.erb (6.2ms)
|
6863
|
+
Rendered components/_navbar.html.erb (5.2ms)
|
6864
|
+
Rendered components/_tab.html.erb (2.9ms)
|
6865
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
6866
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
6867
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
6868
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6869
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6870
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6871
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6872
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
6873
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6874
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6875
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6876
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6877
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
6878
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6879
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6880
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6881
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6882
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
6883
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6884
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6885
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6886
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6887
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
6888
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6889
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6890
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6891
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6892
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
6893
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6894
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6895
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6896
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6897
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
6898
|
+
Rendered components/_table.html.erb (108.5ms)
|
6899
|
+
Rendered components/_thumbnails.html.erb (0.7ms)
|
6900
|
+
Rendered components/_flash.html.erb (0.4ms)
|
6901
|
+
Rendered components/_bootbox.html.erb (1.1ms)
|
6902
|
+
Rendered components/_notify.html.erb (1.2ms)
|
6903
|
+
Rendered components/_modal.html.erb (5.4ms)
|
6904
|
+
Rendered components/_progressbar.html.erb (1.2ms)
|
6905
|
+
Rendered components/_typographic.html.erb (1.1ms)
|
6906
|
+
Rendered components/_image.html.erb (5.0ms)
|
6907
|
+
Rendered components/index.html.erb within layouts/application (160.3ms)
|
6908
|
+
Completed 200 OK in 207ms (Views: 206.0ms | ActiveRecord: 0.5ms)
|
6909
|
+
|
6910
|
+
|
6911
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6912
|
+
|
6913
|
+
|
6914
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6915
|
+
|
6916
|
+
|
6917
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6918
|
+
|
6919
|
+
|
6920
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6921
|
+
|
6922
|
+
|
6923
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6924
|
+
|
6925
|
+
|
6926
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6927
|
+
|
6928
|
+
|
6929
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6930
|
+
|
6931
|
+
|
6932
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6933
|
+
|
6934
|
+
|
6935
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6936
|
+
|
6937
|
+
|
6938
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6939
|
+
|
6940
|
+
|
6941
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6942
|
+
|
6943
|
+
|
6944
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6945
|
+
|
6946
|
+
|
6947
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6948
|
+
|
6949
|
+
|
6950
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6951
|
+
|
6952
|
+
|
6953
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6954
|
+
|
6955
|
+
|
6956
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6957
|
+
|
6958
|
+
|
6959
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6960
|
+
|
6961
|
+
|
6962
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6963
|
+
|
6964
|
+
|
6965
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6966
|
+
|
6967
|
+
|
6968
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6969
|
+
|
6970
|
+
|
6971
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6972
|
+
|
6973
|
+
|
6974
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6975
|
+
|
6976
|
+
|
6977
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6978
|
+
|
6979
|
+
|
6980
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6981
|
+
|
6982
|
+
|
6983
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6984
|
+
|
6985
|
+
|
6986
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6987
|
+
|
6988
|
+
|
6989
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6990
|
+
|
6991
|
+
|
6992
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6993
|
+
|
6994
|
+
|
6995
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6996
|
+
|
6997
|
+
|
6998
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
6999
|
+
|
7000
|
+
|
7001
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
7002
|
+
|
7003
|
+
|
7004
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
7005
|
+
|
7006
|
+
|
7007
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-16 16:30:51 +0800
|
7008
|
+
|
7009
|
+
|
7010
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-16 16:30:53 +0800
|
7011
|
+
|
7012
|
+
|
7013
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-16 16:37:26 +0800
|
7014
|
+
Processing by ComponentsController#index as HTML
|
7015
|
+
Rendered components/_list.html.erb (2.4ms)
|
7016
|
+
Rendered components/_button.html.erb (12.8ms)
|
7017
|
+
Rendered components/_navbar.html.erb (1.5ms)
|
7018
|
+
Rendered components/_tab.html.erb (3.4ms)
|
7019
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "orders"
|
7020
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
7021
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7022
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7023
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7024
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7025
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7026
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7027
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7028
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7029
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7030
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7031
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7032
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7033
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7034
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7035
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7036
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7037
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7038
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7039
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7040
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7041
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7042
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7043
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7044
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7045
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7046
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7047
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7048
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7049
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7050
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7051
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7052
|
+
Rendered components/_table.html.erb (62.8ms)
|
7053
|
+
Rendered components/_thumbnails.html.erb (0.6ms)
|
7054
|
+
Rendered components/_flash.html.erb (0.4ms)
|
7055
|
+
Rendered components/_bootbox.html.erb (0.8ms)
|
7056
|
+
Rendered components/_notify.html.erb (1.4ms)
|
7057
|
+
Rendered components/_modal.html.erb (2.7ms)
|
7058
|
+
Rendered components/_progressbar.html.erb (1.2ms)
|
7059
|
+
Rendered components/_typographic.html.erb (1.0ms)
|
7060
|
+
Rendered components/_image.html.erb (4.9ms)
|
7061
|
+
Rendered components/index.html.erb within layouts/application (118.1ms)
|
7062
|
+
Completed 200 OK in 211ms (Views: 210.4ms | ActiveRecord: 0.5ms)
|
7063
|
+
|
7064
|
+
|
7065
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7066
|
+
|
7067
|
+
|
7068
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7069
|
+
|
7070
|
+
|
7071
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7072
|
+
|
7073
|
+
|
7074
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7075
|
+
|
7076
|
+
|
7077
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7078
|
+
|
7079
|
+
|
7080
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7081
|
+
|
7082
|
+
|
7083
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7084
|
+
|
7085
|
+
|
7086
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7087
|
+
|
7088
|
+
|
7089
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7090
|
+
|
7091
|
+
|
7092
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7093
|
+
|
7094
|
+
|
7095
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7096
|
+
|
7097
|
+
|
7098
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7099
|
+
|
7100
|
+
|
7101
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7102
|
+
|
7103
|
+
|
7104
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7105
|
+
|
7106
|
+
|
7107
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7108
|
+
|
7109
|
+
|
7110
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7111
|
+
|
7112
|
+
|
7113
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7114
|
+
|
7115
|
+
|
7116
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7117
|
+
|
7118
|
+
|
7119
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7120
|
+
|
7121
|
+
|
7122
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7123
|
+
|
7124
|
+
|
7125
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7126
|
+
|
7127
|
+
|
7128
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7129
|
+
|
7130
|
+
|
7131
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7132
|
+
|
7133
|
+
|
7134
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7135
|
+
|
7136
|
+
|
7137
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7138
|
+
|
7139
|
+
|
7140
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7141
|
+
|
7142
|
+
|
7143
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7144
|
+
|
7145
|
+
|
7146
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7147
|
+
|
7148
|
+
|
7149
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7150
|
+
|
7151
|
+
|
7152
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7153
|
+
|
7154
|
+
|
7155
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7156
|
+
|
7157
|
+
|
7158
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7159
|
+
|
7160
|
+
|
7161
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7162
|
+
|
7163
|
+
|
7164
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7165
|
+
|
7166
|
+
|
7167
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7168
|
+
|
7169
|
+
|
7170
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7171
|
+
|
7172
|
+
|
7173
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7174
|
+
|
7175
|
+
|
7176
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7177
|
+
|
7178
|
+
|
7179
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-16 16:37:27 +0800
|
7180
|
+
|
7181
|
+
|
7182
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-16 16:37:30 +0800
|
7183
|
+
|
7184
|
+
|
7185
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-16 16:38:44 +0800
|
7186
|
+
Processing by ComponentsController#index as HTML
|
7187
|
+
Rendered components/_list.html.erb (8.6ms)
|
7188
|
+
Rendered components/_button.html.erb (14.3ms)
|
7189
|
+
Rendered components/_navbar.html.erb (1.7ms)
|
7190
|
+
Rendered components/_tab.html.erb (49.5ms)
|
7191
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7192
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
7193
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7194
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7195
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7196
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7197
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7198
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7199
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7200
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7201
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7202
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7203
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7204
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7205
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7206
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7207
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7208
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7209
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7210
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7211
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7212
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7213
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7214
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7215
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7216
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7217
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7218
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7219
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7220
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7221
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7222
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7223
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb__530490247__622896268 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7224
|
+
Rendered components/_table.html.erb (63.6ms)
|
7225
|
+
Rendered components/_thumbnails.html.erb (0.6ms)
|
7226
|
+
Rendered components/_flash.html.erb (0.3ms)
|
7227
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
7228
|
+
Rendered components/_notify.html.erb (1.1ms)
|
7229
|
+
Rendered components/_modal.html.erb (2.4ms)
|
7230
|
+
Rendered components/_progressbar.html.erb (1.2ms)
|
7231
|
+
Rendered components/_typographic.html.erb (1.1ms)
|
7232
|
+
Rendered components/_image.html.erb (5.8ms)
|
7233
|
+
Rendered components/index.html.erb within layouts/application (170.6ms)
|
7234
|
+
Completed 200 OK in 265ms (Views: 264.1ms | ActiveRecord: 0.5ms)
|
7235
|
+
|
7236
|
+
|
7237
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7238
|
+
|
7239
|
+
|
7240
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7241
|
+
|
7242
|
+
|
7243
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7244
|
+
|
7245
|
+
|
7246
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7247
|
+
|
7248
|
+
|
7249
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7250
|
+
|
7251
|
+
|
7252
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7253
|
+
|
7254
|
+
|
7255
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7256
|
+
|
7257
|
+
|
7258
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7259
|
+
|
7260
|
+
|
7261
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7262
|
+
|
7263
|
+
|
7264
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7265
|
+
|
7266
|
+
|
7267
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7268
|
+
|
7269
|
+
|
7270
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7271
|
+
|
7272
|
+
|
7273
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7274
|
+
|
7275
|
+
|
7276
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7277
|
+
|
7278
|
+
|
7279
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7280
|
+
|
7281
|
+
|
7282
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7283
|
+
|
7284
|
+
|
7285
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7286
|
+
|
7287
|
+
|
7288
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7289
|
+
|
7290
|
+
|
7291
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7292
|
+
|
7293
|
+
|
7294
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7295
|
+
|
7296
|
+
|
7297
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7298
|
+
|
7299
|
+
|
7300
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7301
|
+
|
7302
|
+
|
7303
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7304
|
+
|
7305
|
+
|
7306
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7307
|
+
|
7308
|
+
|
7309
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7310
|
+
|
7311
|
+
|
7312
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7313
|
+
|
7314
|
+
|
7315
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7316
|
+
|
7317
|
+
|
7318
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7319
|
+
|
7320
|
+
|
7321
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7322
|
+
|
7323
|
+
|
7324
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7325
|
+
|
7326
|
+
|
7327
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7328
|
+
|
7329
|
+
|
7330
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7331
|
+
|
7332
|
+
|
7333
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7334
|
+
|
7335
|
+
|
7336
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7337
|
+
|
7338
|
+
|
7339
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7340
|
+
|
7341
|
+
|
7342
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-16 16:38:45 +0800
|
7343
|
+
|
7344
|
+
|
7345
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-16 16:38:48 +0800
|
7346
|
+
|
7347
|
+
|
7348
|
+
Started GET "/" for 127.0.0.1 at 2013-10-22 12:03:20 +0800
|
7349
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
7350
|
+
Processing by HomeController#index as HTML
|
7351
|
+
Rendered home/index.html.erb within layouts/application (2.6ms)
|
7352
|
+
Completed 200 OK in 2846ms (Views: 2845.3ms | ActiveRecord: 0.0ms)
|
7353
|
+
|
7354
|
+
|
7355
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7356
|
+
|
7357
|
+
|
7358
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7359
|
+
|
7360
|
+
|
7361
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7362
|
+
|
7363
|
+
|
7364
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7365
|
+
|
7366
|
+
|
7367
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7368
|
+
|
7369
|
+
|
7370
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7371
|
+
|
7372
|
+
|
7373
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7374
|
+
|
7375
|
+
|
7376
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7377
|
+
|
7378
|
+
|
7379
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7380
|
+
|
7381
|
+
|
7382
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7383
|
+
|
7384
|
+
|
7385
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7386
|
+
|
7387
|
+
|
7388
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7389
|
+
|
7390
|
+
|
7391
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7392
|
+
|
7393
|
+
|
7394
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7395
|
+
|
7396
|
+
|
7397
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7398
|
+
|
7399
|
+
|
7400
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7401
|
+
|
7402
|
+
|
7403
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7404
|
+
|
7405
|
+
|
7406
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7407
|
+
|
7408
|
+
|
7409
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7410
|
+
|
7411
|
+
|
7412
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7413
|
+
|
7414
|
+
|
7415
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7416
|
+
|
7417
|
+
|
7418
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7419
|
+
|
7420
|
+
|
7421
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7422
|
+
|
7423
|
+
|
7424
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7425
|
+
|
7426
|
+
|
7427
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7428
|
+
|
7429
|
+
|
7430
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7431
|
+
|
7432
|
+
|
7433
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7434
|
+
|
7435
|
+
|
7436
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7437
|
+
|
7438
|
+
|
7439
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7440
|
+
|
7441
|
+
|
7442
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7443
|
+
|
7444
|
+
|
7445
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7446
|
+
|
7447
|
+
|
7448
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7449
|
+
|
7450
|
+
|
7451
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:23 +0800
|
7452
|
+
|
7453
|
+
|
7454
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:03:24 +0800
|
7455
|
+
|
7456
|
+
|
7457
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:03:24 +0800
|
7458
|
+
|
7459
|
+
|
7460
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:03:25 +0800
|
7461
|
+
Processing by ComponentsController#index as HTML
|
7462
|
+
Rendered components/_list.html.erb (3.8ms)
|
7463
|
+
Rendered components/_button.html.erb (8.8ms)
|
7464
|
+
Rendered components/_navbar.html.erb (2.9ms)
|
7465
|
+
Rendered components/_tab.html.erb (4.8ms)
|
7466
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
7467
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7468
|
+
Rendered components/_table.html.erb (49.9ms)
|
7469
|
+
Rendered components/index.html.erb within layouts/application (83.7ms)
|
7470
|
+
Completed 500 Internal Server Error in 89ms
|
7471
|
+
|
7472
|
+
ActionView::Template::Error (undefined local variable or method `order_number' for #<#<Class:0xb221b94>:0xb220c44>):
|
7473
|
+
11:
|
7474
|
+
12: <div class="bs-docs-example">
|
7475
|
+
13: <%= table(obj: @orders, fixed: false) do |t| %>
|
7476
|
+
14: <% t.column(2, order_number, align: 'center') %>
|
7477
|
+
15: <% t.column(2, order_date) { |order| order.order_date } %>
|
7478
|
+
16: <% t.column(3, customer_name) { |order| order.customer_name } %>
|
7479
|
+
17: <% t.column(1, status) { |order| order.status } %>
|
7480
|
+
app/views/components/_table.html.erb:14:in `block in _app_views_components__table_html_erb___540459092__621477338'
|
7481
|
+
app/views/components/_table.html.erb:13:in `_app_views_components__table_html_erb___540459092__621477338'
|
7482
|
+
app/views/components/index.html.erb:99:in `_app_views_components_index_html_erb___547112502_93421300'
|
7483
|
+
|
7484
|
+
|
7485
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (36.4ms)
|
7486
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
|
7487
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (48.6ms)
|
7488
|
+
|
7489
|
+
|
7490
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:03:44 +0800
|
7491
|
+
Processing by ComponentsController#index as HTML
|
7492
|
+
Rendered components/_list.html.erb (2.9ms)
|
7493
|
+
Rendered components/_button.html.erb (6.0ms)
|
7494
|
+
Rendered components/_navbar.html.erb (1.4ms)
|
7495
|
+
Rendered components/_tab.html.erb (3.0ms)
|
7496
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "orders"
|
7497
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7498
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7499
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7500
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7501
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7502
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7503
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7504
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7505
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
7506
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7507
|
+
Rendered components/_table.html.erb (38.6ms)
|
7508
|
+
Rendered components/index.html.erb within layouts/application (60.0ms)
|
7509
|
+
Completed 500 Internal Server Error in 62ms
|
7510
|
+
|
7511
|
+
ActionView::Template::Error (undefined local variable or method `column_options' for #<BootstrapTableHelper::Table:0xb285a18>):
|
7512
|
+
10: <h3>Fluid table with paginate objects</h3>
|
7513
|
+
11:
|
7514
|
+
12: <div class="bs-docs-example">
|
7515
|
+
13: <%= table(obj: @orders, fixed: false) do |t| %>
|
7516
|
+
14: <% t.column(2, :order_number, align: 'center') %>
|
7517
|
+
15: <% t.column(2, :order_date) { |order| order.order_date } %>
|
7518
|
+
16: <% t.column(3, :customer_name) { |order| order.customer_name } %>
|
7519
|
+
app/views/components/_table.html.erb:13:in `_app_views_components__table_html_erb___540459092_92944960'
|
7520
|
+
app/views/components/index.html.erb:99:in `_app_views_components_index_html_erb___547112502_93421300'
|
7521
|
+
|
7522
|
+
|
7523
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
7524
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
7525
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.2ms)
|
7526
|
+
|
7527
|
+
|
7528
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:04:11 +0800
|
7529
|
+
Processing by ComponentsController#index as HTML
|
7530
|
+
Rendered components/_list.html.erb (2.3ms)
|
7531
|
+
Rendered components/_button.html.erb (5.9ms)
|
7532
|
+
Rendered components/_navbar.html.erb (1.4ms)
|
7533
|
+
Rendered components/_tab.html.erb (2.8ms)
|
7534
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7535
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
7536
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7537
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
7538
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7539
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
7540
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7541
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
7542
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7543
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
7544
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7545
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7546
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7547
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7548
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7549
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7550
|
+
Rendered components/_table.html.erb (43.9ms)
|
7551
|
+
Rendered components/index.html.erb within layouts/application (64.0ms)
|
7552
|
+
Completed 500 Internal Server Error in 68ms
|
7553
|
+
|
7554
|
+
ActionView::Template::Error (wrong number of arguments (1 for 2..3)):
|
7555
|
+
42:
|
7556
|
+
43: <div class="bs-docs-example">
|
7557
|
+
44: <%= table(obj: @orders) do |t| %>
|
7558
|
+
45: <% t.column(align: 'center', h: {w: 2, t: 'Order Number'}) { |order| order.order_number } %>
|
7559
|
+
46: <% t.column(h: {w: 1, l: 'Order Date'}) { |order| order.order_date } %>
|
7560
|
+
47: <% t.column(h: {w: 2, l: 'Customer Name'}) { |order| order.customer_name } %>
|
7561
|
+
48: <% t.column(align: 'center', h: {w: 1, t: 'Status'}) { |order| order.status } %>
|
7562
|
+
app/views/components/_table.html.erb:45:in `block in _app_views_components__table_html_erb___540459092_92944960'
|
7563
|
+
app/views/components/_table.html.erb:44:in `_app_views_components__table_html_erb___540459092_92944960'
|
7564
|
+
app/views/components/index.html.erb:99:in `_app_views_components_index_html_erb___547112502_93421300'
|
7565
|
+
|
7566
|
+
|
7567
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
7568
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
7569
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.0ms)
|
7570
|
+
|
7571
|
+
|
7572
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7573
|
+
Processing by ComponentsController#index as HTML
|
7574
|
+
Rendered components/_list.html.erb (41.6ms)
|
7575
|
+
Rendered components/_button.html.erb (6.3ms)
|
7576
|
+
Rendered components/_navbar.html.erb (1.3ms)
|
7577
|
+
Rendered components/_tab.html.erb (3.1ms)
|
7578
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "orders"
|
7579
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7580
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7581
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7582
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7583
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7584
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7585
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7586
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7587
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
7588
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7589
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7590
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7591
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7592
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7593
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7594
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7595
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7596
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7597
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7598
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7599
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7600
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7601
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7602
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7603
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7604
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7605
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7606
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7607
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7608
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7609
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7610
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7611
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7612
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7613
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7614
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7615
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7616
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7617
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7618
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7619
|
+
Rendered components/_table.html.erb (89.1ms)
|
7620
|
+
Rendered components/_thumbnails.html.erb (1.7ms)
|
7621
|
+
Rendered components/_flash.html.erb (1.1ms)
|
7622
|
+
Rendered components/_bootbox.html.erb (1.7ms)
|
7623
|
+
Rendered components/_notify.html.erb (2.0ms)
|
7624
|
+
Rendered components/_modal.html.erb (3.7ms)
|
7625
|
+
Rendered components/_progressbar.html.erb (2.0ms)
|
7626
|
+
Rendered components/_typographic.html.erb (2.2ms)
|
7627
|
+
Rendered components/_image.html.erb (65.8ms)
|
7628
|
+
Rendered components/index.html.erb within layouts/application (238.2ms)
|
7629
|
+
Completed 200 OK in 300ms (Views: 296.3ms | ActiveRecord: 1.4ms)
|
7630
|
+
|
7631
|
+
|
7632
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7633
|
+
|
7634
|
+
|
7635
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7636
|
+
|
7637
|
+
|
7638
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7639
|
+
|
7640
|
+
|
7641
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7642
|
+
|
7643
|
+
|
7644
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7645
|
+
|
7646
|
+
|
7647
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7648
|
+
|
7649
|
+
|
7650
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7651
|
+
|
7652
|
+
|
7653
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7654
|
+
|
7655
|
+
|
7656
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7657
|
+
|
7658
|
+
|
7659
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7660
|
+
|
7661
|
+
|
7662
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7663
|
+
|
7664
|
+
|
7665
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7666
|
+
|
7667
|
+
|
7668
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7669
|
+
|
7670
|
+
|
7671
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7672
|
+
|
7673
|
+
|
7674
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7675
|
+
|
7676
|
+
|
7677
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7678
|
+
|
7679
|
+
|
7680
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7681
|
+
|
7682
|
+
|
7683
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7684
|
+
|
7685
|
+
|
7686
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7687
|
+
|
7688
|
+
|
7689
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7690
|
+
|
7691
|
+
|
7692
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7693
|
+
|
7694
|
+
|
7695
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7696
|
+
|
7697
|
+
|
7698
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7699
|
+
|
7700
|
+
|
7701
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7702
|
+
|
7703
|
+
|
7704
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7705
|
+
|
7706
|
+
|
7707
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7708
|
+
|
7709
|
+
|
7710
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7711
|
+
|
7712
|
+
|
7713
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7714
|
+
|
7715
|
+
|
7716
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7717
|
+
|
7718
|
+
|
7719
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7720
|
+
|
7721
|
+
|
7722
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7723
|
+
|
7724
|
+
|
7725
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7726
|
+
|
7727
|
+
|
7728
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7729
|
+
|
7730
|
+
|
7731
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7732
|
+
|
7733
|
+
|
7734
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:04:46 +0800
|
7735
|
+
|
7736
|
+
|
7737
|
+
Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-10-22 12:04:47 +0800
|
7738
|
+
|
7739
|
+
|
7740
|
+
Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-10-22 12:04:47 +0800
|
7741
|
+
|
7742
|
+
|
7743
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:04:47 +0800
|
7744
|
+
|
7745
|
+
|
7746
|
+
Started GET "/img/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-10-22 12:04:49 +0800
|
7747
|
+
|
7748
|
+
ActionController::RoutingError (No route matches [GET] "/img/glyphicons-halflings-white.png"):
|
7749
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
7750
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
7751
|
+
railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
|
7752
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
|
7753
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
7754
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
|
7755
|
+
activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
|
7756
|
+
railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
|
7757
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
7758
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
7759
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
7760
|
+
activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
7761
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
7762
|
+
actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
7763
|
+
railties (4.0.0) lib/rails/engine.rb:511:in `call'
|
7764
|
+
railties (4.0.0) lib/rails/application.rb:97:in `call'
|
7765
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
7766
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
7767
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
7768
|
+
/home/bigxiang/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
7769
|
+
/home/bigxiang/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
7770
|
+
/home/bigxiang/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
7771
|
+
|
7772
|
+
|
7773
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
7774
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
|
7775
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.7ms)
|
7776
|
+
Rendered /home/bigxiang/.rvm/gems/ruby-2.0.0-p247@rails4/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (33.3ms)
|
7777
|
+
|
7778
|
+
|
7779
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:04:50 +0800
|
7780
|
+
|
7781
|
+
|
7782
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7783
|
+
Processing by ComponentsController#index as HTML
|
7784
|
+
Rendered components/_list.html.erb (2.1ms)
|
7785
|
+
Rendered components/_button.html.erb (6.0ms)
|
7786
|
+
Rendered components/_navbar.html.erb (1.2ms)
|
7787
|
+
Rendered components/_tab.html.erb (2.7ms)
|
7788
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7789
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
7790
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7791
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
7792
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7793
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
7794
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7795
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
7796
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7797
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
7798
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
7799
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7800
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7801
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7802
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7803
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7804
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7805
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7806
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7807
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7808
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7809
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7810
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7811
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7812
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7813
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7814
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7815
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7816
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7817
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7818
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7819
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7820
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7821
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7822
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7823
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7824
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7825
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7826
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7827
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7828
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092_92944960 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7829
|
+
Rendered components/_table.html.erb (147.9ms)
|
7830
|
+
Rendered components/_thumbnails.html.erb (0.7ms)
|
7831
|
+
Rendered components/_flash.html.erb (0.3ms)
|
7832
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
7833
|
+
Rendered components/_notify.html.erb (1.2ms)
|
7834
|
+
Rendered components/_modal.html.erb (2.2ms)
|
7835
|
+
Rendered components/_progressbar.html.erb (1.2ms)
|
7836
|
+
Rendered components/_typographic.html.erb (0.9ms)
|
7837
|
+
Rendered components/_image.html.erb (5.4ms)
|
7838
|
+
Rendered components/index.html.erb within layouts/application (186.3ms)
|
7839
|
+
Completed 200 OK in 234ms (Views: 230.3ms | ActiveRecord: 1.4ms)
|
7840
|
+
|
7841
|
+
|
7842
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7843
|
+
|
7844
|
+
|
7845
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7846
|
+
|
7847
|
+
|
7848
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7849
|
+
|
7850
|
+
|
7851
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7852
|
+
|
7853
|
+
|
7854
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7855
|
+
|
7856
|
+
|
7857
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7858
|
+
|
7859
|
+
|
7860
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7861
|
+
|
7862
|
+
|
7863
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7864
|
+
|
7865
|
+
|
7866
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7867
|
+
|
7868
|
+
|
7869
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7870
|
+
|
7871
|
+
|
7872
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7873
|
+
|
7874
|
+
|
7875
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7876
|
+
|
7877
|
+
|
7878
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7879
|
+
|
7880
|
+
|
7881
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7882
|
+
|
7883
|
+
|
7884
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7885
|
+
|
7886
|
+
|
7887
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7888
|
+
|
7889
|
+
|
7890
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7891
|
+
|
7892
|
+
|
7893
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7894
|
+
|
7895
|
+
|
7896
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7897
|
+
|
7898
|
+
|
7899
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7900
|
+
|
7901
|
+
|
7902
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7903
|
+
|
7904
|
+
|
7905
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7906
|
+
|
7907
|
+
|
7908
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7909
|
+
|
7910
|
+
|
7911
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7912
|
+
|
7913
|
+
|
7914
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7915
|
+
|
7916
|
+
|
7917
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7918
|
+
|
7919
|
+
|
7920
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7921
|
+
|
7922
|
+
|
7923
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7924
|
+
|
7925
|
+
|
7926
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7927
|
+
|
7928
|
+
|
7929
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7930
|
+
|
7931
|
+
|
7932
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7933
|
+
|
7934
|
+
|
7935
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7936
|
+
|
7937
|
+
|
7938
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7939
|
+
|
7940
|
+
|
7941
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7942
|
+
|
7943
|
+
|
7944
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:06:03 +0800
|
7945
|
+
|
7946
|
+
|
7947
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:06:04 +0800
|
7948
|
+
|
7949
|
+
|
7950
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
7951
|
+
Processing by ComponentsController#index as HTML
|
7952
|
+
Rendered components/_list.html.erb (2.2ms)
|
7953
|
+
Rendered components/_button.html.erb (6.0ms)
|
7954
|
+
Rendered components/_navbar.html.erb (1.4ms)
|
7955
|
+
Rendered components/_tab.html.erb (2.7ms)
|
7956
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "orders"
|
7957
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7958
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7959
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7960
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7961
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7962
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7963
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
7964
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7965
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
7966
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
7967
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7968
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7969
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7970
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7971
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
7972
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7973
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7974
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7975
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7976
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
7977
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7978
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7979
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7980
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7981
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
7982
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7983
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7984
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7985
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7986
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
7987
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7988
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7989
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7990
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7991
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
7992
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7993
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7994
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7995
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7996
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__623061768 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
7997
|
+
Rendered components/_table.html.erb (148.2ms)
|
7998
|
+
Rendered components/_thumbnails.html.erb (0.8ms)
|
7999
|
+
Rendered components/_flash.html.erb (0.3ms)
|
8000
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
8001
|
+
Rendered components/_notify.html.erb (1.1ms)
|
8002
|
+
Rendered components/_modal.html.erb (2.3ms)
|
8003
|
+
Rendered components/_progressbar.html.erb (1.1ms)
|
8004
|
+
Rendered components/_typographic.html.erb (1.0ms)
|
8005
|
+
Rendered components/_image.html.erb (4.8ms)
|
8006
|
+
Rendered components/index.html.erb within layouts/application (187.2ms)
|
8007
|
+
Completed 200 OK in 276ms (Views: 271.6ms | ActiveRecord: 2.2ms)
|
8008
|
+
|
8009
|
+
|
8010
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8011
|
+
|
8012
|
+
|
8013
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8014
|
+
|
8015
|
+
|
8016
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8017
|
+
|
8018
|
+
|
8019
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8020
|
+
|
8021
|
+
|
8022
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8023
|
+
|
8024
|
+
|
8025
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8026
|
+
|
8027
|
+
|
8028
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8029
|
+
|
8030
|
+
|
8031
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8032
|
+
|
8033
|
+
|
8034
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8035
|
+
|
8036
|
+
|
8037
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8038
|
+
|
8039
|
+
|
8040
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8041
|
+
|
8042
|
+
|
8043
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8044
|
+
|
8045
|
+
|
8046
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8047
|
+
|
8048
|
+
|
8049
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8050
|
+
|
8051
|
+
|
8052
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8053
|
+
|
8054
|
+
|
8055
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8056
|
+
|
8057
|
+
|
8058
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8059
|
+
|
8060
|
+
|
8061
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:48 +0800
|
8062
|
+
|
8063
|
+
|
8064
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8065
|
+
|
8066
|
+
|
8067
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8068
|
+
|
8069
|
+
|
8070
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8071
|
+
|
8072
|
+
|
8073
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8074
|
+
|
8075
|
+
|
8076
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8077
|
+
|
8078
|
+
|
8079
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8080
|
+
|
8081
|
+
|
8082
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8083
|
+
|
8084
|
+
|
8085
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8086
|
+
|
8087
|
+
|
8088
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8089
|
+
|
8090
|
+
|
8091
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8092
|
+
|
8093
|
+
|
8094
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8095
|
+
|
8096
|
+
|
8097
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8098
|
+
|
8099
|
+
|
8100
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8101
|
+
|
8102
|
+
|
8103
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8104
|
+
|
8105
|
+
|
8106
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8107
|
+
|
8108
|
+
|
8109
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8110
|
+
|
8111
|
+
|
8112
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8113
|
+
|
8114
|
+
|
8115
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:07:49 +0800
|
8116
|
+
|
8117
|
+
|
8118
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8119
|
+
Processing by ComponentsController#index as HTML
|
8120
|
+
Rendered components/_list.html.erb (2.0ms)
|
8121
|
+
Rendered components/_button.html.erb (5.6ms)
|
8122
|
+
Rendered components/_navbar.html.erb (1.9ms)
|
8123
|
+
Rendered components/_tab.html.erb (2.8ms)
|
8124
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8125
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8126
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8127
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8128
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8129
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8130
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8131
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8132
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8133
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8134
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8135
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
8136
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8137
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8138
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8139
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8140
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8141
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8142
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8143
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8144
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8145
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8146
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8147
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8148
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8149
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8150
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8151
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8152
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8153
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8154
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8155
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8156
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8157
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8158
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8159
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8160
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8161
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8162
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8163
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8164
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8165
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8166
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8167
|
+
Rendered components/_table.html.erb (120.7ms)
|
8168
|
+
Rendered components/_thumbnails.html.erb (0.6ms)
|
8169
|
+
Rendered components/_flash.html.erb (0.3ms)
|
8170
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
8171
|
+
Rendered components/_notify.html.erb (1.2ms)
|
8172
|
+
Rendered components/_modal.html.erb (2.2ms)
|
8173
|
+
Rendered components/_progressbar.html.erb (1.2ms)
|
8174
|
+
Rendered components/_typographic.html.erb (1.0ms)
|
8175
|
+
Rendered components/_image.html.erb (4.8ms)
|
8176
|
+
Rendered components/index.html.erb within layouts/application (159.2ms)
|
8177
|
+
Completed 200 OK in 239ms (Views: 236.6ms | ActiveRecord: 0.9ms)
|
8178
|
+
|
8179
|
+
|
8180
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8181
|
+
|
8182
|
+
|
8183
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8184
|
+
|
8185
|
+
|
8186
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8187
|
+
|
8188
|
+
|
8189
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8190
|
+
|
8191
|
+
|
8192
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8193
|
+
|
8194
|
+
|
8195
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8196
|
+
|
8197
|
+
|
8198
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8199
|
+
|
8200
|
+
|
8201
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8202
|
+
|
8203
|
+
|
8204
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8205
|
+
|
8206
|
+
|
8207
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8208
|
+
|
8209
|
+
|
8210
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8211
|
+
|
8212
|
+
|
8213
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8214
|
+
|
8215
|
+
|
8216
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8217
|
+
|
8218
|
+
|
8219
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8220
|
+
|
8221
|
+
|
8222
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8223
|
+
|
8224
|
+
|
8225
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8226
|
+
|
8227
|
+
|
8228
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8229
|
+
|
8230
|
+
|
8231
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8232
|
+
|
8233
|
+
|
8234
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8235
|
+
|
8236
|
+
|
8237
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8238
|
+
|
8239
|
+
|
8240
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8241
|
+
|
8242
|
+
|
8243
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8244
|
+
|
8245
|
+
|
8246
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8247
|
+
|
8248
|
+
|
8249
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8250
|
+
|
8251
|
+
|
8252
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8253
|
+
|
8254
|
+
|
8255
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8256
|
+
|
8257
|
+
|
8258
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8259
|
+
|
8260
|
+
|
8261
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8262
|
+
|
8263
|
+
|
8264
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8265
|
+
|
8266
|
+
|
8267
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8268
|
+
|
8269
|
+
|
8270
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8271
|
+
|
8272
|
+
|
8273
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8274
|
+
|
8275
|
+
|
8276
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8277
|
+
|
8278
|
+
|
8279
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8280
|
+
|
8281
|
+
|
8282
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:05 +0800
|
8283
|
+
|
8284
|
+
|
8285
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:08:06 +0800
|
8286
|
+
|
8287
|
+
|
8288
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8289
|
+
Processing by ComponentsController#index as HTML
|
8290
|
+
Rendered components/_list.html.erb (2.0ms)
|
8291
|
+
Rendered components/_button.html.erb (5.5ms)
|
8292
|
+
Rendered components/_navbar.html.erb (1.2ms)
|
8293
|
+
Rendered components/_tab.html.erb (6.7ms)
|
8294
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "orders"
|
8295
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8296
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8297
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8298
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8299
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8300
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8301
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8302
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8303
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8304
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8305
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
8306
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8307
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8308
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8309
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8310
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8311
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8312
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8313
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8314
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8315
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8316
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8317
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8318
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8319
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8320
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8321
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8322
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8323
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8324
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8325
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8326
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8327
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8328
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8329
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8330
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8331
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8332
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8333
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8334
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8335
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8336
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8337
|
+
Rendered components/_table.html.erb (139.1ms)
|
8338
|
+
Rendered components/_thumbnails.html.erb (0.6ms)
|
8339
|
+
Rendered components/_flash.html.erb (0.3ms)
|
8340
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
8341
|
+
Rendered components/_notify.html.erb (1.1ms)
|
8342
|
+
Rendered components/_modal.html.erb (2.2ms)
|
8343
|
+
Rendered components/_progressbar.html.erb (1.1ms)
|
8344
|
+
Rendered components/_typographic.html.erb (1.1ms)
|
8345
|
+
Rendered components/_image.html.erb (4.9ms)
|
8346
|
+
Rendered components/index.html.erb within layouts/application (182.6ms)
|
8347
|
+
Completed 200 OK in 267ms (Views: 263.5ms | ActiveRecord: 1.5ms)
|
8348
|
+
|
8349
|
+
|
8350
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8351
|
+
|
8352
|
+
|
8353
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8354
|
+
|
8355
|
+
|
8356
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8357
|
+
|
8358
|
+
|
8359
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8360
|
+
|
8361
|
+
|
8362
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8363
|
+
|
8364
|
+
|
8365
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8366
|
+
|
8367
|
+
|
8368
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8369
|
+
|
8370
|
+
|
8371
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8372
|
+
|
8373
|
+
|
8374
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8375
|
+
|
8376
|
+
|
8377
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8378
|
+
|
8379
|
+
|
8380
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8381
|
+
|
8382
|
+
|
8383
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8384
|
+
|
8385
|
+
|
8386
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8387
|
+
|
8388
|
+
|
8389
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8390
|
+
|
8391
|
+
|
8392
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8393
|
+
|
8394
|
+
|
8395
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8396
|
+
|
8397
|
+
|
8398
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8399
|
+
|
8400
|
+
|
8401
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8402
|
+
|
8403
|
+
|
8404
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8405
|
+
|
8406
|
+
|
8407
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8408
|
+
|
8409
|
+
|
8410
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8411
|
+
|
8412
|
+
|
8413
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8414
|
+
|
8415
|
+
|
8416
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8417
|
+
|
8418
|
+
|
8419
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8420
|
+
|
8421
|
+
|
8422
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8423
|
+
|
8424
|
+
|
8425
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8426
|
+
|
8427
|
+
|
8428
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8429
|
+
|
8430
|
+
|
8431
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8432
|
+
|
8433
|
+
|
8434
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8435
|
+
|
8436
|
+
|
8437
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8438
|
+
|
8439
|
+
|
8440
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8441
|
+
|
8442
|
+
|
8443
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8444
|
+
|
8445
|
+
|
8446
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8447
|
+
|
8448
|
+
|
8449
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8450
|
+
|
8451
|
+
|
8452
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:08:50 +0800
|
8453
|
+
|
8454
|
+
|
8455
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:08:51 +0800
|
8456
|
+
|
8457
|
+
|
8458
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8459
|
+
Processing by ComponentsController#index as HTML
|
8460
|
+
Rendered components/_list.html.erb (2.1ms)
|
8461
|
+
Rendered components/_button.html.erb (6.0ms)
|
8462
|
+
Rendered components/_navbar.html.erb (1.4ms)
|
8463
|
+
Rendered components/_tab.html.erb (2.7ms)
|
8464
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8465
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8466
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8467
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8468
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8469
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8470
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8471
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8472
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8473
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8474
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8475
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
8476
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8477
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8478
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8479
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8480
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8481
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8482
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8483
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8484
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8485
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8486
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8487
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8488
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8489
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8490
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8491
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8492
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8493
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8494
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8495
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8496
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8497
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8498
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8499
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8500
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8501
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8502
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8503
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8504
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8505
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8506
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8507
|
+
Rendered components/_table.html.erb (138.4ms)
|
8508
|
+
Rendered components/_thumbnails.html.erb (0.7ms)
|
8509
|
+
Rendered components/_flash.html.erb (0.4ms)
|
8510
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
8511
|
+
Rendered components/_notify.html.erb (1.1ms)
|
8512
|
+
Rendered components/_modal.html.erb (2.2ms)
|
8513
|
+
Rendered components/_progressbar.html.erb (1.4ms)
|
8514
|
+
Rendered components/_typographic.html.erb (0.9ms)
|
8515
|
+
Rendered components/_image.html.erb (11.0ms)
|
8516
|
+
Rendered components/index.html.erb within layouts/application (190.6ms)
|
8517
|
+
Completed 200 OK in 273ms (Views: 269.0ms | ActiveRecord: 1.4ms)
|
8518
|
+
|
8519
|
+
|
8520
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8521
|
+
|
8522
|
+
|
8523
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8524
|
+
|
8525
|
+
|
8526
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8527
|
+
|
8528
|
+
|
8529
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8530
|
+
|
8531
|
+
|
8532
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8533
|
+
|
8534
|
+
|
8535
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8536
|
+
|
8537
|
+
|
8538
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8539
|
+
|
8540
|
+
|
8541
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8542
|
+
|
8543
|
+
|
8544
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8545
|
+
|
8546
|
+
|
8547
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8548
|
+
|
8549
|
+
|
8550
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8551
|
+
|
8552
|
+
|
8553
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8554
|
+
|
8555
|
+
|
8556
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8557
|
+
|
8558
|
+
|
8559
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8560
|
+
|
8561
|
+
|
8562
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8563
|
+
|
8564
|
+
|
8565
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8566
|
+
|
8567
|
+
|
8568
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8569
|
+
|
8570
|
+
|
8571
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8572
|
+
|
8573
|
+
|
8574
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8575
|
+
|
8576
|
+
|
8577
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8578
|
+
|
8579
|
+
|
8580
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8581
|
+
|
8582
|
+
|
8583
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8584
|
+
|
8585
|
+
|
8586
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8587
|
+
|
8588
|
+
|
8589
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8590
|
+
|
8591
|
+
|
8592
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8593
|
+
|
8594
|
+
|
8595
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8596
|
+
|
8597
|
+
|
8598
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8599
|
+
|
8600
|
+
|
8601
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8602
|
+
|
8603
|
+
|
8604
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8605
|
+
|
8606
|
+
|
8607
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8608
|
+
|
8609
|
+
|
8610
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8611
|
+
|
8612
|
+
|
8613
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8614
|
+
|
8615
|
+
|
8616
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8617
|
+
|
8618
|
+
|
8619
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:13 +0800
|
8620
|
+
|
8621
|
+
|
8622
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:10:14 +0800
|
8623
|
+
|
8624
|
+
|
8625
|
+
Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-10-22 12:10:14 +0800
|
8626
|
+
|
8627
|
+
|
8628
|
+
Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-10-22 12:10:14 +0800
|
8629
|
+
|
8630
|
+
|
8631
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:10:14 +0800
|
8632
|
+
|
8633
|
+
|
8634
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8635
|
+
Processing by ComponentsController#index as HTML
|
8636
|
+
Rendered components/_list.html.erb (2.0ms)
|
8637
|
+
Rendered components/_button.html.erb (5.5ms)
|
8638
|
+
Rendered components/_navbar.html.erb (1.3ms)
|
8639
|
+
Rendered components/_tab.html.erb (2.8ms)
|
8640
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "orders"
|
8641
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8642
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8643
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8644
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8645
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8646
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8647
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8648
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8649
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8650
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8651
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
8652
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8653
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8654
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8655
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8656
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8657
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8658
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8659
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8660
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8661
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8662
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8663
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8664
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8665
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8666
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8667
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8668
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8669
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8670
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8671
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8672
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8673
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8674
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8675
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8676
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8677
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8678
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8679
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8680
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8681
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8682
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8683
|
+
Rendered components/_table.html.erb (136.1ms)
|
8684
|
+
Rendered components/_thumbnails.html.erb (0.7ms)
|
8685
|
+
Rendered components/_flash.html.erb (0.4ms)
|
8686
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
8687
|
+
Rendered components/_notify.html.erb (1.1ms)
|
8688
|
+
Rendered components/_modal.html.erb (2.3ms)
|
8689
|
+
Rendered components/_progressbar.html.erb (1.1ms)
|
8690
|
+
Rendered components/_typographic.html.erb (1.0ms)
|
8691
|
+
Rendered components/_image.html.erb (4.7ms)
|
8692
|
+
Rendered components/index.html.erb within layouts/application (174.3ms)
|
8693
|
+
Completed 200 OK in 222ms (Views: 217.5ms | ActiveRecord: 1.7ms)
|
8694
|
+
|
8695
|
+
|
8696
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8697
|
+
|
8698
|
+
|
8699
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8700
|
+
|
8701
|
+
|
8702
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8703
|
+
|
8704
|
+
|
8705
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8706
|
+
|
8707
|
+
|
8708
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8709
|
+
|
8710
|
+
|
8711
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8712
|
+
|
8713
|
+
|
8714
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8715
|
+
|
8716
|
+
|
8717
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8718
|
+
|
8719
|
+
|
8720
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8721
|
+
|
8722
|
+
|
8723
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8724
|
+
|
8725
|
+
|
8726
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8727
|
+
|
8728
|
+
|
8729
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8730
|
+
|
8731
|
+
|
8732
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8733
|
+
|
8734
|
+
|
8735
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8736
|
+
|
8737
|
+
|
8738
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8739
|
+
|
8740
|
+
|
8741
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8742
|
+
|
8743
|
+
|
8744
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8745
|
+
|
8746
|
+
|
8747
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8748
|
+
|
8749
|
+
|
8750
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8751
|
+
|
8752
|
+
|
8753
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8754
|
+
|
8755
|
+
|
8756
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8757
|
+
|
8758
|
+
|
8759
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8760
|
+
|
8761
|
+
|
8762
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8763
|
+
|
8764
|
+
|
8765
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8766
|
+
|
8767
|
+
|
8768
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8769
|
+
|
8770
|
+
|
8771
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8772
|
+
|
8773
|
+
|
8774
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8775
|
+
|
8776
|
+
|
8777
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8778
|
+
|
8779
|
+
|
8780
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8781
|
+
|
8782
|
+
|
8783
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8784
|
+
|
8785
|
+
|
8786
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8787
|
+
|
8788
|
+
|
8789
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8790
|
+
|
8791
|
+
|
8792
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8793
|
+
|
8794
|
+
|
8795
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8796
|
+
|
8797
|
+
|
8798
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:10:22 +0800
|
8799
|
+
|
8800
|
+
|
8801
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:10:23 +0800
|
8802
|
+
|
8803
|
+
|
8804
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8805
|
+
Processing by ComponentsController#index as HTML
|
8806
|
+
Rendered components/_list.html.erb (2.0ms)
|
8807
|
+
Rendered components/_button.html.erb (5.9ms)
|
8808
|
+
Rendered components/_navbar.html.erb (1.3ms)
|
8809
|
+
Rendered components/_tab.html.erb (2.8ms)
|
8810
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8811
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8812
|
+
[1m[36mCACHE (0.1ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8813
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8814
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8815
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8816
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8817
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8818
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8819
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
8820
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8821
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
8822
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
8823
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8824
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8825
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8826
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8827
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8828
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8829
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8830
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8831
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8832
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8833
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8834
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8835
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8836
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8837
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
8838
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8839
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8840
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8841
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8842
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
8843
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8844
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8845
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8846
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8847
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
8848
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8849
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8850
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8851
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8852
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
8853
|
+
Rendered components/_table.html.erb (151.9ms)
|
8854
|
+
Rendered components/_thumbnails.html.erb (0.6ms)
|
8855
|
+
Rendered components/_flash.html.erb (0.4ms)
|
8856
|
+
Rendered components/_bootbox.html.erb (1.0ms)
|
8857
|
+
Rendered components/_notify.html.erb (1.2ms)
|
8858
|
+
Rendered components/_modal.html.erb (2.2ms)
|
8859
|
+
Rendered components/_progressbar.html.erb (1.1ms)
|
8860
|
+
Rendered components/_typographic.html.erb (0.9ms)
|
8861
|
+
Rendered components/_image.html.erb (4.8ms)
|
8862
|
+
Rendered components/index.html.erb within layouts/application (190.2ms)
|
8863
|
+
Completed 200 OK in 276ms (Views: 271.7ms | ActiveRecord: 1.5ms)
|
8864
|
+
|
8865
|
+
|
8866
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8867
|
+
|
8868
|
+
|
8869
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8870
|
+
|
8871
|
+
|
8872
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8873
|
+
|
8874
|
+
|
8875
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8876
|
+
|
8877
|
+
|
8878
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8879
|
+
|
8880
|
+
|
8881
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8882
|
+
|
8883
|
+
|
8884
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8885
|
+
|
8886
|
+
|
8887
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8888
|
+
|
8889
|
+
|
8890
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8891
|
+
|
8892
|
+
|
8893
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8894
|
+
|
8895
|
+
|
8896
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8897
|
+
|
8898
|
+
|
8899
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8900
|
+
|
8901
|
+
|
8902
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8903
|
+
|
8904
|
+
|
8905
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8906
|
+
|
8907
|
+
|
8908
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8909
|
+
|
8910
|
+
|
8911
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8912
|
+
|
8913
|
+
|
8914
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8915
|
+
|
8916
|
+
|
8917
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8918
|
+
|
8919
|
+
|
8920
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8921
|
+
|
8922
|
+
|
8923
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8924
|
+
|
8925
|
+
|
8926
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8927
|
+
|
8928
|
+
|
8929
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8930
|
+
|
8931
|
+
|
8932
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8933
|
+
|
8934
|
+
|
8935
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8936
|
+
|
8937
|
+
|
8938
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8939
|
+
|
8940
|
+
|
8941
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8942
|
+
|
8943
|
+
|
8944
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8945
|
+
|
8946
|
+
|
8947
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8948
|
+
|
8949
|
+
|
8950
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8951
|
+
|
8952
|
+
|
8953
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8954
|
+
|
8955
|
+
|
8956
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8957
|
+
|
8958
|
+
|
8959
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8960
|
+
|
8961
|
+
|
8962
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8963
|
+
|
8964
|
+
|
8965
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8966
|
+
|
8967
|
+
|
8968
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:11:29 +0800
|
8969
|
+
|
8970
|
+
|
8971
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:11:30 +0800
|
8972
|
+
|
8973
|
+
|
8974
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
8975
|
+
Processing by ComponentsController#index as HTML
|
8976
|
+
Rendered components/_list.html.erb (2.1ms)
|
8977
|
+
Rendered components/_button.html.erb (5.9ms)
|
8978
|
+
Rendered components/_navbar.html.erb (1.5ms)
|
8979
|
+
Rendered components/_tab.html.erb (3.0ms)
|
8980
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "orders"
|
8981
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8982
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8983
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8984
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8985
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8986
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8987
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8988
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8989
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
8990
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8991
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
8992
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
8993
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8994
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8995
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8996
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8997
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
8998
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
8999
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9000
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9001
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9002
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9003
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9004
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9005
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9006
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9007
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9008
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9009
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9010
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9011
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9012
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9013
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9014
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9015
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9016
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9017
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9018
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9019
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9020
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9021
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9022
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9023
|
+
Rendered components/_table.html.erb (91.8ms)
|
9024
|
+
Rendered components/_thumbnails.html.erb (0.7ms)
|
9025
|
+
Rendered components/_flash.html.erb (0.3ms)
|
9026
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
9027
|
+
Rendered components/_notify.html.erb (1.1ms)
|
9028
|
+
Rendered components/_modal.html.erb (2.2ms)
|
9029
|
+
Rendered components/_progressbar.html.erb (1.1ms)
|
9030
|
+
Rendered components/_typographic.html.erb (1.0ms)
|
9031
|
+
Rendered components/_image.html.erb (5.0ms)
|
9032
|
+
Rendered components/index.html.erb within layouts/application (130.9ms)
|
9033
|
+
Completed 200 OK in 261ms (Views: 214.3ms | ActiveRecord: 1.6ms)
|
9034
|
+
|
9035
|
+
|
9036
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9037
|
+
|
9038
|
+
|
9039
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9040
|
+
|
9041
|
+
|
9042
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9043
|
+
|
9044
|
+
|
9045
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9046
|
+
|
9047
|
+
|
9048
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9049
|
+
|
9050
|
+
|
9051
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9052
|
+
|
9053
|
+
|
9054
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9055
|
+
|
9056
|
+
|
9057
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9058
|
+
|
9059
|
+
|
9060
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9061
|
+
|
9062
|
+
|
9063
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9064
|
+
|
9065
|
+
|
9066
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9067
|
+
|
9068
|
+
|
9069
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9070
|
+
|
9071
|
+
|
9072
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9073
|
+
|
9074
|
+
|
9075
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9076
|
+
|
9077
|
+
|
9078
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:15 +0800
|
9079
|
+
|
9080
|
+
|
9081
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9082
|
+
|
9083
|
+
|
9084
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9085
|
+
|
9086
|
+
|
9087
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9088
|
+
|
9089
|
+
|
9090
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9091
|
+
|
9092
|
+
|
9093
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9094
|
+
|
9095
|
+
|
9096
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9097
|
+
|
9098
|
+
|
9099
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9100
|
+
|
9101
|
+
|
9102
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9103
|
+
|
9104
|
+
|
9105
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9106
|
+
|
9107
|
+
|
9108
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9109
|
+
|
9110
|
+
|
9111
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9112
|
+
|
9113
|
+
|
9114
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9115
|
+
|
9116
|
+
|
9117
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9118
|
+
|
9119
|
+
|
9120
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9121
|
+
|
9122
|
+
|
9123
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9124
|
+
|
9125
|
+
|
9126
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9127
|
+
|
9128
|
+
|
9129
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9130
|
+
|
9131
|
+
|
9132
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9133
|
+
|
9134
|
+
|
9135
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9136
|
+
|
9137
|
+
|
9138
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:15:16 +0800
|
9139
|
+
|
9140
|
+
|
9141
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:15:17 +0800
|
9142
|
+
|
9143
|
+
|
9144
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:15:34 +0800
|
9145
|
+
Processing by ComponentsController#index as HTML
|
9146
|
+
Rendered components/_list.html.erb (2.0ms)
|
9147
|
+
Rendered components/_button.html.erb (6.0ms)
|
9148
|
+
Rendered components/_navbar.html.erb (1.4ms)
|
9149
|
+
Rendered components/_tab.html.erb (2.8ms)
|
9150
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9151
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9152
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9153
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9154
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9155
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9156
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9157
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9158
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9159
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9160
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9161
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
9162
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9163
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9164
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9165
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9166
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9167
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9168
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9169
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9170
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9171
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9172
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9173
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9174
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9175
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9176
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9177
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9178
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9179
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9180
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9181
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9182
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9183
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9184
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9185
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9186
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9187
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9188
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9189
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9190
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9191
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9192
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9193
|
+
Rendered components/_table.html.erb (89.2ms)
|
9194
|
+
Rendered components/_thumbnails.html.erb (0.6ms)
|
9195
|
+
Rendered components/_flash.html.erb (0.3ms)
|
9196
|
+
Rendered components/_bootbox.html.erb (38.5ms)
|
9197
|
+
Rendered components/_notify.html.erb (1.4ms)
|
9198
|
+
Rendered components/_modal.html.erb (2.6ms)
|
9199
|
+
Rendered components/_progressbar.html.erb (1.2ms)
|
9200
|
+
Rendered components/_typographic.html.erb (1.0ms)
|
9201
|
+
Rendered components/_image.html.erb (4.9ms)
|
9202
|
+
Rendered components/index.html.erb within layouts/application (167.1ms)
|
9203
|
+
Completed 200 OK in 215ms (Views: 211.3ms | ActiveRecord: 1.4ms)
|
9204
|
+
|
9205
|
+
|
9206
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9207
|
+
|
9208
|
+
|
9209
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9210
|
+
|
9211
|
+
|
9212
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9213
|
+
|
9214
|
+
|
9215
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9216
|
+
|
9217
|
+
|
9218
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9219
|
+
|
9220
|
+
|
9221
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9222
|
+
|
9223
|
+
|
9224
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9225
|
+
|
9226
|
+
|
9227
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9228
|
+
|
9229
|
+
|
9230
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9231
|
+
|
9232
|
+
|
9233
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9234
|
+
|
9235
|
+
|
9236
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9237
|
+
|
9238
|
+
|
9239
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9240
|
+
|
9241
|
+
|
9242
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9243
|
+
|
9244
|
+
|
9245
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9246
|
+
|
9247
|
+
|
9248
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9249
|
+
|
9250
|
+
|
9251
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9252
|
+
|
9253
|
+
|
9254
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9255
|
+
|
9256
|
+
|
9257
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9258
|
+
|
9259
|
+
|
9260
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9261
|
+
|
9262
|
+
|
9263
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9264
|
+
|
9265
|
+
|
9266
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9267
|
+
|
9268
|
+
|
9269
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9270
|
+
|
9271
|
+
|
9272
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9273
|
+
|
9274
|
+
|
9275
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9276
|
+
|
9277
|
+
|
9278
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9279
|
+
|
9280
|
+
|
9281
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9282
|
+
|
9283
|
+
|
9284
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9285
|
+
|
9286
|
+
|
9287
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9288
|
+
|
9289
|
+
|
9290
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9291
|
+
|
9292
|
+
|
9293
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9294
|
+
|
9295
|
+
|
9296
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9297
|
+
|
9298
|
+
|
9299
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9300
|
+
|
9301
|
+
|
9302
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9303
|
+
|
9304
|
+
|
9305
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9306
|
+
|
9307
|
+
|
9308
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:15:35 +0800
|
9309
|
+
|
9310
|
+
|
9311
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:15:36 +0800
|
9312
|
+
|
9313
|
+
|
9314
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9315
|
+
Processing by ComponentsController#index as HTML
|
9316
|
+
Rendered components/_list.html.erb (2.1ms)
|
9317
|
+
Rendered components/_button.html.erb (5.9ms)
|
9318
|
+
Rendered components/_navbar.html.erb (1.3ms)
|
9319
|
+
Rendered components/_tab.html.erb (2.7ms)
|
9320
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "orders"
|
9321
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9322
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9323
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9324
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9325
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9326
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9327
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9328
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9329
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9330
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9331
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
9332
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9333
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9334
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9335
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9336
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9337
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9338
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9339
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9340
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9341
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9342
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9343
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9344
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9345
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9346
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9347
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9348
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9349
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9350
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9351
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9352
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9353
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9354
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9355
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9356
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9357
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9358
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9359
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9360
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9361
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9362
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9363
|
+
Rendered components/_table.html.erb (138.3ms)
|
9364
|
+
Rendered components/_thumbnails.html.erb (0.7ms)
|
9365
|
+
Rendered components/_flash.html.erb (0.4ms)
|
9366
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
9367
|
+
Rendered components/_notify.html.erb (1.1ms)
|
9368
|
+
Rendered components/_modal.html.erb (2.2ms)
|
9369
|
+
Rendered components/_progressbar.html.erb (1.1ms)
|
9370
|
+
Rendered components/_typographic.html.erb (0.9ms)
|
9371
|
+
Rendered components/_image.html.erb (4.8ms)
|
9372
|
+
Rendered components/index.html.erb within layouts/application (176.1ms)
|
9373
|
+
Completed 200 OK in 224ms (Views: 220.2ms | ActiveRecord: 1.4ms)
|
9374
|
+
|
9375
|
+
|
9376
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9377
|
+
|
9378
|
+
|
9379
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9380
|
+
|
9381
|
+
|
9382
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9383
|
+
|
9384
|
+
|
9385
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9386
|
+
|
9387
|
+
|
9388
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9389
|
+
|
9390
|
+
|
9391
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9392
|
+
|
9393
|
+
|
9394
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9395
|
+
|
9396
|
+
|
9397
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9398
|
+
|
9399
|
+
|
9400
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9401
|
+
|
9402
|
+
|
9403
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9404
|
+
|
9405
|
+
|
9406
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9407
|
+
|
9408
|
+
|
9409
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9410
|
+
|
9411
|
+
|
9412
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9413
|
+
|
9414
|
+
|
9415
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9416
|
+
|
9417
|
+
|
9418
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9419
|
+
|
9420
|
+
|
9421
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9422
|
+
|
9423
|
+
|
9424
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9425
|
+
|
9426
|
+
|
9427
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:50 +0800
|
9428
|
+
|
9429
|
+
|
9430
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9431
|
+
|
9432
|
+
|
9433
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9434
|
+
|
9435
|
+
|
9436
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9437
|
+
|
9438
|
+
|
9439
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9440
|
+
|
9441
|
+
|
9442
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9443
|
+
|
9444
|
+
|
9445
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9446
|
+
|
9447
|
+
|
9448
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9449
|
+
|
9450
|
+
|
9451
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9452
|
+
|
9453
|
+
|
9454
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9455
|
+
|
9456
|
+
|
9457
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9458
|
+
|
9459
|
+
|
9460
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9461
|
+
|
9462
|
+
|
9463
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9464
|
+
|
9465
|
+
|
9466
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9467
|
+
|
9468
|
+
|
9469
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9470
|
+
|
9471
|
+
|
9472
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9473
|
+
|
9474
|
+
|
9475
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9476
|
+
|
9477
|
+
|
9478
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9479
|
+
|
9480
|
+
|
9481
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:16:51 +0800
|
9482
|
+
|
9483
|
+
|
9484
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9485
|
+
Processing by ComponentsController#index as HTML
|
9486
|
+
Rendered components/_list.html.erb (2.0ms)
|
9487
|
+
Rendered components/_button.html.erb (6.1ms)
|
9488
|
+
Rendered components/_navbar.html.erb (1.3ms)
|
9489
|
+
Rendered components/_tab.html.erb (2.8ms)
|
9490
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9491
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9492
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9493
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9494
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9495
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9496
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9497
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9498
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9499
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9500
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9501
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
9502
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9503
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9504
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9505
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9506
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9507
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9508
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9509
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9510
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9511
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9512
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9513
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9514
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9515
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9516
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9517
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9518
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9519
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9520
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9521
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9522
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9523
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9524
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9525
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9526
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9527
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9528
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9529
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9530
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9531
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9532
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9533
|
+
Rendered components/_table.html.erb (134.9ms)
|
9534
|
+
Rendered components/_thumbnails.html.erb (0.6ms)
|
9535
|
+
Rendered components/_flash.html.erb (0.3ms)
|
9536
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
9537
|
+
Rendered components/_notify.html.erb (1.2ms)
|
9538
|
+
Rendered components/_modal.html.erb (2.6ms)
|
9539
|
+
Rendered components/_progressbar.html.erb (1.2ms)
|
9540
|
+
Rendered components/_typographic.html.erb (1.0ms)
|
9541
|
+
Rendered components/_image.html.erb (4.9ms)
|
9542
|
+
Rendered components/index.html.erb within layouts/application (174.6ms)
|
9543
|
+
Completed 200 OK in 222ms (Views: 217.8ms | ActiveRecord: 1.7ms)
|
9544
|
+
|
9545
|
+
|
9546
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9547
|
+
|
9548
|
+
|
9549
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9550
|
+
|
9551
|
+
|
9552
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9553
|
+
|
9554
|
+
|
9555
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9556
|
+
|
9557
|
+
|
9558
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9559
|
+
|
9560
|
+
|
9561
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9562
|
+
|
9563
|
+
|
9564
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9565
|
+
|
9566
|
+
|
9567
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9568
|
+
|
9569
|
+
|
9570
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9571
|
+
|
9572
|
+
|
9573
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9574
|
+
|
9575
|
+
|
9576
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9577
|
+
|
9578
|
+
|
9579
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9580
|
+
|
9581
|
+
|
9582
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9583
|
+
|
9584
|
+
|
9585
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9586
|
+
|
9587
|
+
|
9588
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9589
|
+
|
9590
|
+
|
9591
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9592
|
+
|
9593
|
+
|
9594
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9595
|
+
|
9596
|
+
|
9597
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9598
|
+
|
9599
|
+
|
9600
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9601
|
+
|
9602
|
+
|
9603
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9604
|
+
|
9605
|
+
|
9606
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9607
|
+
|
9608
|
+
|
9609
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9610
|
+
|
9611
|
+
|
9612
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9613
|
+
|
9614
|
+
|
9615
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9616
|
+
|
9617
|
+
|
9618
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9619
|
+
|
9620
|
+
|
9621
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9622
|
+
|
9623
|
+
|
9624
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9625
|
+
|
9626
|
+
|
9627
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9628
|
+
|
9629
|
+
|
9630
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9631
|
+
|
9632
|
+
|
9633
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9634
|
+
|
9635
|
+
|
9636
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9637
|
+
|
9638
|
+
|
9639
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9640
|
+
|
9641
|
+
|
9642
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9643
|
+
|
9644
|
+
|
9645
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9646
|
+
|
9647
|
+
|
9648
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9649
|
+
|
9650
|
+
|
9651
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:17:55 +0800
|
9652
|
+
|
9653
|
+
|
9654
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:17:56 +0800
|
9655
|
+
|
9656
|
+
|
9657
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9658
|
+
Processing by ComponentsController#index as HTML
|
9659
|
+
Rendered components/_list.html.erb (1.9ms)
|
9660
|
+
Rendered components/_button.html.erb (5.5ms)
|
9661
|
+
Rendered components/_navbar.html.erb (1.3ms)
|
9662
|
+
Rendered components/_tab.html.erb (2.7ms)
|
9663
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "orders"
|
9664
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9665
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9666
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9667
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9668
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9669
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9670
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9671
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9672
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0[0m
|
9673
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9674
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0[0m
|
9675
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "orders"
|
9676
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9677
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9678
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9679
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9680
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:21)
|
9681
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9682
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9683
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9684
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9685
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:52)
|
9686
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9687
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9688
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9689
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9690
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:91)
|
9691
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9692
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9693
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9694
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9695
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:142)
|
9696
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9697
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9698
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9699
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9700
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:188)
|
9701
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9702
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9703
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9704
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9705
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__622985638 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:222)
|
9706
|
+
Rendered components/_table.html.erb (140.8ms)
|
9707
|
+
Rendered components/_thumbnails.html.erb (0.7ms)
|
9708
|
+
Rendered components/_flash.html.erb (0.3ms)
|
9709
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
9710
|
+
Rendered components/_notify.html.erb (1.1ms)
|
9711
|
+
Rendered components/_modal.html.erb (2.3ms)
|
9712
|
+
Rendered components/_progressbar.html.erb (1.1ms)
|
9713
|
+
Rendered components/_typographic.html.erb (0.9ms)
|
9714
|
+
Rendered components/_image.html.erb (4.9ms)
|
9715
|
+
Rendered components/index.html.erb within layouts/application (177.9ms)
|
9716
|
+
Completed 200 OK in 231ms (Views: 226.9ms | ActiveRecord: 1.5ms)
|
9717
|
+
|
9718
|
+
|
9719
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9720
|
+
|
9721
|
+
|
9722
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9723
|
+
|
9724
|
+
|
9725
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9726
|
+
|
9727
|
+
|
9728
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9729
|
+
|
9730
|
+
|
9731
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9732
|
+
|
9733
|
+
|
9734
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9735
|
+
|
9736
|
+
|
9737
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9738
|
+
|
9739
|
+
|
9740
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9741
|
+
|
9742
|
+
|
9743
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9744
|
+
|
9745
|
+
|
9746
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9747
|
+
|
9748
|
+
|
9749
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9750
|
+
|
9751
|
+
|
9752
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:01 +0800
|
9753
|
+
|
9754
|
+
|
9755
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9756
|
+
|
9757
|
+
|
9758
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9759
|
+
|
9760
|
+
|
9761
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9762
|
+
|
9763
|
+
|
9764
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9765
|
+
|
9766
|
+
|
9767
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9768
|
+
|
9769
|
+
|
9770
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9771
|
+
|
9772
|
+
|
9773
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9774
|
+
|
9775
|
+
|
9776
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9777
|
+
|
9778
|
+
|
9779
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9780
|
+
|
9781
|
+
|
9782
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9783
|
+
|
9784
|
+
|
9785
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9786
|
+
|
9787
|
+
|
9788
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9789
|
+
|
9790
|
+
|
9791
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9792
|
+
|
9793
|
+
|
9794
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9795
|
+
|
9796
|
+
|
9797
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9798
|
+
|
9799
|
+
|
9800
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9801
|
+
|
9802
|
+
|
9803
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9804
|
+
|
9805
|
+
|
9806
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9807
|
+
|
9808
|
+
|
9809
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9810
|
+
|
9811
|
+
|
9812
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9813
|
+
|
9814
|
+
|
9815
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9816
|
+
|
9817
|
+
|
9818
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9819
|
+
|
9820
|
+
|
9821
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9822
|
+
|
9823
|
+
|
9824
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:18:02 +0800
|
9825
|
+
|
9826
|
+
|
9827
|
+
Started GET "/components" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9828
|
+
Processing by ComponentsController#index as HTML
|
9829
|
+
Rendered components/_list.html.erb (2.9ms)
|
9830
|
+
Rendered components/_button.html.erb (6.2ms)
|
9831
|
+
Rendered components/_navbar.html.erb (1.3ms)
|
9832
|
+
Rendered components/_tab.html.erb (2.6ms)
|
9833
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9834
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9835
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9836
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9837
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9838
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9839
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9840
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9841
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9842
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "orders".* FROM "orders" ORDER BY "orders"."id" ASC LIMIT 1 OFFSET 0
|
9843
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9844
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" LIMIT 5 OFFSET 0
|
9845
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "orders"[0m
|
9846
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:22)
|
9847
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:22)
|
9848
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:22)
|
9849
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:22)
|
9850
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:22)
|
9851
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:54)
|
9852
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:54)
|
9853
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:54)
|
9854
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:54)
|
9855
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:54)
|
9856
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:93)
|
9857
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:93)
|
9858
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:93)
|
9859
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:93)
|
9860
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:93)
|
9861
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:144)
|
9862
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:144)
|
9863
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:144)
|
9864
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:144)
|
9865
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:144)
|
9866
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:190)
|
9867
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:190)
|
9868
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:190)
|
9869
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:190)
|
9870
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:190)
|
9871
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:224)
|
9872
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:224)
|
9873
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:224)
|
9874
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:224)
|
9875
|
+
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead. (called from block (2 levels) in _app_views_components__table_html_erb___540459092__621430118 at /home/bigxiang/RubyMineWorkspace/bs-helper/test/dummy/app/views/components/_table.html.erb:224)
|
9876
|
+
Rendered components/_table.html.erb (116.4ms)
|
9877
|
+
Rendered components/_thumbnails.html.erb (0.7ms)
|
9878
|
+
Rendered components/_flash.html.erb (0.4ms)
|
9879
|
+
Rendered components/_bootbox.html.erb (0.9ms)
|
9880
|
+
Rendered components/_notify.html.erb (1.1ms)
|
9881
|
+
Rendered components/_modal.html.erb (2.3ms)
|
9882
|
+
Rendered components/_progressbar.html.erb (1.1ms)
|
9883
|
+
Rendered components/_typographic.html.erb (0.9ms)
|
9884
|
+
Rendered components/_image.html.erb (4.8ms)
|
9885
|
+
Rendered components/index.html.erb within layouts/application (155.8ms)
|
9886
|
+
Completed 200 OK in 201ms (Views: 199.4ms | ActiveRecord: 1.0ms)
|
9887
|
+
|
9888
|
+
|
9889
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9890
|
+
|
9891
|
+
|
9892
|
+
Started GET "/assets/bs-modal/bootstrap-modal.css?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9893
|
+
|
9894
|
+
|
9895
|
+
Started GET "/assets/jquery.pnotify.default.css?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9896
|
+
|
9897
|
+
|
9898
|
+
Started GET "/assets/jquery.pnotify.default.icons.css?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9899
|
+
|
9900
|
+
|
9901
|
+
Started GET "/assets/components.css?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9902
|
+
|
9903
|
+
|
9904
|
+
Started GET "/assets/paginations.css?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9905
|
+
|
9906
|
+
|
9907
|
+
Started GET "/assets/prettify.css?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9908
|
+
|
9909
|
+
|
9910
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9911
|
+
|
9912
|
+
|
9913
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9914
|
+
|
9915
|
+
|
9916
|
+
Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9917
|
+
|
9918
|
+
|
9919
|
+
Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9920
|
+
|
9921
|
+
|
9922
|
+
Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9923
|
+
|
9924
|
+
|
9925
|
+
Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9926
|
+
|
9927
|
+
|
9928
|
+
Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9929
|
+
|
9930
|
+
|
9931
|
+
Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9932
|
+
|
9933
|
+
|
9934
|
+
Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9935
|
+
|
9936
|
+
|
9937
|
+
Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9938
|
+
|
9939
|
+
|
9940
|
+
Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9941
|
+
|
9942
|
+
|
9943
|
+
Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9944
|
+
|
9945
|
+
|
9946
|
+
Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9947
|
+
|
9948
|
+
|
9949
|
+
Started GET "/assets/bs-modal/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9950
|
+
|
9951
|
+
|
9952
|
+
Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9953
|
+
|
9954
|
+
|
9955
|
+
Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9956
|
+
|
9957
|
+
|
9958
|
+
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9959
|
+
|
9960
|
+
|
9961
|
+
Started GET "/assets/bs-modal/bootstrap-modalmanager.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9962
|
+
|
9963
|
+
|
9964
|
+
Started GET "/assets/bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9965
|
+
|
9966
|
+
|
9967
|
+
Started GET "/assets/pnotify/jquery.pnotify.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9968
|
+
|
9969
|
+
|
9970
|
+
Started GET "/assets/pnotify/index.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9971
|
+
|
9972
|
+
|
9973
|
+
Started GET "/assets/init-bshelper.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9974
|
+
|
9975
|
+
|
9976
|
+
Started GET "/assets/init-bootbox.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9977
|
+
|
9978
|
+
|
9979
|
+
Started GET "/assets/components.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9980
|
+
|
9981
|
+
|
9982
|
+
Started GET "/assets/paginations.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9983
|
+
|
9984
|
+
|
9985
|
+
Started GET "/assets/prettify.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9986
|
+
|
9987
|
+
|
9988
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9989
|
+
|
9990
|
+
|
9991
|
+
Started GET "/assets/rar_gold.png" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9992
|
+
|
9993
|
+
|
9994
|
+
Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9995
|
+
|
9996
|
+
|
9997
|
+
Started GET "/assets/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-10-22 12:20:39 +0800
|
9998
|
+
|
9999
|
+
|
10000
|
+
Started GET "/assets/favicon.ico" for 127.0.0.1 at 2013-10-22 12:20:40 +0800
|