Started GET "/" for 127.0.0.1 at 2015-07-25 15:05:44 +0430 ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.2.3) lib/active_record/migration.rb:392:in `check_pending!' activerecord (4.2.3) lib/active_record/migration.rb:373:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in `run_callbacks' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (165.0ms)  (142.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (89.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateApplicationModels (20150723215115)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/lxsameer/src/Yellowen/Faalis/spec/dummy/db/migrate/20150723215115_create_application_models.model_discovery_engine.rb:7)  (0.5ms) CREATE TABLE "application_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150723215115"]]  (144.5ms) commit transaction Migrating to DeviseCreateFaalisUsers (20150725103007)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/lxsameer/src/Yellowen/Faalis/spec/dummy/db/migrate/20150725103007_devise_create_faalis_users.faalis.rb:51)  (0.5ms) CREATE TABLE "faalis_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "first_name" varchar, "last_name" varchar, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar, "locked_at" datetime, "created_at" datetime, "updated_at" datetime)  (0.3ms) CREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_faalis_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_faalis_users_on_email' AND type='index'  (0.2ms) CREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_faalis_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_faalis_users_on_reset_password_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_faalis_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_faalis_users_on_email' AND type='index'   (0.3ms) CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150725103007"]]  (115.1ms) commit transaction Migrating to CreateFaalisGroups (20150725103008)  (0.2ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/lxsameer/src/Yellowen/Faalis/spec/dummy/db/migrate/20150725103008_create_faalis_groups.faalis.rb:8)  (0.5ms) CREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "role" varchar, "created_at" datetime, "updated_at" datetime)  (0.4ms) CREATE UNIQUE INDEX "index_faalis_groups_on_role" ON "faalis_groups" ("role") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150725103008"]]  (110.1ms) commit transaction Migrating to CreateFaalisPermissions (20150725103009)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/lxsameer/src/Yellowen/Faalis/spec/dummy/db/migrate/20150725103009_create_faalis_permissions.faalis.rb:8)  (0.5ms) CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "permission_type" varchar, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_faalis_permissions_on_model" ON "faalis_permissions" ("model") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150725103009"]]  (119.1ms) commit transaction Migrating to AddPermissionsGroupsTable (20150725103010)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150725103010"]]  (148.4ms) commit transaction Migrating to AddUsersGroupsTable (20150725103011)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150725103011"]]  (126.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_faalis_groups_on_role' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_faalis_groups_on_role' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_faalis_permissions_on_model' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_faalis_permissions_on_model' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_faalis_users_on_unlock_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_faalis_users_on_unlock_token' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_faalis_users_on_reset_password_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_faalis_users_on_reset_password_token' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_faalis_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_faalis_users_on_email' AND type='index' Started GET "/" for 127.0.0.1 at 2015-07-25 15:08:42 +0430 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/templates/rails/welcome/index.html.erb (3.4ms) Completed 200 OK in 19ms (Views: 19.2ms | ActiveRecord: 0.0ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-25 15:08:46 +0430 Processing by Faalis::DashboardController#index as HTML Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Completed 401 Unauthorized in 36ms (ActiveRecord: 0.9ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-25 15:08:47 +0430 Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/shared/_links.erb (3.9ms) Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (183.0ms) Completed 500 Internal Server Error in 729ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'faalis/ltr/application' with type 'text/css'): 3: 4: <%= Faalis::Engine.site_title %> 5: 6: <%= stylesheet_link_tag Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 8: <%= javascript_include_tag :modernizr %> 9: <%= csrf_meta_tags %> app/assets/stylesheets/ltr/application.css:2 Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (13.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (34.0ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-25 15:08:48 +0430 Processing by Faalis::DashboardController#index as HTML Completed 401 Unauthorized in 8ms (ActiveRecord: 0.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-25 15:08:48 +0430 Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/shared/_links.erb (0.7ms) Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.5ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'faalis/ltr/application' with type 'text/css'): 3: 4: <%= Faalis::Engine.site_title %> 5: 6: <%= stylesheet_link_tag Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 8: <%= javascript_include_tag :modernizr %> 9: <%= csrf_meta_tags %> app/assets/stylesheets/ltr/application.css:2 Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.9ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-25 15:35:43 +0430 Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/shared/_links.erb (0.5ms) Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.0ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'dashstrap/dashboard/ltr/application' with type 'text/css'): 4: <%= Faalis::Engine.site_title %> 5: 6: 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 8: <%= javascript_include_tag :modernizr %> 9: <%= csrf_meta_tags %> 10: /home/lxsameer/src/Yellowen/Faalis/app/assets/stylesheets/faalis/dashboard/ltr/application.css:7 sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset' sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:160:in `block in stylesheet_link_tag' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/lxsameer/src/Yellowen/Faalis/app/views/layouts/faalis/simple.html.erb:7:in `__home_lxsameer_src__ellowen__aalis_app_views_layouts_faalis_simple_html_erb___810243479847844326_70274949552740' actionview (4.2.3) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.3) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.3) lib/action_view/template.rb:333:in `instrument' actionview (4.2.3) lib/action_view/template.rb:143:in `render' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.3) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.3) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.3) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.3) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.3) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' responders (2.1.0) lib/action_controller/responder.rb:236:in `default_render' responders (2.1.0) lib/action_controller/responder.rb:170:in `to_html' responders (2.1.0) lib/action_controller/responder.rb:163:in `respond' responders (2.1.0) lib/action_controller/responder.rb:156:in `call' responders (2.1.0) lib/action_controller/respond_with.rb:203:in `respond_with' devise (3.5.1) app/controllers/devise/sessions_controller.rb:12:in `new' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.3) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:553:in `block (2 levels) in compile' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:88:in `run_callbacks' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.3) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.3) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.3) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.3) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.3) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' /home/lxsameer/src/Yellowen/Faalis/lib/faalis/middlewares/locale.rb:25:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/railtie.rb:194:in `public_send' railties (4.2.3) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.3) lib/active_record/migration.rb:377:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in `run_callbacks' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-25 15:36:07 +0430 Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/shared/_links.erb (0.8ms) Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.4ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'Faalis/dashboard/ltr/application' with type 'text/css'): 4: <%= Faalis::Engine.site_title %> 5: 6: 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 8: <%= javascript_include_tag :modernizr %> 9: <%= csrf_meta_tags %> 10: /home/lxsameer/src/Yellowen/Faalis/app/assets/stylesheets/faalis/dashboard/ltr/application.css:7 sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset' sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:160:in `block in stylesheet_link_tag' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/lxsameer/src/Yellowen/Faalis/app/views/layouts/faalis/simple.html.erb:7:in `__home_lxsameer_src__ellowen__aalis_app_views_layouts_faalis_simple_html_erb___810243479847844326_70274949552740' actionview (4.2.3) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.3) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.3) lib/action_view/template.rb:333:in `instrument' actionview (4.2.3) lib/action_view/template.rb:143:in `render' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.3) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.3) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.3) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.3) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.3) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' responders (2.1.0) lib/action_controller/responder.rb:236:in `default_render' responders (2.1.0) lib/action_controller/responder.rb:170:in `to_html' responders (2.1.0) lib/action_controller/responder.rb:163:in `respond' responders (2.1.0) lib/action_controller/responder.rb:156:in `call' responders (2.1.0) lib/action_controller/respond_with.rb:203:in `respond_with' devise (3.5.1) app/controllers/devise/sessions_controller.rb:12:in `new' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.3) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:553:in `block (2 levels) in compile' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:88:in `run_callbacks' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.3) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.3) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.3) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.3) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.3) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' /home/lxsameer/src/Yellowen/Faalis/lib/faalis/middlewares/locale.rb:25:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/railtie.rb:194:in `public_send' railties (4.2.3) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.3) lib/active_record/migration.rb:377:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in `run_callbacks' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.1ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-25 15:54:24 +0430 Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/shared/_links.erb (0.6ms) Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.0ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap' with type 'text/css'): 4: <%= Faalis::Engine.site_title %> 5: 6: 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 8: <%= javascript_include_tag :modernizr %> 9: <%= csrf_meta_tags %> 10: /home/lxsameer/src/Yellowen/Faalis/app/assets/stylesheets/faalis/dashboard/ltr/application.css:1 sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset' sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:160:in `block in stylesheet_link_tag' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/lxsameer/src/Yellowen/Faalis/app/views/layouts/faalis/simple.html.erb:7:in `__home_lxsameer_src__ellowen__aalis_app_views_layouts_faalis_simple_html_erb___810243479847844326_70274949552740' actionview (4.2.3) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.3) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.3) lib/action_view/template.rb:333:in `instrument' actionview (4.2.3) lib/action_view/template.rb:143:in `render' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.3) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.3) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.3) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.3) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.3) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' responders (2.1.0) lib/action_controller/responder.rb:236:in `default_render' responders (2.1.0) lib/action_controller/responder.rb:170:in `to_html' responders (2.1.0) lib/action_controller/responder.rb:163:in `respond' responders (2.1.0) lib/action_controller/responder.rb:156:in `call' responders (2.1.0) lib/action_controller/respond_with.rb:203:in `respond_with' devise (3.5.1) app/controllers/devise/sessions_controller.rb:12:in `new' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.3) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:553:in `block (2 levels) in compile' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:88:in `run_callbacks' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.3) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.3) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.3) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.3) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.3) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' /home/lxsameer/src/Yellowen/Faalis/lib/faalis/middlewares/locale.rb:25:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/railtie.rb:194:in `public_send' railties (4.2.3) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.3) lib/active_record/migration.rb:377:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in `run_callbacks' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.1ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-25 15:59:09 +0430 Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/shared/_links.erb (0.7ms) Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.2ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap' with type 'text/css'): 4: <%= Faalis::Engine.site_title %> 5: 6: 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 8: <%= javascript_include_tag :modernizr %> 9: <%= csrf_meta_tags %> 10: /home/lxsameer/src/Yellowen/Faalis/app/assets/stylesheets/faalis/dashboard/ltr/application.css:1 sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset' sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:160:in `block in stylesheet_link_tag' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:158:in `map' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:158:in `stylesheet_link_tag' /home/lxsameer/src/Yellowen/Faalis/app/views/layouts/faalis/simple.html.erb:7:in `__home_lxsameer_src__ellowen__aalis_app_views_layouts_faalis_simple_html_erb___810243479847844326_70274949552740' actionview (4.2.3) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.3) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.3) lib/action_view/template.rb:333:in `instrument' actionview (4.2.3) lib/action_view/template.rb:143:in `render' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.3) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.3) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.3) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.3) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.3) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' responders (2.1.0) lib/action_controller/responder.rb:236:in `default_render' responders (2.1.0) lib/action_controller/responder.rb:170:in `to_html' responders (2.1.0) lib/action_controller/responder.rb:163:in `respond' responders (2.1.0) lib/action_controller/responder.rb:156:in `call' responders (2.1.0) lib/action_controller/respond_with.rb:203:in `respond_with' devise (3.5.1) app/controllers/devise/sessions_controller.rb:12:in `new' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.2.3) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:553:in `block (2 levels) in compile' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:88:in `run_callbacks' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.3) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.3) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.3) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.3) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.3) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' /home/lxsameer/src/Yellowen/Faalis/lib/faalis/middlewares/locale.rb:25:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/railtie.rb:194:in `public_send' railties (4.2.3) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.3) lib/active_record/migration.rb:377:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in `run_callbacks' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-25 16:17:01 +0430 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_links.erb (3.6ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_omni_link.erb (0.9ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (361.7ms) Completed 200 OK in 1297ms (Views: 1262.9ms | ActiveRecord: 0.5ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:03 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:03 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:03 +0430 Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:03 +0430 Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:03 +0430 Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-25 16:17:03 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locale/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (130.9ms) Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-25 16:17:03 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/simple.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (7.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.8ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (95.1ms) Started GET "/assets/fontawesome-webfont.woff2?v=4.3.0" for 127.0.0.1 at 2015-07-25 16:17:03 +0430 Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-25 16:17:10 +0430 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8Nq8NzYVNgqImQ99VGp8c5Ng7m20nzGtzjpXrp1D2bcfnvuePC5XEtr/LhoPaYWExnr6eYNkvrZOYIh0SFxEKA==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Faalis::User Load (0.7ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]] Completed 401 Unauthorized in 35ms (ActiveRecord: 0.7ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8Nq8NzYVNgqImQ99VGp8c5Ng7m20nzGtzjpXrp1D2bcfnvuePC5XEtr/LhoPaYWExnr6eYNkvrZOYIh0SFxEKA==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_links.erb (2.7ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_omni_link.erb (0.1ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (11.3ms) Completed 200 OK in 172ms (Views: 91.3ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:10 +0430 Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-25 16:17:10 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locale/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.3ms) Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:10 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:10 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:10 +0430 Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-25 16:17:10 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/simple.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.9ms) Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:10 +0430 Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-25 16:17:15 +0430 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dfZ2Sj50/hiBB8ECexyKX2QSDMNlV8y0flicV99enciasjHjNE+fANNh4GUgH3OoMQgY11KsQ6/+AkONCkEAVw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Faalis::User Load (0.2ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]] Completed 401 Unauthorized in 3ms (ActiveRecord: 0.2ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dfZ2Sj50/hiBB8ECexyKX2QSDMNlV8y0flicV99enciasjHjNE+fANNh4GUgH3OoMQgY11KsQ6/+AkONCkEAVw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_links.erb (0.7ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_omni_link.erb (0.0ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.4ms) Completed 200 OK in 128ms (Views: 48.4ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:15 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:15 +0430 Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:15 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:15 +0430 Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:17:15 +0430 Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-25 16:17:15 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/simple.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.7ms) Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-25 16:17:15 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locale/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.0ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ApplicationModels Load (0.3ms) SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "Faalis::User"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "application_models" ("model", "created_at", "updated_at") VALUES (?, ?, ?) [["model", "Faalis::User"], ["created_at", "2015-07-25 11:52:03.119928"], ["updated_at", "2015-07-25 11:52:03.119928"]]  (90.5ms) commit transaction ApplicationModels Load (0.1ms) SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "ActiveRecord::SchemaMigration"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "application_models" ("model", "created_at", "updated_at") VALUES (?, ?, ?) [["model", "ActiveRecord::SchemaMigration"], ["created_at", "2015-07-25 11:52:03.214301"], ["updated_at", "2015-07-25 11:52:03.214301"]]  (78.5ms) commit transaction ApplicationModels Load (0.2ms) SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "Faalis::Group"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "application_models" ("model", "created_at", "updated_at") VALUES (?, ?, ?) [["model", "Faalis::Group"], ["created_at", "2015-07-25 11:52:03.296332"], ["updated_at", "2015-07-25 11:52:03.296332"]]  (79.5ms) commit transaction ApplicationModels Load (0.1ms) SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "Faalis::Permission"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "application_models" ("model", "created_at", "updated_at") VALUES (?, ?, ?) [["model", "Faalis::Permission"], ["created_at", "2015-07-25 11:52:03.379088"], ["updated_at", "2015-07-25 11:52:03.379088"]]  (62.4ms) commit transaction ApplicationModels Load (0.3ms) SELECT "application_models".* FROM "application_models" Faalis::Permission Load (0.2ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"], ["permission_type", "read"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::User"], ["permission_type", "read"], ["created_at", "2015-07-25 11:52:03.452597"], ["updated_at", "2015-07-25 11:52:03.452597"]]  (71.5ms) commit transaction Faalis::Permission Load (0.2ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"], ["permission_type", "update"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::User"], ["permission_type", "update"], ["created_at", "2015-07-25 11:52:03.528553"], ["updated_at", "2015-07-25 11:52:03.528553"]]  (96.8ms) commit transaction Faalis::Permission Load (0.2ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"], ["permission_type", "create"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::User"], ["permission_type", "create"], ["created_at", "2015-07-25 11:52:03.629400"], ["updated_at", "2015-07-25 11:52:03.629400"]]  (78.5ms) commit transaction Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"], ["permission_type", "destroy"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::User"], ["permission_type", "destroy"], ["created_at", "2015-07-25 11:52:03.711978"], ["updated_at", "2015-07-25 11:52:03.711978"]]  (78.5ms) commit transaction Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"], ["permission_type", "read"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::Group"], ["permission_type", "read"], ["created_at", "2015-07-25 11:52:03.794919"], ["updated_at", "2015-07-25 11:52:03.794919"]]  (77.5ms) commit transaction Faalis::Permission Load (0.2ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"], ["permission_type", "update"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::Group"], ["permission_type", "update"], ["created_at", "2015-07-25 11:52:03.877150"], ["updated_at", "2015-07-25 11:52:03.877150"]]  (86.0ms) commit transaction Faalis::Permission Load (0.2ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"], ["permission_type", "create"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::Group"], ["permission_type", "create"], ["created_at", "2015-07-25 11:52:03.967830"], ["updated_at", "2015-07-25 11:52:03.967830"]]  (86.5ms) commit transaction Faalis::Permission Load (0.2ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"], ["permission_type", "destroy"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::Group"], ["permission_type", "destroy"], ["created_at", "2015-07-25 11:52:04.058630"], ["updated_at", "2015-07-25 11:52:04.058630"]]  (102.8ms) commit transaction Faalis::Permission Load (0.2ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"], ["permission_type", "read"]] Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"], ["permission_type", "update"]] Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"], ["permission_type", "create"]] Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"], ["permission_type", "destroy"]] Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"], ["permission_type", "read"]] Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"], ["permission_type", "update"]] Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"], ["permission_type", "create"]] Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"], ["permission_type", "destroy"]] Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Permissions::Auth"], ["permission_type", "read"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::Permissions::Auth"], ["permission_type", "read"], ["created_at", "2015-07-25 11:52:04.170971"], ["updated_at", "2015-07-25 11:52:04.170971"]]  (81.9ms) commit transaction Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Permissions::Auth"], ["permission_type", "update"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::Permissions::Auth"], ["permission_type", "update"], ["created_at", "2015-07-25 11:52:04.256168"], ["updated_at", "2015-07-25 11:52:04.256168"]]  (79.2ms) commit transaction Faalis::Permission Load (0.2ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Permissions::Auth"], ["permission_type", "create"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::Permissions::Auth"], ["permission_type", "create"], ["created_at", "2015-07-25 11:52:04.338984"], ["updated_at", "2015-07-25 11:52:04.338984"]]  (137.4ms) commit transaction Faalis::Permission Load (0.1ms) SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Permissions::Auth"], ["permission_type", "destroy"]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["model", "Faalis::Permissions::Auth"], ["permission_type", "destroy"], ["created_at", "2015-07-25 11:52:04.480100"], ["updated_at", "2015-07-25 11:52:04.480100"]]  (102.9ms) commit transaction  (0.1ms) begin transaction Faalis::Group Exists (0.2ms) SELECT 1 AS one FROM "faalis_groups" WHERE "faalis_groups"."role" = 'admin' LIMIT 1 SQL (0.2ms) INSERT INTO "faalis_groups" ("name", "role", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Admin"], ["role", "admin"], ["created_at", "2015-07-25 11:52:04.602926"], ["updated_at", "2015-07-25 11:52:04.602926"]]  (68.4ms) commit transaction  (0.1ms) begin transaction Faalis::Group Exists (0.1ms) SELECT 1 AS one FROM "faalis_groups" WHERE "faalis_groups"."role" = 'guest' LIMIT 1 SQL (0.2ms) INSERT INTO "faalis_groups" ("name", "role", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Guest"], ["role", "guest"], ["created_at", "2015-07-25 11:52:04.674420"], ["updated_at", "2015-07-25 11:52:04.674420"]]  (73.6ms) commit transaction Faalis::Permission Load (0.3ms) SELECT "faalis_permissions".* FROM "faalis_permissions" Faalis::Permission Load (0.3ms) SELECT "faalis_permissions".* FROM "faalis_permissions" INNER JOIN "faalis_groups_permissions" ON "faalis_permissions"."id" = "faalis_groups_permissions"."permission_id" WHERE "faalis_groups_permissions"."group_id" = ? [["group_id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 1]] SQL (0.1ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 2]] SQL (0.1ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 3]] SQL (0.1ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 4]] SQL (0.0ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 5]] SQL (0.0ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 6]] SQL (0.0ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 7]] SQL (0.0ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 8]] SQL (0.1ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 9]] SQL (0.0ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 10]] SQL (0.0ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 11]] SQL (0.1ms) INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 12]]  (63.6ms) commit transaction  (0.1ms) begin transaction Faalis::User Exists (0.2ms) SELECT 1 AS one FROM "faalis_users" WHERE "faalis_users"."email" = 'admin@example.com' LIMIT 1 Faalis::User Exists (0.1ms) SELECT 1 AS one FROM "faalis_users" WHERE "faalis_users"."email" = 'admin@example.com' LIMIT 1 Faalis::Group Load (0.2ms) SELECT "faalis_groups".* FROM "faalis_groups" WHERE "faalis_groups"."name" = ? AND "faalis_groups"."role" = ? LIMIT 1 [["name", "Guest"], ["role", "guest"]] SQL (0.3ms) INSERT INTO "faalis_users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "admin@example.com"], ["encrypted_password", "$2a$10$0jO4ICgBQ0nVJbcLEkL8Eu9IgTt9W5P2BOmM11x3wqlQ7suZ2.tgi"], ["created_at", "2015-07-25 11:52:04.970002"], ["updated_at", "2015-07-25 11:52:04.970002"]] SQL (0.1ms) INSERT INTO "faalis_groups_users" ("group_id", "user_id") VALUES (?, ?) [["group_id", 2], ["user_id", 1]]  (69.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "faalis_groups_users" ("user_id", "group_id") VALUES (?, ?) [["user_id", 1], ["group_id", 1]]  (71.2ms) commit transaction  (0.1ms) begin transaction Faalis::User Exists (0.2ms) SELECT 1 AS one FROM "faalis_users" WHERE "faalis_users"."email" = 'user@example.com' LIMIT 1 Faalis::User Exists (0.1ms) SELECT 1 AS one FROM "faalis_users" WHERE "faalis_users"."email" = 'user@example.com' LIMIT 1 Faalis::Group Load (0.1ms) SELECT "faalis_groups".* FROM "faalis_groups" WHERE "faalis_groups"."name" = ? AND "faalis_groups"."role" = ? LIMIT 1 [["name", "Guest"], ["role", "guest"]] SQL (0.2ms) INSERT INTO "faalis_users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "user@example.com"], ["encrypted_password", "$2a$10$/m6yJAV0PEj80Ml47cVCY.6YgLEhkFS11bl75flii5s4p74un7ryu"], ["created_at", "2015-07-25 11:52:05.208293"], ["updated_at", "2015-07-25 11:52:05.208293"]] SQL (0.1ms) INSERT INTO "faalis_groups_users" ("group_id", "user_id") VALUES (?, ?) [["group_id", 2], ["user_id", 2]]  (72.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "faalis_groups_users" ("user_id", "group_id") VALUES (?, ?) [["user_id", 2], ["group_id", 2]]  (78.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) commit transaction Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-25 16:23:37 +0430 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"lZa+WN0BK4ymnXpI8q9XpuRBBlvaPDDNPCcnYhuYERR60vnx1zpKlPT7Wy+prK5RsVsST+3Hv9a8ffi4zoeMiw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "faalis_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "last_sign_in_ip" = ?, "current_sign_in_ip" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "faalis_users"."id" = ? [["last_sign_in_at", "2015-07-25 11:53:37.980720"], ["current_sign_in_at", "2015-07-25 11:53:37.980720"], ["last_sign_in_ip", "127.0.0.1"], ["current_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2015-07-25 11:53:37.982010"], ["id", 1]]  (132.4ms) commit transaction Redirected to http://localhost:3000/dashboard Completed 302 Found in 568ms (ActiveRecord: 133.8ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-25 16:23:38 +0430 Processing by Faalis::DashboardController#index as HTML Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/faalis/dashboard/index.html.erb within layouts/faalis/dashboard (1.6ms) Completed 500 Internal Server Error in 569ms (ActiveRecord: 0.3ms) ActionView::Template::Error (couldn't find file 'jquery.turbolinks' with type 'application/javascript'): 7: 8: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 9: <%= javascript_include_tag :modernizr %> 10: <%= javascript_include_tag Faalis::Engine.dashboard_js_manifest %> 11: 12: <%= csrf_meta_tags %> 13: /home/lxsameer/src/Yellowen/Faalis/app/assets/javascripts/faalis/dashboard/application.js.erb:15 sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset' sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /home/lxsameer/src/Yellowen/dashstrap/app/views/layouts/faalis/dashboard.html.erb:10:in `__home_lxsameer_src__ellowen_dashstrap_app_views_layouts_faalis_dashboard_html_erb__2191568104346079507_70161930499840' actionview (4.2.3) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.3) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.3) lib/action_view/template.rb:333:in `instrument' actionview (4.2.3) lib/action_view/template.rb:143:in `render' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.3) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.3) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.3) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.3) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.3) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.3) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:553:in `block (2 levels) in compile' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:88:in `run_callbacks' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.3) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.3) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.3) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.3) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.3) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' /home/lxsameer/src/Yellowen/Faalis/lib/faalis/middlewares/locale.rb:25:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/railtie.rb:194:in `public_send' railties (4.2.3) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.3) lib/active_record/migration.rb:377:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in `run_callbacks' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (36.2ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-25 16:27:20 +0430 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Faalis::DashboardController#index as HTML Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/faalis/dashboard/index.html.erb within layouts/faalis/dashboard (1.5ms) Completed 500 Internal Server Error in 723ms (ActiveRecord: 0.8ms) ActionView::Template::Error (couldn't find file 'jquery_ujs' with type 'application/javascript'): 7: 8: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 9: <%= javascript_include_tag :modernizr %> 10: <%= javascript_include_tag Faalis::Engine.dashboard_js_manifest %> 11: 12: <%= csrf_meta_tags %> 13: /home/lxsameer/src/Yellowen/Faalis/app/assets/javascripts/faalis/dashboard/application.js.erb:16 sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset' sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /home/lxsameer/src/Yellowen/dashstrap/app/views/layouts/faalis/dashboard.html.erb:10:in `__home_lxsameer_src__ellowen_dashstrap_app_views_layouts_faalis_dashboard_html_erb__3526886437237276142_70269291922320' actionview (4.2.3) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.3) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.3) lib/action_view/template.rb:333:in `instrument' actionview (4.2.3) lib/action_view/template.rb:143:in `render' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.3) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.3) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.3) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.3) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.3) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/bundler/gems/turbolinks-4f99d6c6c80a/lib/turbolinks/redirection.rb:22:in `render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.3) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:553:in `block (2 levels) in compile' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:88:in `run_callbacks' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.3) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.3) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.3) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.3) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.3) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' /home/lxsameer/src/Yellowen/Faalis/lib/faalis/middlewares/locale.rb:25:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/railtie.rb:194:in `public_send' railties (4.2.3) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.3) lib/active_record/migration.rb:377:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in `run_callbacks' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.5ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-25 16:29:12 +0430 Processing by Faalis::DashboardController#index as HTML Faalis::User Load (0.1ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/faalis/dashboard/index.html.erb within layouts/faalis/dashboard (0.1ms) Completed 500 Internal Server Error in 146ms (ActiveRecord: 0.1ms) ActionView::Template::Error (couldn't find file 'jquery_ujs' with type 'application/javascript'): 7: 8: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %> 9: <%= javascript_include_tag :modernizr %> 10: <%= javascript_include_tag Faalis::Engine.dashboard_js_manifest %> 11: 12: <%= csrf_meta_tags %> 13: /home/lxsameer/src/Yellowen/Faalis/app/assets/javascripts/faalis/dashboard/application.js.erb:16 sprockets (3.2.0) lib/sprockets/resolve.rb:64:in `resolve!' sprockets (3.2.0) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.2.0) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.2.0) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.2.0) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.2.0) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.2.0) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.2.0) lib/sprockets/utils.rb:183:in `dfs' sprockets (3.2.0) lib/sprockets/bundle.rb:24:in `call' sprockets (3.2.0) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.2.0) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.2.0) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.2.0) lib/sprockets/loader.rb:86:in `load_asset_by_uri' sprockets (3.2.0) lib/sprockets/loader.rb:45:in `block in load' sprockets (3.2.0) lib/sprockets/loader.rb:155:in `fetch_asset_from_dependency_cache' sprockets (3.2.0) lib/sprockets/loader.rb:38:in `load' sprockets (3.2.0) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `yield' sprockets (3.2.0) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.2.0) lib/sprockets/base.rb:63:in `find_asset' sprockets (3.2.0) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.2.0) lib/sprockets/base.rb:89:in `[]' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.2) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /home/lxsameer/src/Yellowen/dashstrap/app/views/layouts/faalis/dashboard.html.erb:10:in `__home_lxsameer_src__ellowen_dashstrap_app_views_layouts_faalis_dashboard_html_erb__3526886437237276142_70269291922320' actionview (4.2.3) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.3) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.3) lib/action_view/template.rb:333:in `instrument' actionview (4.2.3) lib/action_view/template.rb:143:in `render' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.3) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.3) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.3) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.3) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.3) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.3) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.3) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.3) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' activesupport (4.2.3) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:43:in `render' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/bundler/gems/turbolinks-4f99d6c6c80a/lib/turbolinks/redirection.rb:22:in `render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.3) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.3) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:115:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:553:in `block (2 levels) in compile' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:503:in `call' activesupport (4.2.3) lib/active_support/callbacks.rb:88:in `run_callbacks' actionpack (4.2.3) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.3) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.3) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.3) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.3) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.3) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.3) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.3) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.3) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `call' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:45:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' /home/lxsameer/src/Yellowen/Faalis/lib/faalis/middlewares/locale.rb:25:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/railtie.rb:194:in `public_send' railties (4.2.3) lib/rails/railtie.rb:194:in `method_missing' actionpack (4.2.3) lib/action_dispatch/routing/mapper.rb:51:in `serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.3) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.3) lib/action_dispatch/routing/route_set.rb:821:in `call' warden (1.2.3) lib/warden/manager.rb:35:in `block in call' warden (1.2.3) lib/warden/manager.rb:34:in `catch' warden (1.2.3) lib/warden/manager.rb:34:in `call' rack (1.6.4) lib/rack/etag.rb:24:in `call' rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' rack (1.6.4) lib/rack/head.rb:13:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.3) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' activerecord (4.2.3) lib/active_record/migration.rb:377:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.3) lib/active_support/callbacks.rb:84:in `run_callbacks' actionpack (4.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.8ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.8ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-25 16:40:42 +0430 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Faalis::DashboardController#index as HTML Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/faalis/dashboard/index.html.erb within layouts/faalis/dashboard (2.0ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_header.html.erb (35.1ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_sidebar.html.erb (3.3ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_content_header.html.slim (15.1ms) Completed 200 OK in 3729ms (Views: 3690.4ms | ActiveRecord: 0.9ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:46 +0430 Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:47 +0430 Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locales/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (75.2ms) Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/fontawesome-webfont.woff2?v=4.3.0" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/assets/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-07-25 16:40:48 +0430 Started GET "/dashboard/auth/user/1" for 127.0.0.1 at 2015-07-25 17:02:43 +0430 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/dashboard/auth/user/1"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.8ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (70.4ms) Started GET "/dashboard/auth/users/1" for 127.0.0.1 at 2015-07-25 17:03:01 +0430 Processing by Faalis::Dashboard::UsersController#show as HTML Parameters: {"id"=>"1"} Faalis::User Load (0.4ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1 [["id", 1]] Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Faalis::Group Load (0.3ms) SELECT "faalis_groups".* FROM "faalis_groups" INNER JOIN "faalis_groups_users" ON "faalis_groups"."id" = "faalis_groups_users"."group_id" WHERE "faalis_groups_users"."user_id" = ? [["user_id", 1]] Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/dashboard/users/show.html.slim within layouts/faalis/dashboard (15.3ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_header.html.erb (13.3ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_sidebar.html.erb (3.4ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_content_header.html.slim (4.9ms) Completed 200 OK in 3361ms (Views: 3291.7ms | ActiveRecord: 1.8ms) Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locales/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.0ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:05 +0430 Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:06 +0430 Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/assets/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-07-25 17:03:07 +0430 Started GET "/dashboard/auth/users/134" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Processing by Faalis::Dashboard::UsersController#show as HTML Parameters: {"id"=>"134"} Faalis::User Load (0.1ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1 [["id", 134]] Redirected to http://localhost:3000/dashboard/404 Completed 302 Found in 5ms (ActiveRecord: 0.1ms) Started GET "/dashboard/404" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Processing by Faalis::DashboardController#not_found as HTML Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/faalis/dashboard/not_found.html.slim within layouts/faalis/dashboard (4.1ms) Faalis::User Load (0.1ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_header.html.erb (12.2ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_sidebar.html.erb (2.2ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_content_header.html.slim (0.1ms) Completed 200 OK in 560ms (Views: 556.0ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:58 +0430 Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:03:59 +0430 Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locales/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.7ms) Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/assets/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-07-25 17:04:00 +0430 Started GET "/dashboard/auth/users/1" for 127.0.0.1 at 2015-07-26 14:27:32 +0430 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Faalis::Dashboard::UsersController#show as HTML Parameters: {"id"=>"1"} Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1 [["id", 1]] Redirected to http://localhost:3000/users/sign_in Completed 302 Found in 42ms (ActiveRecord: 0.8ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 14:27:32 +0430 Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_links.erb (2.5ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_omni_link.erb (0.9ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (386.6ms) Completed 200 OK in 1261ms (Views: 1223.5ms | ActiveRecord: 0.0ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:27:34 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:27:34 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:27:34 +0430 Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:27:34 +0430 Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:27:34 +0430 Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 14:27:34 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/simple.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (109.2ms) Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 14:27:34 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locale/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.7ms) Started GET "/dashboard/auth/users/3242.js" for 127.0.0.1 at 2015-07-26 14:27:38 +0430 Processing by Faalis::Dashboard::UsersController#show as JS Parameters: {"id"=>"3242"} Faalis::User Load (0.2ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1 [["id", 3242]] Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/faalis/dashboard/not_found.js.erb (0.6ms) Completed 200 OK in 16ms (Views: 10.1ms | ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2015-07-26 14:28:39 +0430 Processing by Rails::WelcomeController#index as HTML Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/templates/rails/welcome/index.html.erb (1.2ms) Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.0ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 14:28:46 +0430 Processing by Faalis::DashboardController#index as HTML Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.1ms) commit transaction Completed 401 Unauthorized in 16ms (ActiveRecord: 0.6ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 14:28:46 +0430 Processing by Faalis::DashboardController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 14:28:46 +0430 Processing by Devise::SessionsController#new as HTML Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_links.erb (0.9ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/shared/_omni_link.erb (0.1ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (5.7ms) Completed 200 OK in 101ms (Views: 99.0ms | ActiveRecord: 0.0ms) Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:46 +0430 Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:46 +0430 Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 14:28:46 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/simple.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (78.0ms) Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:46 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:46 +0430 Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:47 +0430 Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 14:28:47 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locale/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (5.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (74.7ms) Started GET "/assets/fontawesome-webfont.woff2?v=4.3.0" for 127.0.0.1 at 2015-07-26 14:28:47 +0430 Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-26 14:28:54 +0430 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GWderovgrDQrBd9ZGeYFNYHVkfvY1kXqyIDqLH3d8oixUo6RoQuf3B4WH4Z6kBGCszYBr5DalbvlLTwiiuhLEw==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "faalis_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "faalis_users"."id" = ? [["current_sign_in_at", "2015-07-26 09:58:54.617392"], ["sign_in_count", 2], ["updated_at", "2015-07-26 09:58:54.618589"], ["id", 1]]  (69.4ms) commit transaction Redirected to http://localhost:3000/dashboard Completed 302 Found in 233ms (ActiveRecord: 70.2ms) Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 14:28:54 +0430 Processing by Faalis::DashboardController#index as HTML Faalis::User Load (0.1ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/faalis/dashboard/index.html.erb within layouts/faalis/dashboard (0.5ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_header.html.erb (30.7ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_sidebar.html.erb (6.2ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_content_header.html.slim (27.2ms) Completed 200 OK in 3541ms (Views: 3533.6ms | ActiveRecord: 0.1ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:58 +0430 Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:28:59 +0430 Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locales/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.4ms) Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/assets/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-07-26 14:29:00 +0430 Started GET "/dashboard/auth/users/1" for 127.0.0.1 at 2015-07-26 14:29:09 +0430 Processing by Faalis::Dashboard::UsersController#show as HTML Parameters: {"id"=>"1"} Faalis::User Load (0.1ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1 [["id", 1]] Faalis::User Load (0.1ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Faalis::Group Load (0.3ms) SELECT "faalis_groups".* FROM "faalis_groups" INNER JOIN "faalis_groups_users" ON "faalis_groups"."id" = "faalis_groups_users"."group_id" WHERE "faalis_groups_users"."user_id" = ? [["user_id", 1]] Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/dashboard/users/show.html.slim within layouts/faalis/dashboard (6.3ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_header.html.erb (25.1ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_sidebar.html.erb (1.8ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_content_header.html.slim (0.1ms) Completed 200 OK in 674ms (Views: 625.1ms | ActiveRecord: 1.0ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:09 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:09 +0430 Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locales/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.1ms) Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:10 +0430 Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/assets/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-07-26 14:29:11 +0430 Started GET "/dashboard/auth/users/43" for 127.0.0.1 at 2015-07-26 14:29:28 +0430 Processing by Faalis::Dashboard::UsersController#show as HTML Parameters: {"id"=>"43"} Faalis::User Load (0.1ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1 [["id", 43]] Redirected to http://localhost:3000/dashboard/404 Completed 302 Found in 6ms (ActiveRecord: 0.1ms) Started GET "/dashboard/404" for 127.0.0.1 at 2015-07-26 14:29:28 +0430 Processing by Faalis::DashboardController#not_found as HTML Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/faalis/dashboard/not_found.html.slim within layouts/faalis/dashboard (5.3ms) Faalis::User Load (0.2ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]] Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_header.html.erb (12.2ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_sidebar.html.erb (2.0ms) Rendered /home/lxsameer/src/Yellowen/dashstrap/app/views/dashstrap/shared/_content_header.html.slim (0.1ms) Completed 200 OK in 580ms (Views: 576.5ms | ActiveRecord: 0.2ms) Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:29 +0430 Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:30 +0430 Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 ActionController::RoutingError (No route matches [GET] "/javascripts/locales/en.js"): actionpack (4.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.3) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.3) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.3) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.3) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' rack (1.6.4) lib/rack/runtime.rb:18:in `call' activesupport (4.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' actionpack (4.2.3) lib/action_dispatch/middleware/static.rb:116:in `call' rack (1.6.4) lib/rack/sendfile.rb:113:in `call' railties (4.2.3) lib/rails/engine.rb:518:in `call' railties (4.2.3) lib/rails/application.rb:165:in `call' rack (1.6.4) lib/rack/lock.rb:17:in `call' rack (1.6.4) lib/rack/content_length.rb:15:in `call' rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.6ms) Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/assets/glyphicons-halflings-regular.woff" for 127.0.0.1 at 2015-07-26 14:29:31 +0430 Started GET "/dashboard/404" for 127.0.0.1 at 2015-07-26 15:57:02 +0430 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Faalis::DashboardController#not_found as HTML Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/faalis/dashboard/not_found.html.slim within layouts/faalis/dashboard (14.4ms) Faalis::User Load (0.3ms) SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/dashstrap/shared/_header.html.erb (57.5ms) Completed 401 Unauthorized in 3341ms (ActiveRecord: 1.2ms) Started GET "/dashboard/404" for 127.0.0.1 at 2015-07-26 15:57:05 +0430 Processing by Faalis::DashboardController#not_found as HTML Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/faalis/dashboard/not_found.html.slim within layouts/faalis/dashboard (0.1ms) Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/dashstrap/shared/_header.html.erb (15.8ms) Completed 500 Internal Server Error in 600ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `name' for nil:NilClass): 232: