exo_cms 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -5
- data/app/controllers/concerns/exo/admin/{site_slug_id_filter.rb → site_restriction.rb} +3 -3
- data/app/controllers/concerns/exo/host_restriction.rb +32 -0
- data/app/controllers/concerns/exo/{route_filter.rb → request_restriction.rb} +8 -6
- data/app/controllers/exo/admin/assets_controller.rb +4 -4
- data/app/controllers/exo/admin/ckeditor_assets_controller.rb +2 -2
- data/app/controllers/exo/admin/ckeditor_blocks_controller.rb +3 -3
- data/app/controllers/exo/admin/contributors_controller.rb +2 -2
- data/app/controllers/exo/admin/items_controller.rb +3 -3
- data/app/controllers/exo/admin/pages_controller.rb +2 -2
- data/app/controllers/exo/admin/resources_controller.rb +2 -2
- data/app/controllers/exo/admin/routes_controller.rb +2 -2
- data/app/controllers/exo/admin/sessions_controller.rb +2 -0
- data/app/controllers/exo/admin/settings_controller.rb +5 -5
- data/app/controllers/exo/admin/site_controller.rb +1 -1
- data/app/controllers/exo/{admin/application_controller.rb → admin_controller.rb} +3 -3
- data/app/controllers/exo/gridfs_controller.rb +3 -3
- data/app/controllers/exo/pages_controller.rb +8 -9
- data/app/controllers/exo_controller.rb +4 -0
- data/app/helpers/exo/block_helper.rb +1 -1
- data/app/helpers/exo/resources_helper.rb +1 -1
- data/app/models/exo/app_service.rb +3 -0
- data/app/models/exo/block.rb +9 -11
- data/app/presenters/exo/item_decorator.rb +23 -0
- data/app/presenters/exo/resource_decorator.rb +21 -0
- data/app/presenters/exo/route_decorator.rb +23 -0
- data/app/presenters/exo/site_decorator.rb +25 -0
- data/app/resources/templates/application.html.haml +3 -3
- data/app/services/exo/config.rb +2 -0
- data/app/services/exo/router.rb +33 -0
- data/app/views/exo/admin/{application/_bheader.html.haml → _bheader.html.haml} +0 -0
- data/app/views/exo/admin/{application/_editor_header.html.haml → _editor_header.html.haml} +0 -0
- data/app/views/exo/admin/{application/_header.html.haml → _header.html.haml} +2 -2
- data/app/views/exo/admin/{application/_meta_errors.html.haml → _meta_errors.html.haml} +0 -0
- data/app/views/exo/admin/{application/_sidebar.html.haml → _sidebar.html.haml} +0 -0
- data/app/views/exo/admin/{application/_sidenav.html.haml → _sidenav.html.haml} +23 -17
- data/app/views/exo/admin/contributors/index.html.haml +1 -1
- data/app/views/exo/admin/{application/fields → fields}/_image.html.haml +0 -0
- data/app/views/exo/admin/{application/fields → fields}/_markdown.html.haml +0 -0
- data/app/views/exo/admin/items/show.html.haml +3 -3
- data/app/views/exo/admin/resources/index.html.haml +1 -1
- data/app/views/exo/admin/routes/index.html.haml +1 -1
- data/app/views/exo/admin/routes/show.html.haml +1 -1
- data/app/views/layouts/{application.html.erb → application.html.erb.tmp} +0 -0
- data/app/views/layouts/exo/admin/application.html.haml +1 -1
- data/app/views/layouts/exo/admin/editor.html.haml +2 -2
- data/config/initializers/devise.rb +27 -19
- data/config/routes.rb +1 -0
- data/lib/exo.rb +18 -7
- data/lib/exo/engine.rb +0 -2
- data/lib/exo/regexp.rb +7 -5
- data/lib/exo/version.rb +1 -1
- data/lib/generators/exo/install_generator.rb +20 -0
- data/lib/generators/exo/templates/engine_routes.rb +2 -0
- data/lib/generators/exo/templates/gems.rb +5 -0
- data/lib/generators/exo/templates/initializer.rb +5 -0
- data/spec/dummy/app/controllers/exo/admin/customs_controller.rb +1 -1
- data/spec/dummy/app/controllers/my_app/site_customs_controller.rb +1 -1
- data/spec/dummy/app/views/{a_sierra_theme → an_exo_theme}/a_page.html.haml +0 -0
- data/spec/dummy/app/views/an_exo_theme/a_page_with_block.html.haml +3 -0
- data/spec/dummy/app/views/layouts/{a_sierra_theme → an_exo_theme}/application.html.erb +0 -0
- data/spec/dummy/app/views/layouts/demo/application.html.haml +3 -3
- data/spec/dummy/config/application.rb +2 -1
- data/spec/dummy/config/initializers/exo.rb +2 -0
- data/spec/dummy/log/development.log +1938 -1
- data/spec/dummy/tmp/cache/assets/development/sprockets/03bec07d16adc41979a9767aaf23a5bf +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/05d652e83e6b6823771fca143eabff87 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/063d6d3a982ac3bfa05750bd3d01416e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0b8cbd6c43ff11ed3ab96976a2e98e2b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0c48f6c7a09d069017a22749c940fd6a +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0da0612d0055abcde88349af8cbdaffc +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0e1b30ba4880626e3c136ff23d15f277 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0f621a895f3d0916a756a8c7313c7120 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/18fedf436371d2979b37a490e2cbcacf +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1f93865a20acec72a1870a7f9d348cc0 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/219ff56291853001c0fe482a28484813 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/224aace438e22fd51b5b2b6a45a4d69f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/24d0fbc91349d4114a1eefbe058c8fba +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2a6027bbfa613448003ab80bfc3249f2 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2c71b158948039606eb85485d93ed206 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3360fbdb00ed8ef59706becb7dbb41e4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/34f82b1703cb8350ca18f16392967779 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3b300b301493f1baf5d9dc2969701185 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3d2b5b35fe7888d5139899d2e067d2ce +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3dfa6cb0540572b6362a1d5e6a1f6d26 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/412b23d9dc12a05a414cae1e5a3fbbf8 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/41acdde13a0132b81cbc4951661048cb +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/41d37ff244c3daef0583214fbef2c560 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/48c744a9d1e3e5b052f995545823c315 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/497a85ce66b5ead32a647661d0bada21 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/4a5a6e9cf9074d00b627b83cf85c62f9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/4cd21bd7ac15013e918411a6001c4472 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/576d1d5819328f9c5e52bbec45cb991e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/6089ad88fceb548141d376101c88bc94 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/667b895b188f4435053278e2497ac7b9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/6df5499acca0edd86677d5beec5c2b18 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/716d07423ee379b258338cb932e39d25 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/717887cd48fa79a99d0c71e392750d58 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/727bcd360e44edbb990ea53347896a64 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/73f77b33ce0f17becb6e75ff1082c43e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/741b8483fbcabf9c321f7db58e78c3d8 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/759a59934e8cb39ace939db6b3ca6c1a +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/76d85daa1c4000f529bf26504ebde8d9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7888c5b61b2cd04d7ee4cf78ab510eb5 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/797b3e33d6e04a512949c083da9c8819 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7ccfc79620770d38c5bd539c16fca755 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7eee5343ea643e8ac6dfa9282bbc4547 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7ef0c015d0ad290b8ffcd526afb67834 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/85556c6543bc5bde199eee0c8096d83e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/86d06f76cdbdc83c9621c928d42fa346 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/8bb68b74b9c6d04b2172ef5589d5b1a5 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/905ad43b3fc55108ad345c6255ddcfb8 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/9a65689623c3096b82dd97819ef02b79 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/9b1352fb7f42bed64bf100b191511e0d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a7244c34cc0ff696fbfe2fccb04cb04b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b162acd8d30fdf3dd12192251e427c66 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b30e4385f999fefded784baa3436ecd3 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b9df96c25252b82da00791df6d017199 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ba27cf3baf39fb89f47836875af24dd8 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c02127f4958e88d15dad1754931334aa +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ca6ae3b0212906e203a675ad02a7729e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cb679ef7ff0235de4855aa5ee7c4fb27 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cb9e847b58fe12c042e8e608905c4c38 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/db9141fa82b703a2439a562438fc6f04 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/e3efb6f18e9d6f7f1f7a2bfdb4a616d3 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/e5182eea228cd4e352dc35de5b86d387 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f20c3ba49438960a7f1184ec1aece636 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f3c6a93068f488ad8f54bf72f206fa3b +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f952832de9d68bc78aae760f4d85d675 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/fca2562e4bd00a9aaf122c2a9e76eea5 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/1117950fc1adf8b31294376d9067eb7feadc7de0/colorize.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/1117950fc1adf8b31294376d9067eb7feadc7de0/content.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/1117950fc1adf8b31294376d9067eb7feadc7de0/header.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/1117950fc1adf8b31294376d9067eb7feadc7de0/sidebar.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/1117950fc1adf8b31294376d9067eb7feadc7de0/tables.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/1117950fc1adf8b31294376d9067eb7feadc7de0/wrapper.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/238d7e2ec3d3030371e96efa23f1677a0a064045/_functions.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_accordion.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_alert-boxes.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_block-grid.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_breadcrumbs.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_button-groups.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_buttons.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_clearing.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_dropdown-buttons.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_dropdown.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_flex-video.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_forms.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_global.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_grid.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_inline-lists.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_joyride.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_keystrokes.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_labels.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_magellan.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_offcanvas.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_orbit.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_pagination.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_panels.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_pricing-tables.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_progress-bars.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_reveal.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_side-nav.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_split-buttons.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_sub-nav.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_switch.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_tables.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_tabs.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_thumbs.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_tooltips.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_top-bar.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_type.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/277777414a383c3fe6a5a46b95c6fecc44307daf/_visibility.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/54bc91a8b995104fa44ba264c53dbd8d0a6ce1eb/font-awesome.css.erbc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/689cee5da0d308518a9400df205830efb3b2004b/foundation.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/868bdcd3c8e6bd73d750879e972f235f451b00af/application.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/868bdcd3c8e6bd73d750879e972f235f451b00af/foundation_and_overrides.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/868bdcd3c8e6bd73d750879e972f235f451b00af/responsive-tables.cssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/05d652e83e6b6823771fca143eabff87 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/063d6d3a982ac3bfa05750bd3d01416e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0b8cbd6c43ff11ed3ab96976a2e98e2b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0da0612d0055abcde88349af8cbdaffc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0e1b30ba4880626e3c136ff23d15f277 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0f621a895f3d0916a756a8c7313c7120 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1f93865a20acec72a1870a7f9d348cc0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/224aace438e22fd51b5b2b6a45a4d69f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2a6027bbfa613448003ab80bfc3249f2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/3360fbdb00ed8ef59706becb7dbb41e4 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/34f82b1703cb8350ca18f16392967779 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/3d2b5b35fe7888d5139899d2e067d2ce +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/412b23d9dc12a05a414cae1e5a3fbbf8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/41d37ff244c3daef0583214fbef2c560 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/447161da5ee42f4d3b0702a328975499 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4a5a6e9cf9074d00b627b83cf85c62f9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4cd21bd7ac15013e918411a6001c4472 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/576d1d5819328f9c5e52bbec45cb991e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/5e9e6e4b1c4bb6da2f89517e17fdca8b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/6089ad88fceb548141d376101c88bc94 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/6df5499acca0edd86677d5beec5c2b18 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/717887cd48fa79a99d0c71e392750d58 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/73f77b33ce0f17becb6e75ff1082c43e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/741b8483fbcabf9c321f7db58e78c3d8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/759a59934e8cb39ace939db6b3ca6c1a +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/76d85daa1c4000f529bf26504ebde8d9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7888c5b61b2cd04d7ee4cf78ab510eb5 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7eee5343ea643e8ac6dfa9282bbc4547 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7ef0c015d0ad290b8ffcd526afb67834 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/85556c6543bc5bde199eee0c8096d83e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/86d06f76cdbdc83c9621c928d42fa346 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/905ad43b3fc55108ad345c6255ddcfb8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/9a65689623c3096b82dd97819ef02b79 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a7244c34cc0ff696fbfe2fccb04cb04b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b30e4385f999fefded784baa3436ecd3 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b9df96c25252b82da00791df6d017199 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ba27cf3baf39fb89f47836875af24dd8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c02127f4958e88d15dad1754931334aa +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ca6ae3b0212906e203a675ad02a7729e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cb679ef7ff0235de4855aa5ee7c4fb27 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cb9e847b58fe12c042e8e608905c4c38 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/db9141fa82b703a2439a562438fc6f04 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e3efb6f18e9d6f7f1f7a2bfdb4a616d3 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e5182eea228cd4e352dc35de5b86d387 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f20c3ba49438960a7f1184ec1aece636 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f3c6a93068f488ad8f54bf72f206fa3b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f94211d95775b7b113ff83fbab9d96e5 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f952832de9d68bc78aae760f4d85d675 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/fca2562e4bd00a9aaf122c2a9e76eea5 +0 -0
- data/spec/features/admin/routes/details_spec.rb +1 -1
- data/spec/features/front/page_blocks/defined_spec.rb +1 -1
- data/spec/features/front/page_blocks/undefined_spec.rb +1 -1
- data/spec/features/front/routes/page_spec.rb +1 -1
- data/spec/generators/exo/install_generator_spec.rb +41 -0
- data/spec/models/{sierra → exo}/contributor_spec.rb +0 -0
- data/spec/models/{sierra → exo}/site_spec.rb +0 -0
- data/spec/spec_helper.rb +8 -2
- data/spec/support/factories/block_factory.rb +1 -1
- data/spec/templates/fake_routes.rb +3 -0
- metadata +303 -360
- data/app/controllers/concerns/exo/host_filter.rb +0 -22
- data/app/controllers/exo/application_controller.rb +0 -6
- data/app/presenters/exo/item_presenter.rb +0 -19
- data/app/presenters/exo/resource_presenter.rb +0 -25
- data/app/presenters/exo/route_presenter.rb +0 -33
- data/app/presenters/exo/site_presenter.rb +0 -35
- data/app/services/exo/tick.rb +0 -36
- data/spec/dummy/app/views/a_sierra_theme/a_page_with_block.html.haml +0 -3
- data/spec/dummy/tmp/pids/server.pid +0 -1
File without changes
|
File without changes
|
@@ -1,11 +1,11 @@
|
|
1
1
|
!!!
|
2
2
|
%html
|
3
3
|
%head
|
4
|
-
%title= @page_name ||
|
4
|
+
%title= @page_name || exo_site.slug_id
|
5
5
|
%meta{'http-equiv' => "content-language", :content => 'fr'}
|
6
6
|
%meta{'http-equiv' => "Content-Type", :content => "text/html; charset=ISO-8859-1"}
|
7
|
-
= stylesheet_link_tag
|
8
|
-
= javascript_include_tag
|
7
|
+
= stylesheet_link_tag exo_site.nest_path(:application), media: "all", "data-turbolinks-track" => true
|
8
|
+
= javascript_include_tag exo_site.nest_path(:application), "data-turbolinks-track" => true
|
9
9
|
= csrf_meta_tags
|
10
10
|
%body
|
11
11
|
= yield
|
@@ -2970,7 +2970,7 @@ Processing by Exo::Admin::SiteController#show as HTML
|
|
2970
2970
|
Completed 500 Internal Server Error in 147ms
|
2971
2971
|
|
2972
2972
|
ArgumentError (wrong number of arguments (0 for 1)):
|
2973
|
-
/Users/proxygear/Code/sierra/engine/app/services/exo/
|
2973
|
+
/Users/proxygear/Code/sierra/engine/app/services/exo/exod.rb:22:in `domain_redirection?'
|
2974
2974
|
/Users/proxygear/Code/sierra/engine/app/controllers/concerns/exo/host_filter.rb:19:in `tick_host!'
|
2975
2975
|
activesupport (4.0.2) lib/active_support/callbacks.rb:387:in `_run__2281003639027059523__process_action__callbacks'
|
2976
2976
|
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
@@ -16104,3 +16104,1940 @@ Completed 404 Not Found in 43ms (Views: 40.4ms)
|
|
16104
16104
|
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"slug_id"=>"demo"}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9530ms
|
16105
16105
|
MOPED: 127.0.0.1:27017 UPDATE database=exo_development collection=exo_sites selector={"_id"=>BSON::ObjectId('52e81ac162656eda7a000000')} update={"$push"=>{"routes"=>{"_id"=>BSON::ObjectId('52ea727562656efcdd000000'), "_type"=>"Exo::Route::Page", "slug_id"=>"post", "path"=>"/post/:post_slug_id", "view_path"=>"/posts/show", "updated_at"=>2014-01-30 15:40:37 UTC, "created_at"=>2014-01-30 15:40:37 UTC}}} flags=[]
|
16106
16106
|
COMMAND database=exo_development command={:getlasterror=>1, :w=>1} runtime: 0.8660ms
|
16107
|
+
|
16108
|
+
|
16109
|
+
Started GET "/" for 127.0.0.1 at 2014-02-11 15:53:28 +0100
|
16110
|
+
Processing by Rails::WelcomeController#index as HTML
|
16111
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/railties-4.0.2/lib/rails/templates/rails/welcome/index.html.erb (3.4ms)
|
16112
|
+
Completed 200 OK in 27ms (Views: 26.4ms)
|
16113
|
+
|
16114
|
+
|
16115
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 15:53:34 +0100
|
16116
|
+
|
16117
|
+
ActionController::RoutingError (No route matches [GET] "/admin"):
|
16118
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
16119
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16120
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
16121
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
16122
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
16123
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
16124
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
16125
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
16126
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16127
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
16128
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
16129
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
16130
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16131
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
16132
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
16133
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16134
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
16135
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16136
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
16137
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
16138
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
16139
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
16140
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
16141
|
+
|
16142
|
+
|
16143
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
16144
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms)
|
16145
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
|
16146
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (25.8ms)
|
16147
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (132.3ms)
|
16148
|
+
|
16149
|
+
|
16150
|
+
Started GET "/admin/sign_in" for 127.0.0.1 at 2014-02-11 15:54:00 +0100
|
16151
|
+
|
16152
|
+
ActionController::RoutingError (No route matches [GET] "/admin/sign_in"):
|
16153
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
16154
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16155
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
16156
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
16157
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
16158
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
16159
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
16160
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
16161
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16162
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
16163
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
16164
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
16165
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16166
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
16167
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
16168
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16169
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
16170
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16171
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
16172
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
16173
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
16174
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
16175
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
16176
|
+
|
16177
|
+
|
16178
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
16179
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.9ms)
|
16180
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.0ms)
|
16181
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms)
|
16182
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (64.2ms)
|
16183
|
+
|
16184
|
+
|
16185
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 16:19:06 +0100
|
16186
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16187
|
+
Parameters: {"route_path"=>"/"}
|
16188
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 12.1010ms
|
16189
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 234.8940ms
|
16190
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 4.5810ms
|
16191
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/site/show.html.haml within layouts/exo/admin/application (3.4ms)
|
16192
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 0.8660ms
|
16193
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/application/_header.html.haml (13.6ms)
|
16194
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/application/_sidenav.html.haml (213.8ms)
|
16195
|
+
Completed 200 OK in 1165ms (Views: 859.6ms)
|
16196
|
+
|
16197
|
+
|
16198
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16199
|
+
|
16200
|
+
|
16201
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16202
|
+
|
16203
|
+
|
16204
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16205
|
+
|
16206
|
+
|
16207
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16208
|
+
|
16209
|
+
|
16210
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16211
|
+
|
16212
|
+
|
16213
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16214
|
+
|
16215
|
+
|
16216
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16217
|
+
|
16218
|
+
|
16219
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16220
|
+
|
16221
|
+
|
16222
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16223
|
+
|
16224
|
+
|
16225
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16226
|
+
|
16227
|
+
|
16228
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16229
|
+
|
16230
|
+
|
16231
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16232
|
+
|
16233
|
+
|
16234
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16235
|
+
|
16236
|
+
|
16237
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16238
|
+
|
16239
|
+
|
16240
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16241
|
+
|
16242
|
+
|
16243
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16244
|
+
|
16245
|
+
|
16246
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16247
|
+
|
16248
|
+
|
16249
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16250
|
+
|
16251
|
+
|
16252
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16253
|
+
|
16254
|
+
|
16255
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16256
|
+
|
16257
|
+
|
16258
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16259
|
+
|
16260
|
+
|
16261
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:08 +0100
|
16262
|
+
|
16263
|
+
|
16264
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 16:19:09 +0100
|
16265
|
+
|
16266
|
+
|
16267
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-11 16:19:09 +0100
|
16268
|
+
|
16269
|
+
|
16270
|
+
Started GET "/admin/favicon.ico" for 127.0.0.1 at 2014-02-11 16:19:09 +0100
|
16271
|
+
Processing by Exo::PagesController#serve_page as
|
16272
|
+
Parameters: {"route_path"=>"admin/favicon"}
|
16273
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 4.7770ms
|
16274
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8320ms
|
16275
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/errors/_unknow_path.html.haml (1.3ms)
|
16276
|
+
Completed 404 Not Found in 52ms (Views: 15.4ms)
|
16277
|
+
|
16278
|
+
|
16279
|
+
Started DELETE "/admin/sign_out" for 127.0.0.1 at 2014-02-11 16:19:21 +0100
|
16280
|
+
Processing by Exo::Admin::SessionsController#destroy as HTML
|
16281
|
+
Parameters: {"authenticity_token"=>"6/DBXSqklV6DvBjZAnHjJrWD87jhPxvK7B4OyNNPk1g="}
|
16282
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7120ms
|
16283
|
+
Redirected to http://localhost:3000/
|
16284
|
+
Completed 302 Found in 59ms
|
16285
|
+
|
16286
|
+
|
16287
|
+
Started GET "/" for 127.0.0.1 at 2014-02-11 16:19:21 +0100
|
16288
|
+
Processing by Exo::PagesController#serve_page as HTML
|
16289
|
+
Parameters: {"route_path"=>"/"}
|
16290
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.6050ms
|
16291
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/errors/_unknow_path.html.haml (0.2ms)
|
16292
|
+
Completed 404 Not Found in 17ms (Views: 13.2ms)
|
16293
|
+
|
16294
|
+
|
16295
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 16:19:24 +0100
|
16296
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16297
|
+
Parameters: {"route_path"=>"/"}
|
16298
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8480ms
|
16299
|
+
Completed 401 Unauthorized in 18ms
|
16300
|
+
|
16301
|
+
|
16302
|
+
Started GET "/admin/sign_in" for 127.0.0.1 at 2014-02-11 16:19:24 +0100
|
16303
|
+
Processing by Exo::Admin::SessionsController#new as HTML
|
16304
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/devise-3.2.2/app/views/devise/shared/_links.erb (2.3ms)
|
16305
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/devise-3.2.2/app/views/devise/sessions/new.html.erb within layouts/devise (43.1ms)
|
16306
|
+
Completed 200 OK in 72ms (Views: 68.7ms)
|
16307
|
+
|
16308
|
+
|
16309
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 21:52:24 +0100
|
16310
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16311
|
+
Parameters: {"route_path"=>"/"}
|
16312
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 1.3790ms
|
16313
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6890ms
|
16314
|
+
Completed 500 Internal Server Error in 11ms
|
16315
|
+
|
16316
|
+
NoMethodError (undefined method `main_host' for #<Exo::SitePresenter:0x00000101e9ea60>):
|
16317
|
+
/Users/proxygear/Code/sierra/engine/app/services/exo/router.rb:16:in `domain_redirection?'
|
16318
|
+
/Users/proxygear/Code/sierra/engine/app/controllers/concerns/exo/host_filter.rb:26:in `exo_host_redirection!'
|
16319
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:407:in `_run__1183928889586603974__process_action__callbacks'
|
16320
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16321
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
16322
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16323
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
16324
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
16325
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16326
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
16327
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16328
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
16329
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
16330
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
16331
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
16332
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16333
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
16334
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
16335
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
16336
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
16337
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16338
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16339
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16340
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16341
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16342
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
16343
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16344
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16345
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16346
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16347
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
16348
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16349
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16350
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16351
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
16352
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
16353
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
16354
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16355
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
16356
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
16357
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
16358
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
16359
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16360
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2003972983579788630__call__callbacks'
|
16361
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16362
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16363
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
16364
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
16365
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16366
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16367
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
16368
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
16369
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
16370
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
16371
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
16372
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
16373
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16374
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
16375
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
16376
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
16377
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16378
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
16379
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
16380
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16381
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
16382
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16383
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
16384
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
16385
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
16386
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
16387
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
16388
|
+
|
16389
|
+
|
16390
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
|
16391
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
16392
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (42.5ms)
|
16393
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (75.8ms)
|
16394
|
+
|
16395
|
+
|
16396
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 21:53:49 +0100
|
16397
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16398
|
+
Parameters: {"route_path"=>"/"}
|
16399
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5430ms
|
16400
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6190ms
|
16401
|
+
Completed 500 Internal Server Error in 7ms
|
16402
|
+
|
16403
|
+
NameError (uninitialized constant Exo::Router::SitePresenter):
|
16404
|
+
/Users/proxygear/Code/sierra/engine/app/services/exo/router.rb:12:in `initialize'
|
16405
|
+
/Users/proxygear/Code/sierra/engine/app/services/exo/router.rb:8:in `new'
|
16406
|
+
/Users/proxygear/Code/sierra/engine/app/services/exo/router.rb:8:in `for_host!'
|
16407
|
+
/Users/proxygear/Code/sierra/engine/app/controllers/concerns/exo/host_filter.rb:22:in `exo_host_acceptance!'
|
16408
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:397:in `_run__1183928889586603974__process_action__callbacks'
|
16409
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16410
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
16411
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16412
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
16413
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
16414
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16415
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
16416
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16417
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
16418
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
16419
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
16420
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
16421
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16422
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
16423
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
16424
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
16425
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
16426
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16427
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16428
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16429
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16430
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16431
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
16432
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16433
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16434
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16435
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16436
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
16437
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16438
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16439
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16440
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
16441
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
16442
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
16443
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16444
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
16445
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
16446
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
16447
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
16448
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16449
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2003972983579788630__call__callbacks'
|
16450
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16451
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16452
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
16453
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
16454
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16455
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16456
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
16457
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
16458
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
16459
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
16460
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
16461
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
16462
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16463
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
16464
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
16465
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
16466
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16467
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
16468
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
16469
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16470
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
16471
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16472
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
16473
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
16474
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
16475
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
16476
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
16477
|
+
|
16478
|
+
|
16479
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
|
16480
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
16481
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
|
16482
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.2ms)
|
16483
|
+
|
16484
|
+
|
16485
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 21:54:39 +0100
|
16486
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16487
|
+
Parameters: {"route_path"=>"/"}
|
16488
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5190ms
|
16489
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.0670ms
|
16490
|
+
Completed 500 Internal Server Error in 7ms
|
16491
|
+
|
16492
|
+
NoMethodError (undefined method `main_host' for #<Exo::SiteDecorator:0x00000103213320>):
|
16493
|
+
/Users/proxygear/Code/sierra/engine/app/services/exo/router.rb:16:in `domain_redirection?'
|
16494
|
+
/Users/proxygear/Code/sierra/engine/app/controllers/concerns/exo/host_filter.rb:26:in `exo_host_redirection!'
|
16495
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:407:in `_run__1183928889586603974__process_action__callbacks'
|
16496
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16497
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
16498
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16499
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
16500
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
16501
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16502
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
16503
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16504
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
16505
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
16506
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
16507
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
16508
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16509
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
16510
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
16511
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
16512
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
16513
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16514
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16515
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16516
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16517
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16518
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
16519
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16520
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16521
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16522
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16523
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
16524
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16525
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16526
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16527
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
16528
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
16529
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
16530
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16531
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
16532
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
16533
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
16534
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
16535
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16536
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2003972983579788630__call__callbacks'
|
16537
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16538
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16539
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
16540
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
16541
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16542
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16543
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
16544
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
16545
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
16546
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
16547
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
16548
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
16549
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16550
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
16551
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
16552
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
16553
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16554
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
16555
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
16556
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16557
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
16558
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16559
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
16560
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
16561
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
16562
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
16563
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
16564
|
+
|
16565
|
+
|
16566
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms)
|
16567
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
16568
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
|
16569
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.6ms)
|
16570
|
+
|
16571
|
+
|
16572
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 21:59:04 +0100
|
16573
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16574
|
+
Parameters: {"route_path"=>"/"}
|
16575
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5150ms
|
16576
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6100ms
|
16577
|
+
Completed 401 Unauthorized in 119ms
|
16578
|
+
|
16579
|
+
|
16580
|
+
Started GET "/admin/sign_in" for 127.0.0.1 at 2014-02-11 21:59:04 +0100
|
16581
|
+
Processing by Exo::Admin::SessionsController#new as HTML
|
16582
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/contributors/shared/_links.haml (3.6ms)
|
16583
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/contributors/sessions/new.html.haml within layouts/devise (258.3ms)
|
16584
|
+
Completed 200 OK in 400ms (Views: 396.0ms)
|
16585
|
+
|
16586
|
+
|
16587
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 21:59:05 +0100
|
16588
|
+
|
16589
|
+
|
16590
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-11 21:59:05 +0100
|
16591
|
+
|
16592
|
+
|
16593
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-11 21:59:05 +0100
|
16594
|
+
|
16595
|
+
|
16596
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 21:59:05 +0100
|
16597
|
+
|
16598
|
+
|
16599
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-11 21:59:05 +0100
|
16600
|
+
|
16601
|
+
|
16602
|
+
Started POST "/admin/sign_in" for 127.0.0.1 at 2014-02-11 21:59:13 +0100
|
16603
|
+
Processing by Exo::Admin::SessionsController#create as HTML
|
16604
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"GVO49NzQs9VRmG2jXpvliM0OyD75hnMrIxsVzkQG818=", "contributor"=>{"email"=>"devanth@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
|
16605
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5350ms
|
16606
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"email"=>"devanth@gmail.com"}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6130ms
|
16607
|
+
MOPED: 127.0.0.1:27017 UPDATE database=exo_development collection=exo_contributors selector={"_id"=>BSON::ObjectId('52e8211362656edbb8000000')} update={"$set"=>{"last_sign_in_at"=>2014-01-28 23:21:21 UTC, "current_sign_in_at"=>2014-02-11 20:59:13 UTC, "sign_in_count"=>4, "updated_at"=>2014-02-11 20:59:13 UTC}} flags=[]
|
16608
|
+
COMMAND database=exo_development command={:getlasterror=>1, :w=>1} runtime: 0.8390ms
|
16609
|
+
Redirected to http://localhost:3000/admin
|
16610
|
+
Completed 302 Found in 147ms
|
16611
|
+
|
16612
|
+
|
16613
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 21:59:13 +0100
|
16614
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16615
|
+
Parameters: {"route_path"=>"/"}
|
16616
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8940ms
|
16617
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4700ms
|
16618
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/site/show.html.haml within layouts/exo/admin/application (69.9ms)
|
16619
|
+
Completed 500 Internal Server Error in 108ms
|
16620
|
+
|
16621
|
+
ActionView::Template::Error (undefined local variable or method `exod' for #<#<Class:0x000001078186b8>:0x000001078239c8>):
|
16622
|
+
1: !!!
|
16623
|
+
2: %html
|
16624
|
+
3: %head
|
16625
|
+
4: %title= @page_title || "Exo-#{exo_site.slug_id.capitalize}"
|
16626
|
+
5: %link{rel: 'shortcut icon', href: asset_path('admin/favicon.ico')}
|
16627
|
+
6: %meta{'http-equiv' => 'content-language', :content => 'fr'}
|
16628
|
+
7: %meta{'http-equiv' => 'Content-Type', :content => 'text/html; charset=ISO-8859-1'}
|
16629
|
+
/Users/proxygear/Code/sierra/engine/app/views/layouts/exo/admin/application.html.haml:4:in `___sers_proxygear__ode_sierra_engine_app_views_layouts_exo_admin_application_html_haml___2085686748732681856_2190940580'
|
16630
|
+
actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
|
16631
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
|
16632
|
+
actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
|
16633
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
16634
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
16635
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
16636
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
16637
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
|
16638
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
|
16639
|
+
actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
16640
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
16641
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
16642
|
+
actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
16643
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
|
16644
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
16645
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
16646
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
16647
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
|
16648
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
16649
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
16650
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
16651
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
16652
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
16653
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
16654
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
|
16655
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16656
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
16657
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:423:in `_run__1183928889586603974__process_action__callbacks'
|
16658
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16659
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
16660
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16661
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
16662
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
16663
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16664
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
16665
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16666
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
16667
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
16668
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
16669
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
16670
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16671
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
16672
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
16673
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
16674
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
16675
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16676
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16677
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16678
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16679
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16680
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
16681
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16682
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16683
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16684
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16685
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
16686
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16687
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16688
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16689
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
16690
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
16691
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
16692
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16693
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
16694
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
16695
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
16696
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
16697
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16698
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2003972983579788630__call__callbacks'
|
16699
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16700
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16701
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
16702
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
16703
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16704
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16705
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
16706
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
16707
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
16708
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
16709
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
16710
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
16711
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16712
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
16713
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
16714
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
16715
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16716
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
16717
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
16718
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16719
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
16720
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16721
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
16722
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
16723
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
16724
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
16725
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
16726
|
+
|
16727
|
+
|
16728
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
16729
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
16730
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.6ms)
|
16731
|
+
|
16732
|
+
|
16733
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 22:00:42 +0100
|
16734
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16735
|
+
Parameters: {"route_path"=>"/"}
|
16736
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.6670ms
|
16737
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6540ms
|
16738
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6580ms
|
16739
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/site/show.html.haml within layouts/exo/admin/application (0.2ms)
|
16740
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (29.7ms)
|
16741
|
+
Completed 500 Internal Server Error in 248ms
|
16742
|
+
|
16743
|
+
ActionView::Template::Error (undefined local variable or method `exo_site' for #<#<Class:0x000001035768f0>:0x00000103575838>):
|
16744
|
+
4: %h1
|
16745
|
+
5: = link_to admin_root_url do
|
16746
|
+
6: %i.fa.fa-home.fa-fw
|
16747
|
+
7: = exo_site.slug_id.capitalize
|
16748
|
+
8: %li.name.hide-for-medium-up
|
16749
|
+
9: %h1
|
16750
|
+
10: %a.toggle-sidenav{href: '#'}
|
16751
|
+
/Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml:7:in `block in ___sers_proxygear__ode_sierra_engine_app_views_exo_admin__header_html_haml__777906946096767851_2176814100'
|
16752
|
+
haml (4.0.5) lib/haml/helpers.rb:368:in `call'
|
16753
|
+
haml (4.0.5) lib/haml/helpers.rb:368:in `block in capture_haml'
|
16754
|
+
haml (4.0.5) lib/haml/helpers.rb:608:in `with_haml_buffer'
|
16755
|
+
haml (4.0.5) lib/haml/helpers.rb:364:in `capture_haml'
|
16756
|
+
haml (4.0.5) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss'
|
16757
|
+
haml (4.0.5) lib/haml/helpers/action_view_mods.rb:45:in `capture_with_haml'
|
16758
|
+
actionpack (4.0.2) lib/action_view/helpers/tag_helper.rb:94:in `content_tag'
|
16759
|
+
haml (4.0.5) lib/haml/helpers/action_view_mods.rb:69:in `content_tag_with_haml'
|
16760
|
+
actionpack (4.0.2) lib/action_view/helpers/url_helper.rb:183:in `link_to'
|
16761
|
+
/Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml:5:in `___sers_proxygear__ode_sierra_engine_app_views_exo_admin__header_html_haml__777906946096767851_2176814100'
|
16762
|
+
actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
|
16763
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
|
16764
|
+
actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
|
16765
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
16766
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
16767
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
16768
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
16769
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16770
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
16771
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
16772
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
16773
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
16774
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:21:in `render'
|
16775
|
+
actionpack (4.0.2) lib/action_view/helpers/rendering_helper.rb:24:in `render'
|
16776
|
+
haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
|
16777
|
+
haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml'
|
16778
|
+
haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
|
16779
|
+
/Users/proxygear/Code/sierra/engine/app/views/layouts/exo/admin/application.html.haml:18:in `___sers_proxygear__ode_sierra_engine_app_views_layouts_exo_admin_application_html_haml___2085686748732681856_2175875580'
|
16780
|
+
actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
|
16781
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
|
16782
|
+
actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
|
16783
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
16784
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
16785
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
16786
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
16787
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
|
16788
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
|
16789
|
+
actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
16790
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
16791
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
16792
|
+
actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
16793
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
|
16794
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
16795
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
16796
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
16797
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
|
16798
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
16799
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
16800
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
16801
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
16802
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
16803
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
16804
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
|
16805
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16806
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
16807
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:423:in `_run__1183928889586603974__process_action__callbacks'
|
16808
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16809
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
16810
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16811
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
16812
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
16813
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16814
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
16815
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16816
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
16817
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
16818
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
16819
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
16820
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16821
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
16822
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
16823
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
16824
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
16825
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16826
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16827
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16828
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16829
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16830
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
16831
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16832
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16833
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16834
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16835
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
16836
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16837
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16838
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16839
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
16840
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
16841
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
16842
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16843
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
16844
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
16845
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
16846
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
16847
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16848
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2003972983579788630__call__callbacks'
|
16849
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16850
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16851
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
16852
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
16853
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16854
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16855
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
16856
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
16857
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
16858
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
16859
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
16860
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
16861
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
16862
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
16863
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
16864
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
16865
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16866
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
16867
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
16868
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16869
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
16870
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
16871
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
16872
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
16873
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
16874
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
16875
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
16876
|
+
|
16877
|
+
|
16878
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
16879
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
16880
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms)
|
16881
|
+
|
16882
|
+
|
16883
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 22:04:44 +0100
|
16884
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
16885
|
+
Parameters: {"route_path"=>"/"}
|
16886
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 1.0030ms
|
16887
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6280ms
|
16888
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7010ms
|
16889
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/site/show.html.haml within layouts/exo/admin/application (3.6ms)
|
16890
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 1.0550ms
|
16891
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (90.7ms)
|
16892
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (74.1ms)
|
16893
|
+
Completed 500 Internal Server Error in 85179ms
|
16894
|
+
|
16895
|
+
ActionView::Template::Error (undefined method `exists?' for nil:NilClass):
|
16896
|
+
11: = link_to s.path do
|
16897
|
+
12: %i.fa.fa-star.fa-fw
|
16898
|
+
13: = resource.name
|
16899
|
+
14: - if exo_site.resources.exists?
|
16900
|
+
15: %li
|
16901
|
+
16: %h4 Resources
|
16902
|
+
17: - exo_site.resources.asc(:name).each do |resource|
|
16903
|
+
/Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml:14:in `___sers_proxygear__ode_sierra_engine_app_views_exo_admin__sidenav_html_haml___781149597193161037_2174627100'
|
16904
|
+
actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
|
16905
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
|
16906
|
+
actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
|
16907
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
16908
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
16909
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
16910
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
16911
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16912
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
16913
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
16914
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
16915
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
16916
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:21:in `render'
|
16917
|
+
actionpack (4.0.2) lib/action_view/helpers/rendering_helper.rb:24:in `render'
|
16918
|
+
haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
|
16919
|
+
haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml'
|
16920
|
+
haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
|
16921
|
+
/Users/proxygear/Code/sierra/engine/app/views/layouts/exo/admin/application.html.haml:20:in `___sers_proxygear__ode_sierra_engine_app_views_layouts_exo_admin_application_html_haml___430878889187167125_2202714380'
|
16922
|
+
actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
|
16923
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
|
16924
|
+
actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
|
16925
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
16926
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
16927
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
16928
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
16929
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
|
16930
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
|
16931
|
+
actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
16932
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
16933
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
16934
|
+
actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
16935
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
|
16936
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
16937
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
16938
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
16939
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
|
16940
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
16941
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
16942
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
16943
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
16944
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
16945
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
16946
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
|
16947
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
16948
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
16949
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:423:in `_run__2166395029966295055__process_action__callbacks'
|
16950
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16951
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
16952
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
16953
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
16954
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
16955
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
16956
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
16957
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
16958
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
16959
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
16960
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
16961
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
16962
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
16963
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
16964
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
16965
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
16966
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
16967
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16968
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16969
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16970
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16971
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
16972
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
16973
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
16974
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
16975
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
16976
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
16977
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
16978
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
16979
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
16980
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
16981
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
16982
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
16983
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
16984
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
16985
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
16986
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
16987
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
16988
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
16989
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
16990
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__4197936588982204683__call__callbacks'
|
16991
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
16992
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
16993
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
16994
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
16995
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
16996
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
16997
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
16998
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
16999
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
17000
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
17001
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
17002
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
17003
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
17004
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
17005
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
17006
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
17007
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
17008
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
17009
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
17010
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
17011
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
17012
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
17013
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
17014
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
17015
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
17016
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
17017
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
17018
|
+
|
17019
|
+
|
17020
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
17021
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
|
17022
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (27.2ms)
|
17023
|
+
|
17024
|
+
|
17025
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 22:06:11 +0100
|
17026
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
17027
|
+
Parameters: {"route_path"=>"/"}
|
17028
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 5.4310ms
|
17029
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.2170ms
|
17030
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/site/show.html.haml within layouts/exo/admin/application (0.2ms)
|
17031
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 0.9620ms
|
17032
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (7.0ms)
|
17033
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (40.1ms)
|
17034
|
+
Completed 500 Internal Server Error in 28121ms
|
17035
|
+
|
17036
|
+
ActionView::Template::Error (undefined method `exists?' for nil:NilClass):
|
17037
|
+
11: = link_to s.path do
|
17038
|
+
12: %i.fa.fa-star.fa-fw
|
17039
|
+
13: = resource.name
|
17040
|
+
14: - if exo_site.resources.exists?
|
17041
|
+
15: %li
|
17042
|
+
16: %h4 Resources
|
17043
|
+
17: - exo_site.resources.asc(:name).each do |resource|
|
17044
|
+
/Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml:14:in `___sers_proxygear__ode_sierra_engine_app_views_exo_admin__sidenav_html_haml___781149597193161037_2174627100'
|
17045
|
+
actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
|
17046
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
|
17047
|
+
actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
|
17048
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
|
17049
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
|
17050
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
17051
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
17052
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
17053
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
17054
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
17055
|
+
actionpack (4.0.2) lib/action_view/renderer/partial_renderer.rb:278:in `render'
|
17056
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:47:in `render_partial'
|
17057
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:21:in `render'
|
17058
|
+
actionpack (4.0.2) lib/action_view/helpers/rendering_helper.rb:24:in `render'
|
17059
|
+
haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `block in render_with_haml'
|
17060
|
+
haml (4.0.5) lib/haml/helpers.rb:89:in `non_haml'
|
17061
|
+
haml (4.0.5) lib/haml/helpers/action_view_mods.rb:10:in `render_with_haml'
|
17062
|
+
/Users/proxygear/Code/sierra/engine/app/views/layouts/exo/admin/application.html.haml:20:in `___sers_proxygear__ode_sierra_engine_app_views_layouts_exo_admin_application_html_haml___430878889187167125_2202714380'
|
17063
|
+
actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
|
17064
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
|
17065
|
+
actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
|
17066
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
17067
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
17068
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
17069
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
17070
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
|
17071
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
|
17072
|
+
actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
17073
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
17074
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
17075
|
+
actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
17076
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
|
17077
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
17078
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
17079
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
17080
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
|
17081
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
17082
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
17083
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
17084
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
17085
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
17086
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
17087
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
|
17088
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
17089
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
17090
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:423:in `_run__2166395029966295055__process_action__callbacks'
|
17091
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
17092
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
17093
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
17094
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
17095
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
17096
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
17097
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
17098
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
17099
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
17100
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
17101
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
17102
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
17103
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
17104
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
17105
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
17106
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
17107
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
17108
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
17109
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
17110
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
17111
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
17112
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
17113
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
17114
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
17115
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
17116
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
17117
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
17118
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
17119
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
17120
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
17121
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
17122
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
17123
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
17124
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
17125
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
17126
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
17127
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
17128
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
17129
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
17130
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
17131
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__4197936588982204683__call__callbacks'
|
17132
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
17133
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
17134
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
17135
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
17136
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
17137
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
17138
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
17139
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
17140
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
17141
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
17142
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
17143
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
17144
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
17145
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
17146
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
17147
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
17148
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
17149
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
17150
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
17151
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
17152
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
17153
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
17154
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
17155
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
17156
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
17157
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
17158
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
17159
|
+
|
17160
|
+
|
17161
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
|
17162
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
|
17163
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.3ms)
|
17164
|
+
|
17165
|
+
|
17166
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 22:08:18 +0100
|
17167
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
17168
|
+
Parameters: {"route_path"=>"/"}
|
17169
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.7080ms
|
17170
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.0240ms
|
17171
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9640ms
|
17172
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/site/show.html.haml within layouts/exo/admin/application (0.2ms)
|
17173
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 0.9900ms
|
17174
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (7.0ms)
|
17175
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (92.3ms)
|
17176
|
+
Completed 200 OK in 16674ms (Views: 16652.2ms)
|
17177
|
+
|
17178
|
+
|
17179
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17180
|
+
|
17181
|
+
|
17182
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17183
|
+
|
17184
|
+
|
17185
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17186
|
+
|
17187
|
+
|
17188
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17189
|
+
|
17190
|
+
|
17191
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17192
|
+
|
17193
|
+
|
17194
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17195
|
+
|
17196
|
+
|
17197
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17198
|
+
|
17199
|
+
|
17200
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17201
|
+
|
17202
|
+
|
17203
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17204
|
+
|
17205
|
+
|
17206
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17207
|
+
|
17208
|
+
|
17209
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17210
|
+
|
17211
|
+
|
17212
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17213
|
+
|
17214
|
+
|
17215
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17216
|
+
|
17217
|
+
|
17218
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17219
|
+
|
17220
|
+
|
17221
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17222
|
+
|
17223
|
+
|
17224
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17225
|
+
|
17226
|
+
|
17227
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:36 +0100
|
17228
|
+
|
17229
|
+
|
17230
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:37 +0100
|
17231
|
+
|
17232
|
+
|
17233
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:37 +0100
|
17234
|
+
|
17235
|
+
|
17236
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:37 +0100
|
17237
|
+
|
17238
|
+
|
17239
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:37 +0100
|
17240
|
+
|
17241
|
+
|
17242
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:37 +0100
|
17243
|
+
|
17244
|
+
|
17245
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-11 22:08:37 +0100
|
17246
|
+
|
17247
|
+
|
17248
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-11 22:08:38 +0100
|
17249
|
+
|
17250
|
+
|
17251
|
+
Started GET "/admin/routes/52e9253662656ef879000000" for 127.0.0.1 at 2014-02-11 22:08:40 +0100
|
17252
|
+
|
17253
|
+
ActionController::RoutingError (uninitialized constant Exo::Admin::AdminController):
|
17254
|
+
/Users/proxygear/Code/sierra/engine/app/controllers/exo/admin/routes_controller.rb:2:in `<module:Admin>'
|
17255
|
+
/Users/proxygear/Code/sierra/engine/app/controllers/exo/admin/routes_controller.rb:1:in `<top (required)>'
|
17256
|
+
activesupport (4.0.2) lib/active_support/inflector/methods.rb:228:in `const_get'
|
17257
|
+
activesupport (4.0.2) lib/active_support/inflector/methods.rb:228:in `block in constantize'
|
17258
|
+
activesupport (4.0.2) lib/active_support/inflector/methods.rb:224:in `each'
|
17259
|
+
activesupport (4.0.2) lib/active_support/inflector/methods.rb:224:in `inject'
|
17260
|
+
activesupport (4.0.2) lib/active_support/inflector/methods.rb:224:in `constantize'
|
17261
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
|
17262
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:66:in `controller'
|
17263
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:44:in `call'
|
17264
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
17265
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
17266
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
17267
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
17268
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
17269
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
17270
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
17271
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
17272
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
17273
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
17274
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
17275
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
17276
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
17277
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
17278
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
17279
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
17280
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
17281
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
17282
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
17283
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
17284
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
17285
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
17286
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
17287
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__4197936588982204683__call__callbacks'
|
17288
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
17289
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
17290
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
17291
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
17292
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
17293
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
17294
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
17295
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
17296
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
17297
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
17298
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
17299
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
17300
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
17301
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
17302
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
17303
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
17304
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
17305
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
17306
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
17307
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
17308
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
17309
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
17310
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
17311
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
17312
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
17313
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
17314
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
17315
|
+
|
17316
|
+
|
17317
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
17318
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.6ms)
|
17319
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (14.2ms)
|
17320
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (53.2ms)
|
17321
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (284.4ms)
|
17322
|
+
|
17323
|
+
|
17324
|
+
Started GET "/admin/routes/52e9253662656ef879000000" for 127.0.0.1 at 2014-02-11 22:09:09 +0100
|
17325
|
+
Processing by Exo::Admin::RoutesController#show as HTML
|
17326
|
+
Parameters: {"id"=>"52e9253662656ef879000000"}
|
17327
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.7490ms
|
17328
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.1500ms
|
17329
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9170ms
|
17330
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/routes/show.html.haml within layouts/exo/admin/application (6984.8ms)
|
17331
|
+
Completed 500 Internal Server Error in 7012ms
|
17332
|
+
|
17333
|
+
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Exo):
|
17334
|
+
1: .title
|
17335
|
+
2: %h1
|
17336
|
+
3: - if current_route.kind_of?(Exo::Route::Page)
|
17337
|
+
4: .right
|
17338
|
+
5: %small
|
17339
|
+
6: = link_to edit_admin_route_url(current_route) do
|
17340
|
+
/Users/proxygear/Code/sierra/engine/app/views/exo/admin/routes/show.html.haml:3:in `___sers_proxygear__ode_sierra_engine_app_views_exo_admin_routes_show_html_haml__2979231814233720768_2191288860'
|
17341
|
+
actionpack (4.0.2) lib/action_view/template.rb:143:in `block in render'
|
17342
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:161:in `instrument'
|
17343
|
+
actionpack (4.0.2) lib/action_view/template.rb:141:in `render'
|
17344
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
|
17345
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
17346
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
17347
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
17348
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
17349
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
17350
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
|
17351
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
|
17352
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
17353
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
17354
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
17355
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
|
17356
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
|
17357
|
+
actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
17358
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
17359
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
17360
|
+
actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
17361
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
|
17362
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
17363
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
17364
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
17365
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
|
17366
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
17367
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
17368
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
17369
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
17370
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
17371
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
17372
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
|
17373
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
17374
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
17375
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:423:in `_run__2951170139337726577__process_action__callbacks'
|
17376
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
17377
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
17378
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
17379
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
17380
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
17381
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
17382
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
17383
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
17384
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
17385
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
17386
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
17387
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
17388
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
17389
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
17390
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
17391
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
17392
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
17393
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
17394
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
17395
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
17396
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
17397
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
17398
|
+
railties (4.0.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
17399
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
17400
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
17401
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
17402
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
17403
|
+
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
|
17404
|
+
warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
|
17405
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `catch'
|
17406
|
+
warden (1.2.3) lib/warden/manager.rb:34:in `call'
|
17407
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
17408
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
17409
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
17410
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
17411
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
17412
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
17413
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
17414
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
17415
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
17416
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__4197936588982204683__call__callbacks'
|
17417
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
17418
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
17419
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
17420
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
17421
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
17422
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
17423
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
17424
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
17425
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
17426
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
17427
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
17428
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
17429
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
17430
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
17431
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
17432
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
17433
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
17434
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
17435
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
17436
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
17437
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
17438
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
17439
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
17440
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
17441
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
17442
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
17443
|
+
/Users/proxygear/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
17444
|
+
|
17445
|
+
|
17446
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
|
17447
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
|
17448
|
+
Rendered /Users/proxygear/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (22.9ms)
|
17449
|
+
|
17450
|
+
|
17451
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-11 22:49:12 +0100
|
17452
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
17453
|
+
Parameters: {"route_path"=>"/"}
|
17454
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 1.4450ms
|
17455
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7570ms
|
17456
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6730ms
|
17457
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/site/show.html.haml within layouts/exo/admin/application (2.8ms)
|
17458
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 0.7660ms
|
17459
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (11.2ms)
|
17460
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (137.7ms)
|
17461
|
+
Completed 200 OK in 841ms (Views: 694.6ms)
|
17462
|
+
|
17463
|
+
|
17464
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:13 +0100
|
17465
|
+
|
17466
|
+
|
17467
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:13 +0100
|
17468
|
+
|
17469
|
+
|
17470
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:13 +0100
|
17471
|
+
|
17472
|
+
|
17473
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17474
|
+
|
17475
|
+
|
17476
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17477
|
+
|
17478
|
+
|
17479
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17480
|
+
|
17481
|
+
|
17482
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17483
|
+
|
17484
|
+
|
17485
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17486
|
+
|
17487
|
+
|
17488
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17489
|
+
|
17490
|
+
|
17491
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17492
|
+
|
17493
|
+
|
17494
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17495
|
+
|
17496
|
+
|
17497
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:14 +0100
|
17498
|
+
|
17499
|
+
|
17500
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17501
|
+
|
17502
|
+
|
17503
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17504
|
+
|
17505
|
+
|
17506
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17507
|
+
|
17508
|
+
|
17509
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17510
|
+
|
17511
|
+
|
17512
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17513
|
+
|
17514
|
+
|
17515
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17516
|
+
|
17517
|
+
|
17518
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17519
|
+
|
17520
|
+
|
17521
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17522
|
+
|
17523
|
+
|
17524
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:15 +0100
|
17525
|
+
|
17526
|
+
|
17527
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:16 +0100
|
17528
|
+
|
17529
|
+
|
17530
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:16 +0100
|
17531
|
+
|
17532
|
+
|
17533
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-11 22:49:16 +0100
|
17534
|
+
|
17535
|
+
|
17536
|
+
Started GET "/admin/routes/52e9253662656ef879000000" for 127.0.0.1 at 2014-02-11 22:49:20 +0100
|
17537
|
+
Processing by Exo::Admin::RoutesController#show as HTML
|
17538
|
+
Parameters: {"id"=>"52e9253662656ef879000000"}
|
17539
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7960ms
|
17540
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7270ms
|
17541
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/routes/show.html.haml within layouts/exo/admin/application (49.3ms)
|
17542
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 0.7740ms
|
17543
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (5.7ms)
|
17544
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (11.1ms)
|
17545
|
+
Completed 200 OK in 107ms (Views: 99.7ms)
|
17546
|
+
|
17547
|
+
|
17548
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17549
|
+
|
17550
|
+
|
17551
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17552
|
+
|
17553
|
+
|
17554
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17555
|
+
|
17556
|
+
|
17557
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17558
|
+
|
17559
|
+
|
17560
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17561
|
+
|
17562
|
+
|
17563
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17564
|
+
|
17565
|
+
|
17566
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17567
|
+
|
17568
|
+
|
17569
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17570
|
+
|
17571
|
+
|
17572
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17573
|
+
|
17574
|
+
|
17575
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17576
|
+
|
17577
|
+
|
17578
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17579
|
+
|
17580
|
+
|
17581
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17582
|
+
|
17583
|
+
|
17584
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17585
|
+
|
17586
|
+
|
17587
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17588
|
+
|
17589
|
+
|
17590
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17591
|
+
|
17592
|
+
|
17593
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17594
|
+
|
17595
|
+
|
17596
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17597
|
+
|
17598
|
+
|
17599
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17600
|
+
|
17601
|
+
|
17602
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17603
|
+
|
17604
|
+
|
17605
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17606
|
+
|
17607
|
+
|
17608
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17609
|
+
|
17610
|
+
|
17611
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17612
|
+
|
17613
|
+
|
17614
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17615
|
+
|
17616
|
+
|
17617
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-11 22:49:21 +0100
|
17618
|
+
|
17619
|
+
|
17620
|
+
Started GET "/admin/routes/52e9253662656ef879000000/settings/new" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17621
|
+
Processing by Exo::Admin::SettingsController#new as HTML
|
17622
|
+
Parameters: {"route_id"=>"52e9253662656ef879000000"}
|
17623
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5710ms
|
17624
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7030ms
|
17625
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5080ms
|
17626
|
+
Unpermitted parameters: route_id
|
17627
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/settings/_form.html.haml (202.4ms)
|
17628
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/settings/new.html.haml within layouts/exo/admin/application (283.2ms)
|
17629
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 0.7330ms
|
17630
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (4.8ms)
|
17631
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (5.1ms)
|
17632
|
+
Completed 200 OK in 396ms (Views: 388.5ms)
|
17633
|
+
|
17634
|
+
|
17635
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17636
|
+
|
17637
|
+
|
17638
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17639
|
+
|
17640
|
+
|
17641
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17642
|
+
|
17643
|
+
|
17644
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17645
|
+
|
17646
|
+
|
17647
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17648
|
+
|
17649
|
+
|
17650
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17651
|
+
|
17652
|
+
|
17653
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17654
|
+
|
17655
|
+
|
17656
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17657
|
+
|
17658
|
+
|
17659
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17660
|
+
|
17661
|
+
|
17662
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17663
|
+
|
17664
|
+
|
17665
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17666
|
+
|
17667
|
+
|
17668
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17669
|
+
|
17670
|
+
|
17671
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17672
|
+
|
17673
|
+
|
17674
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17675
|
+
|
17676
|
+
|
17677
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:18 +0100
|
17678
|
+
|
17679
|
+
|
17680
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17681
|
+
|
17682
|
+
|
17683
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17684
|
+
|
17685
|
+
|
17686
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17687
|
+
|
17688
|
+
|
17689
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17690
|
+
|
17691
|
+
|
17692
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17693
|
+
|
17694
|
+
|
17695
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17696
|
+
|
17697
|
+
|
17698
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17699
|
+
|
17700
|
+
|
17701
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17702
|
+
|
17703
|
+
|
17704
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-11 22:50:19 +0100
|
17705
|
+
|
17706
|
+
|
17707
|
+
Started GET "/admin" for 127.0.0.1 at 2014-02-12 14:17:03 +0100
|
17708
|
+
Processing by Exo::Admin::SiteController#show as HTML
|
17709
|
+
Parameters: {"route_path"=>"/"}
|
17710
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.6900ms
|
17711
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.1250ms
|
17712
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5860ms
|
17713
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/site/show.html.haml within layouts/exo/admin/application (0.2ms)
|
17714
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 1.0480ms
|
17715
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (6.1ms)
|
17716
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (6.7ms)
|
17717
|
+
Completed 200 OK in 864ms (Views: 854.7ms)
|
17718
|
+
|
17719
|
+
|
17720
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17721
|
+
|
17722
|
+
|
17723
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17724
|
+
|
17725
|
+
|
17726
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17727
|
+
|
17728
|
+
|
17729
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17730
|
+
|
17731
|
+
|
17732
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17733
|
+
|
17734
|
+
|
17735
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17736
|
+
|
17737
|
+
|
17738
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17739
|
+
|
17740
|
+
|
17741
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17742
|
+
|
17743
|
+
|
17744
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17745
|
+
|
17746
|
+
|
17747
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17748
|
+
|
17749
|
+
|
17750
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17751
|
+
|
17752
|
+
|
17753
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17754
|
+
|
17755
|
+
|
17756
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17757
|
+
|
17758
|
+
|
17759
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17760
|
+
|
17761
|
+
|
17762
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17763
|
+
|
17764
|
+
|
17765
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17766
|
+
|
17767
|
+
|
17768
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17769
|
+
|
17770
|
+
|
17771
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17772
|
+
|
17773
|
+
|
17774
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17775
|
+
|
17776
|
+
|
17777
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17778
|
+
|
17779
|
+
|
17780
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17781
|
+
|
17782
|
+
|
17783
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17784
|
+
|
17785
|
+
|
17786
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:08 +0100
|
17787
|
+
|
17788
|
+
|
17789
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-12 14:17:09 +0100
|
17790
|
+
|
17791
|
+
|
17792
|
+
Started GET "/admin/routes/52e9253662656ef879000000" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17793
|
+
Processing by Exo::Admin::RoutesController#show as HTML
|
17794
|
+
Parameters: {"id"=>"52e9253662656ef879000000"}
|
17795
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5170ms
|
17796
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9160ms
|
17797
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5230ms
|
17798
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/routes/show.html.haml within layouts/exo/admin/application (3.3ms)
|
17799
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 1.4670ms
|
17800
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (5.9ms)
|
17801
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (11.0ms)
|
17802
|
+
Completed 200 OK in 74ms (Views: 67.3ms)
|
17803
|
+
|
17804
|
+
|
17805
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17806
|
+
|
17807
|
+
|
17808
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17809
|
+
|
17810
|
+
|
17811
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17812
|
+
|
17813
|
+
|
17814
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17815
|
+
|
17816
|
+
|
17817
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17818
|
+
|
17819
|
+
|
17820
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17821
|
+
|
17822
|
+
|
17823
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17824
|
+
|
17825
|
+
|
17826
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17827
|
+
|
17828
|
+
|
17829
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17830
|
+
|
17831
|
+
|
17832
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17833
|
+
|
17834
|
+
|
17835
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17836
|
+
|
17837
|
+
|
17838
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17839
|
+
|
17840
|
+
|
17841
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17842
|
+
|
17843
|
+
|
17844
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17845
|
+
|
17846
|
+
|
17847
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17848
|
+
|
17849
|
+
|
17850
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17851
|
+
|
17852
|
+
|
17853
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17854
|
+
|
17855
|
+
|
17856
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17857
|
+
|
17858
|
+
|
17859
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17860
|
+
|
17861
|
+
|
17862
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17863
|
+
|
17864
|
+
|
17865
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17866
|
+
|
17867
|
+
|
17868
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17869
|
+
|
17870
|
+
|
17871
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:20 +0100
|
17872
|
+
|
17873
|
+
|
17874
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-12 14:17:21 +0100
|
17875
|
+
|
17876
|
+
|
17877
|
+
Started GET "/admin/settings" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17878
|
+
Processing by Exo::Admin::SettingsController#index as HTML
|
17879
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4330ms
|
17880
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6340ms
|
17881
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4660ms
|
17882
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/settings/index.html.haml within layouts/exo/admin/application (6.9ms)
|
17883
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 0.8990ms
|
17884
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (103.6ms)
|
17885
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (5.8ms)
|
17886
|
+
Completed 200 OK in 149ms (Views: 143.7ms)
|
17887
|
+
|
17888
|
+
|
17889
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17890
|
+
|
17891
|
+
|
17892
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17893
|
+
|
17894
|
+
|
17895
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17896
|
+
|
17897
|
+
|
17898
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17899
|
+
|
17900
|
+
|
17901
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17902
|
+
|
17903
|
+
|
17904
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17905
|
+
|
17906
|
+
|
17907
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17908
|
+
|
17909
|
+
|
17910
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17911
|
+
|
17912
|
+
|
17913
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17914
|
+
|
17915
|
+
|
17916
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17917
|
+
|
17918
|
+
|
17919
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17920
|
+
|
17921
|
+
|
17922
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-12 14:17:58 +0100
|
17923
|
+
|
17924
|
+
|
17925
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17926
|
+
|
17927
|
+
|
17928
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17929
|
+
|
17930
|
+
|
17931
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17932
|
+
|
17933
|
+
|
17934
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17935
|
+
|
17936
|
+
|
17937
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17938
|
+
|
17939
|
+
|
17940
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17941
|
+
|
17942
|
+
|
17943
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17944
|
+
|
17945
|
+
|
17946
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17947
|
+
|
17948
|
+
|
17949
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17950
|
+
|
17951
|
+
|
17952
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17953
|
+
|
17954
|
+
|
17955
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17956
|
+
|
17957
|
+
|
17958
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-12 14:17:59 +0100
|
17959
|
+
|
17960
|
+
|
17961
|
+
Started GET "/admin/settings/new" for 127.0.0.1 at 2014-02-12 14:19:05 +0100
|
17962
|
+
Processing by Exo::Admin::SettingsController#new as HTML
|
17963
|
+
MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 1.0200ms
|
17964
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_sites selector={"$query"=>{"$or"=>[{"hosts"=>"localhost"}, {"main_host"=>"localhost"}]}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6220ms
|
17965
|
+
MOPED: 127.0.0.1:27017 QUERY database=exo_development collection=exo_contributors selector={"$query"=>{"_id"=>BSON::ObjectId('52e8211362656edbb8000000')}, "$orderby"=>{:_id=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4880ms
|
17966
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/settings/_form.html.haml (8.1ms)
|
17967
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/settings/new.html.haml within layouts/exo/admin/application (11.4ms)
|
17968
|
+
MOPED: 127.0.0.1:27017 COMMAND database=exo_development command={:count=>"exo_sites", :query=>{"$and"=>[{"_id"=>{"$in"=>[BSON::ObjectId('52e81ac162656eda7a000000')]}}]}} runtime: 0.7020ms
|
17969
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_header.html.haml (4.0ms)
|
17970
|
+
Rendered /Users/proxygear/Code/sierra/engine/app/views/exo/admin/_sidenav.html.haml (5.3ms)
|
17971
|
+
Completed 200 OK in 50ms (Views: 44.3ms)
|
17972
|
+
|
17973
|
+
|
17974
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17975
|
+
|
17976
|
+
|
17977
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17978
|
+
|
17979
|
+
|
17980
|
+
Started GET "/assets/exo/admin/application.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17981
|
+
|
17982
|
+
|
17983
|
+
Started GET "/assets/exo/admin/epiceditor.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17984
|
+
|
17985
|
+
|
17986
|
+
Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17987
|
+
|
17988
|
+
|
17989
|
+
Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17990
|
+
|
17991
|
+
|
17992
|
+
Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17993
|
+
|
17994
|
+
|
17995
|
+
Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17996
|
+
|
17997
|
+
|
17998
|
+
Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
17999
|
+
|
18000
|
+
|
18001
|
+
Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18002
|
+
|
18003
|
+
|
18004
|
+
Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18005
|
+
|
18006
|
+
|
18007
|
+
Started GET "/assets/exo/admin/application.css?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18008
|
+
|
18009
|
+
|
18010
|
+
Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18011
|
+
|
18012
|
+
|
18013
|
+
Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18014
|
+
|
18015
|
+
|
18016
|
+
Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18017
|
+
|
18018
|
+
|
18019
|
+
Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18020
|
+
|
18021
|
+
|
18022
|
+
Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18023
|
+
|
18024
|
+
|
18025
|
+
Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18026
|
+
|
18027
|
+
|
18028
|
+
Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18029
|
+
|
18030
|
+
|
18031
|
+
Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18032
|
+
|
18033
|
+
|
18034
|
+
Started GET "/assets/exo/admin/responsive-tables.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18035
|
+
|
18036
|
+
|
18037
|
+
Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18038
|
+
|
18039
|
+
|
18040
|
+
Started GET "/assets/exo/delayed_foundation.js?body=1" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|
18041
|
+
|
18042
|
+
|
18043
|
+
Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-02-12 14:19:06 +0100
|