spec/dummy/log/development.log in faalis-1.0.0 vs spec/dummy/log/development.log in faalis-2.0.0.rc2
- old
+ new
@@ -1,76 +1,22 @@
-
-
-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)
- [1m[36m (142.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
- [1m[35m (0.2ms)[0m select sqlite_version(*)
- [1m[36m (89.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
- [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
-Migrating to CreateApplicationModels (20150723215115)
- [1m[36m (0.2ms)[0m [1mbegin transaction[0m
-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)
- [1m[35m (0.5ms)[0m CREATE TABLE "application_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "created_at" datetime, "updated_at" datetime)
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150723215115"]]
- [1m[35m (144.5ms)[0m commit transaction
-Migrating to DeviseCreateFaalisUsers (20150725103007)
+ [1m[36m (125.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (106.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to DeviseCreateFaalisUsers (20131013091000)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
-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)
- [1m[35m (0.5ms)[0m 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)
- [1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
+ [1m[35m (0.4ms)[0m CREATE TABLE "faalis_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "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(255), "last_sign_in_ip" varchar(255), "first_name" varchar(255), "last_name" varchar(255), "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
[1m[35m (0.1ms)[0m 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'
- [1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
WHERE name='index_faalis_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
@@ -83,6470 +29,933 @@
UNION ALL
SELECT sql
FROM sqlite_temp_master
WHERE name='index_faalis_users_on_email' AND type='index'
[0m
- [1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150725103007"]]
- [1m[35m (115.1ms)[0m commit transaction
-Migrating to CreateFaalisGroups (20150725103008)
- [1m[36m (0.2ms)[0m [1mbegin transaction[0m
-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)
- [1m[35m (0.5ms)[0m CREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "role" varchar, "created_at" datetime, "updated_at" datetime)
- [1m[36m (0.4ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_groups_on_role" ON "faalis_groups" ("role")[0m
- [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150725103008"]]
- [1m[36m (110.1ms)[0m [1mcommit transaction[0m
-Migrating to CreateFaalisPermissions (20150725103009)
- [1m[35m (0.1ms)[0m 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)
- [1m[36m (0.5ms)[0m [1mCREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "permission_type" varchar, "created_at" datetime, "updated_at" datetime) [0m
- [1m[35m (0.2ms)[0m CREATE INDEX "index_faalis_permissions_on_model" ON "faalis_permissions" ("model")
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150725103009"]]
- [1m[35m (119.1ms)[0m commit transaction
-Migrating to AddPermissionsGroupsTable (20150725103010)
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131013091000"]]
+ [1m[35m (90.2ms)[0m commit transaction
+Migrating to CreateFaalisGroups (20131020124701)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.5ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150725103010"]]
- [1m[35m (148.4ms)[0m commit transaction
-Migrating to AddUsersGroupsTable (20150725103011)
- [1m[36m (0.2ms)[0m [1mbegin transaction[0m
- [1m[35m (0.5ms)[0m CREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer)
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150725103011"]]
- [1m[35m (126.6ms)[0m commit transaction
- [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131020124701"]]
+ [1m[35m (89.6ms)[0m commit transaction
+Migrating to CreateFaalisPermissions (20131021170923)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "permission_type" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131021170923"]]
+ [1m[35m (89.9ms)[0m commit transaction
+Migrating to AddPermissionsGroupsTable (20131123120422)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131123120422"]]
+ [1m[35m (131.5ms)[0m commit transaction
+Migrating to AddUsersGroupsTable (20140613120923)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140613120923"]]
+ [1m[35m (114.8ms)[0m commit transaction
+Migrating to FaalisGroupsUsers (20140617124019)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140617124019"]]
+ [1m[36m (115.5ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
- WHERE name='index_faalis_groups_on_role' AND type='index'
+ WHERE name='index_faalis_users_on_reset_password_token' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
- WHERE name='index_faalis_groups_on_role' AND type='index'
+ WHERE name='index_faalis_users_on_reset_password_token' AND type='index'
[1m[36m (0.1ms)[0m [1m SELECT sql
FROM sqlite_master
- WHERE name='index_faalis_permissions_on_model' AND type='index'
+ WHERE name='index_faalis_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
- WHERE name='index_faalis_permissions_on_model' AND type='index'
+ WHERE name='index_faalis_users_on_email' AND type='index'
[0m
+ [1m[36m (125.9ms)[0m [1mCREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (116.3ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36m (126.3ms)[0m [1mCREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer) [0m
+ [1m[35m (108.1ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "permission_type" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36m (89.4ms)[0m [1mCREATE TABLE "faalis_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "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(255), "last_sign_in_ip" varchar(255), "first_name" varchar(255), "last_name" varchar(255), "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (91.4ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
[1m[35m (0.1ms)[0m SELECT sql
FROM sqlite_master
- WHERE name='index_faalis_users_on_unlock_token' AND type='index'
+ WHERE name='index_faalis_users_on_email' AND type='index'
UNION ALL
SELECT sql
FROM sqlite_temp_master
- WHERE name='index_faalis_users_on_unlock_token' AND type='index'
+ WHERE name='index_faalis_users_on_email' AND type='index'
- [1m[36m (0.1ms)[0m [1m SELECT sql
+ [1m[36m (82.9ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
+
+ [1m[36m (0.1ms)[0m [1m 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'
[0m
+ [1m[35m (99.5ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36m (98.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (100.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (116.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140617124019')
+ [1m[36m (100.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140613120923')[0m
+ [1m[35m (117.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131021170923')
+ [1m[36m (100.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131123120422')[0m
+ [1m[35m (117.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131020124701')
+ [1m[36m (116.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131013091000')[0m
+ [1m[36m (145.2ms)[0m [1mCREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (124.6ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36m (116.5ms)[0m [1mCREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer) [0m
+ [1m[35m (149.6ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "permission_type" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36m (248.0ms)[0m [1mCREATE TABLE "faalis_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "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(255), "last_sign_in_ip" varchar(255), "first_name" varchar(255), "last_name" varchar(255), "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (91.4ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
[1m[35m (0.1ms)[0m 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'
+ [1m[36m (107.9ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (107.7ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36m (90.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (99.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (91.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140617124019')
+ [1m[36m (116.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140613120923')[0m
+ [1m[35m (150.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131021170923')
+ [1m[36m (142.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131123120422')[0m
+ [1m[35m (118.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131020124701')
+ [1m[36m (108.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131013091000')[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
-Started GET "/" for 127.0.0.1 at 2015-07-25 15:08:42 +0430
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-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)
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-25 15:08:46 +0430
-Processing by Faalis::DashboardController#index as HTML
- [1m[35mFaalis::User Load (0.3ms)[0m 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)
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
-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)
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
-ActionView::Template::Error (couldn't find file 'faalis/ltr/application' with type 'text/css'):
- 3: <head>
- 4: <title><%= Faalis::Engine.site_title %></title>
- 5: <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- 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
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (146.6ms)[0m [1mCREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (108.1ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36m (153.0ms)[0m [1mCREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer) [0m
+ [1m[35m (105.5ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "permission_type" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36m (105.4ms)[0m [1mCREATE TABLE "faalis_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "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(255), "last_sign_in_ip" varchar(255), "first_name" varchar(255), "last_name" varchar(255), "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.3ms)[0m select sqlite_version(*)
+ [1m[36m (109.0ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (99.4ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
- 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)
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (99.3ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36m (114.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (108.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (108.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140617124019')
+ [1m[36m (129.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140613120923')[0m
+ [1m[35m (120.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131021170923')
+ [1m[36m (133.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131123120422')[0m
+ [1m[35m (108.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131020124701')
+ [1m[36m (108.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131013091000')[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (142.2ms)[0m [1mCREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (132.9ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36m (125.0ms)[0m [1mCREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer) [0m
+ [1m[35m (116.3ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "permission_type" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36m (132.1ms)[0m [1mCREATE TABLE "faalis_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "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(255), "last_sign_in_ip" varchar(255), "first_name" varchar(255), "last_name" varchar(255), "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (147.6ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (99.4ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
-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)
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (115.9ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36m (98.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (99.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (99.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140617124019')
+ [1m[36m (100.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140613120923')[0m
+ [1m[35m (116.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131021170923')
+ [1m[36m (150.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131123120422')[0m
+ [1m[35m (108.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131020124701')
+ [1m[36m (108.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131013091000')[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (115.2ms)[0m [1mCREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (124.7ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36m (108.2ms)[0m [1mCREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer) [0m
+ [1m[35m (108.2ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar(255), "permission_type" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36m (105.3ms)[0m [1mCREATE TABLE "faalis_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "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(255), "last_sign_in_ip" varchar(255), "first_name" varchar(255), "last_name" varchar(255), "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (107.8ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
+ [1m[35m (0.1ms)[0m 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 "/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)
+ [1m[36m (174.2ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
-ActionView::Template::Error (couldn't find file 'faalis/ltr/application' with type 'text/css'):
- 3: <head>
- 4: <title><%= Faalis::Engine.site_title %></title>
- 5: <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- 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
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (125.5ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36m (106.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (116.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (116.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140617124019')
+ [1m[36m (116.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140613120923')[0m
+ [1m[35m (116.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131021170923')
+ [1m[36m (133.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131123120422')[0m
+ [1m[35m (150.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131020124701')
+ [1m[36m (116.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131013091000')[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (102.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (83.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to DeviseCreateFaalisUsers (20131013091000)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131013091000_devise_create_faalis_users.rb:53)
+ [1m[35m (0.4ms)[0m 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, "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar, "locked_at" datetime, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
- 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)
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131013091000"]]
+ [1m[35m (89.5ms)[0m commit transaction
+Migrating to CreateFaalisGroups (20131020124701)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131020124701_create_faalis_groups.rb:7)
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "role" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131020124701"]]
+ [1m[35m (76.1ms)[0m commit transaction
+Migrating to CreateFaalisPermissions (20131021170923)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131021170923_create_faalis_permissions.rb:7)
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "permission_type" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131021170923"]]
+ [1m[35m (80.9ms)[0m commit transaction
+Migrating to AddPermissionsGroupsTable (20131123120422)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131123120422"]]
+ [1m[35m (106.5ms)[0m commit transaction
+Migrating to AddUsersGroupsTable (20140613120923)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140613120923"]]
+ [1m[35m (106.4ms)[0m commit transaction
+Migrating to FaalisGroupsUsers (20140617124019)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140617124019"]]
+ [1m[36m (93.5ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (115.0ms)[0m [1mCREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "role" varchar, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (116.4ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36m (99.8ms)[0m [1mCREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer) [0m
+ [1m[35m (104.2ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "permission_type" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (100.4ms)[0m [1mCREATE 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, "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar, "locked_at" datetime, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (116.3ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
+ [1m[35m (0.1ms)[0m 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 "/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)
+ [1m[36m (77.7ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
-ActionView::Template::Error (couldn't find file 'dashstrap/dashboard/ltr/application' with type 'text/css'):
- 4: <title><%= Faalis::Engine.site_title %></title>
- 5: <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- 6:
- 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %>
- 8: <%= javascript_include_tag :modernizr %>
- 9: <%= csrf_meta_tags %>
- 10: </head>
- /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'
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (82.7ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36m (73.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (99.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (100.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140617124019')
+ [1m[36m (100.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140613120923')[0m
+ [1m[35m (100.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131021170923')
+ [1m[36m (100.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131123120422')[0m
+ [1m[35m (142.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131020124701')
+ [1m[36m (100.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131013091000')[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mFaalis::User Load (0.2ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" ORDER BY "faalis_users"."id" ASC LIMIT 1[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
- 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)
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (115.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (101.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreateApplicationModels (20150120211313)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+DEPRECATION WARNING: `#timestamp` 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/20150120211313_create_application_models.model_discovery_engine.rb:7)
+ [1m[35m (0.3ms)[0m CREATE TABLE "application_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20150120211313"]]
+ [1m[35m (103.0ms)[0m commit transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (129.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (99.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to DeviseCreateFaalisUsers (20131013091000)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131013091000_devise_create_faalis_users.rb:53)
+ [1m[35m (0.4ms)[0m 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, "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar, "locked_at" datetime, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
-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)
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131013091000"]]
+ [1m[35m (99.3ms)[0m commit transaction
+Migrating to CreateFaalisGroups (20131020124701)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131020124701_create_faalis_groups.rb:7)
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "role" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131020124701"]]
+ [1m[35m (122.7ms)[0m commit transaction
+Migrating to CreateFaalisPermissions (20131021170923)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131021170923_create_faalis_permissions.rb:7)
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "permission_type" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131021170923"]]
+ [1m[35m (106.2ms)[0m commit transaction
+Migrating to AddPermissionsGroupsTable (20131123120422)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131123120422"]]
+ [1m[35m (107.8ms)[0m commit transaction
+Migrating to AddUsersGroupsTable (20140613120923)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140613120923"]]
+ [1m[35m (114.8ms)[0m commit transaction
+Migrating to FaalisGroupsUsers (20140617124019)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140617124019"]]
+ [1m[36m (115.5ms)[0m [1mcommit transaction[0m
+Migrating to CreateApplicationModels (20150120211313)
+ [1m[35m (0.7ms)[0m begin transaction
+DEPRECATION WARNING: `#timestamp` 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/20150120211313_create_application_models.model_discovery_engine.rb:7)
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "application_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150120211313"]]
+ [1m[36m (146.7ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
-ActionView::Template::Error (couldn't find file 'Faalis/dashboard/ltr/application' with type 'text/css'):
- 4: <title><%= Faalis::Engine.site_title %></title>
- 5: <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- 6:
- 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %>
- 8: <%= javascript_include_tag :modernizr %>
- 9: <%= csrf_meta_tags %>
- 10: </head>
- /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: <title><%= Faalis::Engine.site_title %></title>
- 5: <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- 6:
- 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %>
- 8: <%= javascript_include_tag :modernizr %>
- 9: <%= csrf_meta_tags %>
- 10: </head>
- /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: <title><%= Faalis::Engine.site_title %></title>
- 5: <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- 6:
- 7: <%= stylesheet_link_tag "dashboard/" + Faalis::I18n.direction(I18n.locale) + "/application", media: "all" %>
- 8: <%= javascript_include_tag :modernizr %>
- 9: <%= csrf_meta_tags %>
- 10: </head>
- /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
- [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-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"}
- [1m[35mFaalis::User Load (0.7ms)[0m 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"}
- [1m[36mFaalis::User Load (0.2ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1[0m [["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)
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
- [1m[35mApplicationModels Load (0.3ms)[0m SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "Faalis::User"]]
+ [1m[35mApplicationModels Load (0.2ms)[0m SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "Faalis::User"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.3ms)[0m 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"]]
- [1m[36m (90.5ms)[0m [1mcommit transaction[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "application_models" ("model", "created_at", "updated_at") VALUES (?, ?, ?) [["model", "Faalis::User"], ["created_at", "2015-01-20 21:14:33.355300"], ["updated_at", "2015-01-20 21:14:33.355300"]]
+ [1m[36m (137.4ms)[0m [1mcommit transaction[0m
[1m[35mApplicationModels Load (0.1ms)[0m SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "ActiveRecord::SchemaMigration"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.3ms)[0m 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"]]
- [1m[36m (78.5ms)[0m [1mcommit transaction[0m
- [1m[35mApplicationModels Load (0.2ms)[0m SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "Faalis::Group"]]
- [1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.2ms)[0m 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"]]
- [1m[36m (79.5ms)[0m [1mcommit transaction[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "application_models" ("model", "created_at", "updated_at") VALUES (?, ?, ?) [["model", "ActiveRecord::SchemaMigration"], ["created_at", "2015-01-20 21:14:33.495501"], ["updated_at", "2015-01-20 21:14:33.495501"]]
+ [1m[36m (114.7ms)[0m [1mcommit transaction[0m
[1m[35mApplicationModels Load (0.1ms)[0m SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "Faalis::Permission"]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.2ms)[0m 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"]]
- [1m[36m (62.4ms)[0m [1mcommit transaction[0m
- [1m[35mApplicationModels Load (0.3ms)[0m SELECT "application_models".* FROM "application_models"
- [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"], ["permission_type", "read"]]
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "application_models" ("model", "created_at", "updated_at") VALUES (?, ?, ?) [["model", "Faalis::Permission"], ["created_at", "2015-01-20 21:14:33.612365"], ["updated_at", "2015-01-20 21:14:33.612365"]]
+ [1m[36m (138.7ms)[0m [1mcommit transaction[0m
+ [1m[35mApplicationModels Load (0.1ms)[0m SELECT "application_models".* FROM "application_models" WHERE "application_models"."model" = ? LIMIT 1 [["model", "Faalis::Group"]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "application_models" ("model", "created_at", "updated_at") VALUES (?, ?, ?) [["model", "Faalis::Group"], ["created_at", "2015-01-20 21:14:33.753372"], ["updated_at", "2015-01-20 21:14:33.753372"]]
+ [1m[36m (132.6ms)[0m [1mcommit transaction[0m
+ [1m[35mApplicationModels Load (0.2ms)[0m SELECT "application_models".* FROM "application_models"
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'read' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"]]
[1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::User"], ["permission_type", "read"], ["created_at", "2015-07-25 11:52:03.452597"], ["updated_at", "2015-07-25 11:52:03.452597"]]
- [1m[35m (71.5ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"], ["permission_type", "update"]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::User"], ["permission_type", "read"], ["created_at", "2015-01-20 21:14:33.894543"], ["updated_at", "2015-01-20 21:14:33.894543"]]
+ [1m[35m (108.2ms)[0m commit transaction
+ [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'update' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"]]
[1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::User"], ["permission_type", "update"], ["created_at", "2015-07-25 11:52:03.528553"], ["updated_at", "2015-07-25 11:52:03.528553"]]
- [1m[35m (96.8ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"], ["permission_type", "create"]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::User"], ["permission_type", "update"], ["created_at", "2015-01-20 21:14:34.005963"], ["updated_at", "2015-01-20 21:14:34.005963"]]
+ [1m[35m (114.1ms)[0m commit transaction
+ [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'create' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::User"], ["permission_type", "create"], ["created_at", "2015-01-20 21:14:34.122779"], ["updated_at", "2015-01-20 21:14:34.122779"]]
+ [1m[35m (131.1ms)[0m commit transaction
+ [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'destroy' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"]]
[1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::User"], ["permission_type", "create"], ["created_at", "2015-07-25 11:52:03.629400"], ["updated_at", "2015-07-25 11:52:03.629400"]]
- [1m[35m (78.5ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"], ["permission_type", "destroy"]]
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::User"], ["permission_type", "destroy"], ["created_at", "2015-01-20 21:14:34.256671"], ["updated_at", "2015-01-20 21:14:34.256671"]]
+ [1m[35m (98.9ms)[0m commit transaction
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'read' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"]]
[1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::User"], ["permission_type", "destroy"], ["created_at", "2015-07-25 11:52:03.711978"], ["updated_at", "2015-07-25 11:52:03.711978"]]
- [1m[35m (78.5ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"], ["permission_type", "read"]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::Group"], ["permission_type", "read"], ["created_at", "2015-01-20 21:14:34.358390"], ["updated_at", "2015-01-20 21:14:34.358390"]]
+ [1m[35m (97.7ms)[0m commit transaction
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'update' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"]]
[1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::Group"], ["permission_type", "read"], ["created_at", "2015-07-25 11:52:03.794919"], ["updated_at", "2015-07-25 11:52:03.794919"]]
- [1m[35m (77.5ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"], ["permission_type", "update"]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::Group"], ["permission_type", "update"], ["created_at", "2015-01-20 21:14:34.458648"], ["updated_at", "2015-01-20 21:14:34.458648"]]
+ [1m[35m (97.9ms)[0m commit transaction
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'create' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"]]
[1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::Group"], ["permission_type", "update"], ["created_at", "2015-07-25 11:52:03.877150"], ["updated_at", "2015-07-25 11:52:03.877150"]]
- [1m[35m (86.0ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"], ["permission_type", "create"]]
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::Group"], ["permission_type", "create"], ["created_at", "2015-01-20 21:14:34.559152"], ["updated_at", "2015-01-20 21:14:34.559152"]]
+ [1m[35m (97.7ms)[0m commit transaction
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'destroy' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"]]
[1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::Group"], ["permission_type", "create"], ["created_at", "2015-07-25 11:52:03.967830"], ["updated_at", "2015-07-25 11:52:03.967830"]]
- [1m[35m (86.5ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"], ["permission_type", "destroy"]]
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::Group"], ["permission_type", "destroy"], ["created_at", "2015-07-25 11:52:04.058630"], ["updated_at", "2015-07-25 11:52:04.058630"]]
- [1m[35m (102.8ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"], ["permission_type", "read"]]
- [1m[35mFaalis::Permission Load (0.1ms)[0m 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"]]
- [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"], ["permission_type", "create"]]
- [1m[35mFaalis::Permission Load (0.1ms)[0m 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"]]
- [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"], ["permission_type", "read"]]
- [1m[35mFaalis::Permission Load (0.1ms)[0m 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"]]
- [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"], ["permission_type", "create"]]
- [1m[35mFaalis::Permission Load (0.1ms)[0m 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"]]
- [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Permissions::Auth"], ["permission_type", "read"]]
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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"]]
- [1m[35m (81.9ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Permissions::Auth"], ["permission_type", "update"]]
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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"]]
- [1m[35m (79.2ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.2ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Permissions::Auth"], ["permission_type", "create"]]
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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"]]
- [1m[35m (137.4ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = ? ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Permissions::Auth"], ["permission_type", "destroy"]]
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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"]]
- [1m[35m (102.9ms)[0m commit transaction
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_permissions" ("model", "permission_type", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["model", "Faalis::Group"], ["permission_type", "destroy"], ["created_at", "2015-01-20 21:14:34.659583"], ["updated_at", "2015-01-20 21:14:34.659583"]]
+ [1m[35m (322.8ms)[0m commit transaction
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'read' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"]]
+ [1m[35mFaalis::Permission Load (0.1ms)[0m SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'update' ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"]]
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'create' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::User"]]
+ [1m[35mFaalis::Permission Load (0.1ms)[0m SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'destroy' ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::User"]]
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'read' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"]]
+ [1m[35mFaalis::Permission Load (0.1ms)[0m SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'update' ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"]]
+ [1m[36mFaalis::Permission Load (0.1ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'create' ORDER BY "faalis_permissions"."id" ASC LIMIT 1[0m [["model", "Faalis::Group"]]
+ [1m[35mFaalis::Permission Load (0.1ms)[0m SELECT "faalis_permissions".* FROM "faalis_permissions" WHERE "faalis_permissions"."model" = ? AND "faalis_permissions"."permission_type" = 'destroy' ORDER BY "faalis_permissions"."id" ASC LIMIT 1 [["model", "Faalis::Group"]]
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (131.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (132.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to DeviseCreateFaalisUsers (20131013091000)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mFaalis::Group Exists (0.2ms)[0m SELECT 1 AS one FROM "faalis_groups" WHERE "faalis_groups"."role" = 'admin' LIMIT 1
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_groups" ("name", "role", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Admin"], ["role", "admin"], ["created_at", "2015-07-25 11:52:04.602926"], ["updated_at", "2015-07-25 11:52:04.602926"]]
- [1m[35m (68.4ms)[0m commit transaction
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131013091000_devise_create_faalis_users.rb:53)
+ [1m[35m (0.4ms)[0m 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, "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar, "locked_at" datetime, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")[0m
+ [1m[35m (0.1ms)[0m 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'
+
+ [1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")[0m
+ [1m[35m (0.1ms)[0m 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'
+
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131013091000"]]
+ [1m[35m (131.4ms)[0m commit transaction
+Migrating to CreateFaalisGroups (20131020124701)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mFaalis::Group Exists (0.1ms)[0m SELECT 1 AS one FROM "faalis_groups" WHERE "faalis_groups"."role" = 'guest' LIMIT 1
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_groups" ("name", "role", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Guest"], ["role", "guest"], ["created_at", "2015-07-25 11:52:04.674420"], ["updated_at", "2015-07-25 11:52:04.674420"]]
- [1m[35m (73.6ms)[0m commit transaction
- [1m[36mFaalis::Permission Load (0.3ms)[0m [1mSELECT "faalis_permissions".* FROM "faalis_permissions"[0m
- [1m[35mFaalis::Permission Load (0.3ms)[0m 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]]
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131020124701_create_faalis_groups.rb:7)
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "role" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131020124701"]]
+ [1m[35m (113.2ms)[0m commit transaction
+Migrating to CreateFaalisPermissions (20131021170923)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.4ms)[0m INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 1]]
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?)[0m [["group_id", 1], ["permission_id", 2]]
- [1m[35mSQL (0.1ms)[0m INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 3]]
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?)[0m [["group_id", 1], ["permission_id", 4]]
- [1m[35mSQL (0.0ms)[0m INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 5]]
- [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?)[0m [["group_id", 1], ["permission_id", 6]]
- [1m[35mSQL (0.0ms)[0m INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 7]]
- [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?)[0m [["group_id", 1], ["permission_id", 8]]
- [1m[35mSQL (0.1ms)[0m INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 9]]
- [1m[36mSQL (0.0ms)[0m [1mINSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?)[0m [["group_id", 1], ["permission_id", 10]]
- [1m[35mSQL (0.0ms)[0m INSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?) [["group_id", 1], ["permission_id", 11]]
- [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "faalis_groups_permissions" ("group_id", "permission_id") VALUES (?, ?)[0m [["group_id", 1], ["permission_id", 12]]
- [1m[35m (63.6ms)[0m commit transaction
+DEPRECATION WARNING: `#timestamp` 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/db/migrate/20131021170923_create_faalis_permissions.rb:7)
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "permission_type" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131021170923"]]
+ [1m[35m (106.6ms)[0m commit transaction
+Migrating to AddPermissionsGroupsTable (20131123120422)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mFaalis::User Exists (0.2ms)[0m SELECT 1 AS one FROM "faalis_users" WHERE "faalis_users"."email" = 'admin@example.com' LIMIT 1
- [1m[36mFaalis::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "faalis_users" WHERE "faalis_users"."email" = 'admin@example.com' LIMIT 1[0m
- [1m[35mFaalis::Group Load (0.2ms)[0m SELECT "faalis_groups".* FROM "faalis_groups" WHERE "faalis_groups"."name" = ? AND "faalis_groups"."role" = ? LIMIT 1 [["name", "Guest"], ["role", "guest"]]
- [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "faalis_users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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"]]
- [1m[35mSQL (0.1ms)[0m INSERT INTO "faalis_groups_users" ("group_id", "user_id") VALUES (?, ?) [["group_id", 2], ["user_id", 1]]
- [1m[36m (69.2ms)[0m [1mcommit transaction[0m
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "faalis_groups_users" ("user_id", "group_id") VALUES (?, ?)[0m [["user_id", 1], ["group_id", 1]]
- [1m[35m (71.2ms)[0m commit transaction
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20131123120422"]]
+ [1m[35m (123.0ms)[0m commit transaction
+Migrating to AddUsersGroupsTable (20140613120923)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mFaalis::User Exists (0.2ms)[0m SELECT 1 AS one FROM "faalis_users" WHERE "faalis_users"."email" = 'user@example.com' LIMIT 1
- [1m[36mFaalis::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "faalis_users" WHERE "faalis_users"."email" = 'user@example.com' LIMIT 1[0m
- [1m[35mFaalis::Group Load (0.1ms)[0m SELECT "faalis_groups".* FROM "faalis_groups" WHERE "faalis_groups"."name" = ? AND "faalis_groups"."role" = ? LIMIT 1 [["name", "Guest"], ["role", "guest"]]
- [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "faalis_users" ("email", "encrypted_password", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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"]]
- [1m[35mSQL (0.1ms)[0m INSERT INTO "faalis_groups_users" ("group_id", "user_id") VALUES (?, ?) [["group_id", 2], ["user_id", 2]]
- [1m[36m (72.3ms)[0m [1mcommit transaction[0m
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "faalis_groups_users" ("user_id", "group_id") VALUES (?, ?)[0m [["user_id", 2], ["group_id", 2]]
- [1m[35m (78.0ms)[0m commit transaction
+ [1m[35m (0.3ms)[0m CREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140613120923"]]
+ [1m[35m (114.7ms)[0m commit transaction
+Migrating to FaalisGroupsUsers (20140617124019)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.1ms)[0m commit transaction
- [1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.1ms)[0m commit transaction
-
-
-Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-25 16:23:37 +0430
- [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-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"}
- [1m[35mFaalis::User Load (0.3ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]
- [1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.4ms)[0m 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]]
- [1m[36m (132.4ms)[0m [1mcommit transaction[0m
-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
- [1m[35mFaalis::User Load (0.3ms)[0m 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: <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
- /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
- [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-Processing by Faalis::DashboardController#index as HTML
- [1m[35mFaalis::User Load (0.3ms)[0m 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: <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
- /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
- [1m[36mFaalis::User Load (0.1ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1[0m [["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: <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
- /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
- [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-Processing by Faalis::DashboardController#index as HTML
- [1m[35mFaalis::User Load (0.3ms)[0m 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
- [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-
-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"}
- [1m[35mFaalis::User Load (0.4ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1 [["id", 1]]
- [1m[36mFaalis::User Load (0.3ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1[0m [["id", 1]]
- [1m[35mFaalis::Group Load (0.3ms)[0m 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"}
- [1m[36mFaalis::User Load (0.1ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1[0m [["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)
- [1m[35mFaalis::User Load (0.1ms)[0m 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
- [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-Processing by Faalis::Dashboard::UsersController#show as HTML
- Parameters: {"id"=>"1"}
- [1m[35mFaalis::User Load (0.3ms)[0m 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"}
- [1m[36mFaalis::User Load (0.2ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1[0m [["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
- [1m[35mFaalis::User Load (0.3ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]]
- [1m[36m (0.2ms)[0m [1mbegin transaction[0m
- [1m[35m (0.1ms)[0m 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"}
- [1m[36mFaalis::User Load (0.3ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1[0m [["email", "admin@example.com"]]
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140617124019"]]
+ [1m[36m (194.0ms)[0m [1mcommit transaction[0m
+Migrating to CreateApplicationModels (20150120211313)
[1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.4ms)[0m [1mUPDATE "faalis_users" SET "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "faalis_users"."id" = ?[0m [["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]]
- [1m[35m (69.4ms)[0m commit transaction
-Redirected to http://localhost:3000/dashboard
-Completed 302 Found in 233ms (ActiveRecord: 70.2ms)
+DEPRECATION WARNING: `#timestamp` 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/20150120211313_create_application_models.model_discovery_engine.rb:7)
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "application_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150120211313"]]
+ [1m[36m (127.4ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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'
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)
+ [1m[36m (118.1ms)[0m [1mCREATE TABLE "application_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (99.5ms)[0m CREATE TABLE "faalis_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "role" varchar, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (99.7ms)[0m [1mCREATE TABLE "faalis_groups_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permission_id" integer, "group_id" integer) [0m
+ [1m[35m (108.1ms)[0m CREATE TABLE "faalis_groups_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "group_id" integer)
+ [1m[36m (158.1ms)[0m [1mCREATE TABLE "faalis_permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "model" varchar, "permission_type" varchar, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35m (123.1ms)[0m 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, "group_id" integer DEFAULT 2, "failed_attempts" integer DEFAULT 0, "unlock_token" varchar, "locked_at" datetime, "created_at" datetime, "updated_at" datetime)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (124.4ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_email" ON "faalis_users" ("email")
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (116.1ms)[0m CREATE UNIQUE INDEX "index_faalis_users_on_reset_password_token" ON "faalis_users" ("reset_password_token")
+ [1m[36m (0.1ms)[0m [1m 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'
+[0m
+ [1m[35m (0.1ms)[0m 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 "/dashboard" for 127.0.0.1 at 2015-07-26 14:28:54 +0430
-Processing by Faalis::DashboardController#index as HTML
- [1m[36mFaalis::User Load (0.1ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1[0m [["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"}
- [1m[35mFaalis::User Load (0.1ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1 [["id", 1]]
- [1m[36mFaalis::User Load (0.1ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1[0m [["id", 1]]
- [1m[35mFaalis::Group Load (0.3ms)[0m 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"}
- [1m[36mFaalis::User Load (0.1ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? LIMIT 1[0m [["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)
- [1m[35mFaalis::User Load (0.2ms)[0m 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
- [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-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)
- [1m[35mFaalis::User Load (0.3ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]]
- [1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35m (0.1ms)[0m 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: <li class="dropdown user user-menu">
- 233: <a href="#" class="dropdown-toggle" data-toggle="dropdown">
- 234: <i class="glyphicon glyphicon-user"></i>
- 235: <span> <%= current_user.name %> <i class="caret"></i></span>
- 236: </a>
- 237: <ul class="dropdown-menu">
- 238: <!-- User image -->
- dashstrap (1.0.0) app/views/dashstrap/shared/_header.html.erb:235:in `__home_lxsameer__rbenv_versions_______lib_ruby_gems_______gems_dashstrap_______app_views_dashstrap_shared__header_html_erb___4032480752395524832_70131557020480'
- 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/partial_renderer.rb:339:in `render_partial'
- actionview (4.2.3) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
- actionview (4.2.3) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
- 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'
- actionview (4.2.3) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
- actionview (4.2.3) lib/action_view/renderer/partial_renderer.rb:309:in `render'
- actionview (4.2.3) lib/action_view/renderer/renderer.rb:47:in `render_partial'
- actionview (4.2.3) lib/action_view/helpers/rendering_helper.rb:35:in `render'
- dashstrap (1.0.0) app/views/layouts/faalis/dashboard.html.erb:22:in `__home_lxsameer__rbenv_versions_______lib_ruby_gems_______gems_dashstrap_______app_views_layouts_faalis_dashboard_html_erb__2172924411574011726_70131543091100'
- 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 (11.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 (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/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 (40.8ms)
-
-
-Started GET "/dashboard/404" for 127.0.0.1 at 2015-07-26 15:57:16 +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 (11.5ms)
-Completed 500 Internal Server Error in 600ms (ActiveRecord: 0.0ms)
-
-ActionView::Template::Error (undefined method `name' for nil:NilClass):
- 232: <li class="dropdown user user-menu">
- 233: <a href="#" class="dropdown-toggle" data-toggle="dropdown">
- 234: <i class="glyphicon glyphicon-user"></i>
- 235: <span> <%= current_user.name %> <i class="caret"></i></span>
- 236: </a>
- 237: <ul class="dropdown-menu">
- 238: <!-- User image -->
- dashstrap (1.0.0) app/views/dashstrap/shared/_header.html.erb:235:in `__home_lxsameer__rbenv_versions_______lib_ruby_gems_______gems_dashstrap_______app_views_dashstrap_shared__header_html_erb___4032480752395524832_70131557020480'
- 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/partial_renderer.rb:339:in `render_partial'
- actionview (4.2.3) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
- actionview (4.2.3) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
- 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'
- actionview (4.2.3) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
- actionview (4.2.3) lib/action_view/renderer/partial_renderer.rb:309:in `render'
- actionview (4.2.3) lib/action_view/renderer/renderer.rb:47:in `render_partial'
- actionview (4.2.3) lib/action_view/helpers/rendering_helper.rb:35:in `render'
- dashstrap (1.0.0) app/views/layouts/faalis/dashboard.html.erb:22:in `__home_lxsameer__rbenv_versions_______lib_ruby_gems_______gems_dashstrap_______app_views_layouts_faalis_dashboard_html_erb__2172924411574011726_70131543091100'
- 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 (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.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.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 (27.8ms)
-
-
-Started GET "/dashboard/" for 127.0.0.1 at 2015-07-26 15:57:28 +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 15:57:28 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_links.erb (2.3ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_omni_link.erb (0.8ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (24.4ms)
-Completed 200 OK in 120ms (Views: 116.2ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:28 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:28 +0430
-
-
-Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 15:57:28 +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.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.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.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/_table.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/rescues/_request_and_response.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/routing_error.html.erb within rescues/layout (66.6ms)
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:28 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:28 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:28 +0430
-
-
-Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 15:57:28 +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 (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/_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.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.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 (3.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 (62.6ms)
-
-
-Started GET "/assets/fontawesome-webfont.woff2?v=4.3.0" for 127.0.0.1 at 2015-07-26 15:57:29 +0430
-
-
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 15:57:33 +0430
-Processing by Faalis::DashboardController#index as HTML
-Completed 401 Unauthorized in 8ms (ActiveRecord: 0.0ms)
-
-
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 15:57:33 +0430
-Processing by Faalis::DashboardController#index as HTML
-Completed 401 Unauthorized in 4ms (ActiveRecord: 0.0ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 15:57:33 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_links.erb (0.7ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.9ms)
-Completed 200 OK in 56ms (Views: 53.6ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:34 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:34 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:34 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:34 +0430
-
-
-Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 15:57: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 (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.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.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 (56.7ms)
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:57:34 +0430
-
-
-Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 15:57: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.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.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 (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.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 (56.6ms)
-
-
-Started GET "/assets/fontawesome-webfont.woff2?v=4.3.0" for 127.0.0.1 at 2015-07-26 15:57:34 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:59:32 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:59:32 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:59:32 +0430
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:59:32 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 15:59:32 +0430
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 16:11:25 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_links.erb (0.9ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_omni_link.erb (0.1ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (7.2ms)
-Completed 200 OK in 211ms (Views: 207.6ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 16:11:25 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 16:11:25 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 16:11:25 +0430
-
-
-Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 16:11:25 +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.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 (4.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/_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.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 (66.7ms)
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 16:11:26 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 16:11:26 +0430
-
-
-Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 16:11:26 +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 (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 (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/routes/_route.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/_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.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 (67.3ms)
-
-
-Started GET "/__identify__" for 127.0.0.1 at 2015-07-26 16:48:39 +0430
-
-ActionController::RoutingError (No route matches [GET] "/__identify__"):
- 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.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/_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 (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 (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/routing_error.html.erb within rescues/layout (51.9ms)
-
-
-Started GET "/__identify__" for 127.0.0.1 at 2015-07-26 16:48:39 +0430
-
-ActionController::RoutingError (No route matches [GET] "/__identify__"):
- 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.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 (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 (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/routing_error.html.erb within rescues/layout (53.1ms)
-
-
-Started GET "/__identify__" for 127.0.0.1 at 2015-07-26 16:48:41 +0430
-
-ActionController::RoutingError (No route matches [GET] "/__identify__"):
- 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.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.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 (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 (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/routing_error.html.erb within rescues/layout (56.6ms)
-
-
-Started GET "/__identify__" for 127.0.0.1 at 2015-07-26 16:48:41 +0430
-
-ActionController::RoutingError (No route matches [GET] "/__identify__"):
- 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.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 (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 (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/routing_error.html.erb within rescues/layout (51.5ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:10:24 +0430
- [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_links.erb (1.9ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_omni_link.erb (0.7ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (316.4ms)
-Completed 200 OK in 855ms (Views: 821.9ms | ActiveRecord: 0.5ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:10:25 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:10:25 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:10:25 +0430
-
-
-Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 17:10:25 +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.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.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 (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 (16.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 (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/rescues/routing_error.html.erb within rescues/layout (123.9ms)
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:10:26 +0430
-
-
-Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 17:10:26 +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.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.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.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/_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/routing_error.html.erb within rescues/layout (49.9ms)
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:10:26 +0430
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:32:02 +0430
- [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_links.erb (3.1ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_omni_link.erb (0.7ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (397.7ms)
-Completed 200 OK in 1293ms (Views: 1251.1ms | ActiveRecord: 0.7ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:03 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:03 +0430
-
-
-Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 17:32: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 (4.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.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.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 (24.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.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/routing_error.html.erb within rescues/layout (105.1ms)
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:03 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:03 +0430
-
-
-Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 17:32: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 (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 (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/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/_table.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/_request_and_response.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/routing_error.html.erb within rescues/layout (74.0ms)
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:04 +0430
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:32:17 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_links.erb (0.8ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (21.4ms)
-Completed 200 OK in 72ms (Views: 69.1ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:17 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:17 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:17 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:17 +0430
-
-
-Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 17:32:17 +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.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/_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.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 (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 (56.4ms)
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:17 +0430
-
-
-Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 17:32:17 +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.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.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.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 (55.2ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:32:19 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_links.erb (0.7ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.0.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.7ms)
-Completed 200 OK in 52ms (Views: 49.8ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:19 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:19 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:19 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:19 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:32:19 +0430
-
-
-Started GET "/javascripts/simple.js" for 127.0.0.1 at 2015-07-26 17:32:19 +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.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.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.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.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 (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/rescues/routing_error.html.erb within rescues/layout (54.6ms)
-
-
-Started GET "/javascripts/locale/en.js" for 127.0.0.1 at 2015-07-26 17:32:19 +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.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.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/_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.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/_request_and_response.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/rescues/routing_error.html.erb within rescues/layout (53.4ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:33:01 +0430
- [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (2.1ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.8ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (330.1ms)
-Completed 200 OK in 1278ms (Views: 1248.8ms | ActiveRecord: 0.5ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:02 +0430
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (0.6ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.5ms)
-Completed 200 OK in 74ms (Views: 71.3ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:33:08 +0430
-
-
-Started GET "/__identify__" for 127.0.0.1 at 2015-07-26 17:33:29 +0430
-
-ActionController::RoutingError (No route matches [GET] "/__identify__"):
- 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.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/_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 (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/_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/routing_error.html.erb within rescues/layout (57.6ms)
-
-
-Started GET "/__identify__" for 127.0.0.1 at 2015-07-26 17:33:29 +0430
-
-ActionController::RoutingError (No route matches [GET] "/__identify__"):
- 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.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.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 (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/routing_error.html.erb within rescues/layout (53.3ms)
-
-
-Started GET "/__identify__" for 127.0.0.1 at 2015-07-26 17:33:30 +0430
-
-ActionController::RoutingError (No route matches [GET] "/__identify__"):
- 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.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/_route.html.erb (3.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/_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.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.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 (51.8ms)
-
-
-Started GET "/__identify__" for 127.0.0.1 at 2015-07-26 17:33:31 +0430
-
-ActionController::RoutingError (No route matches [GET] "/__identify__"):
- 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.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.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.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/_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/routing_error.html.erb within rescues/layout (51.8ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:34:15 +0430
- [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (2.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (1.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (353.9ms)
-Completed 200 OK in 847ms (Views: 817.5ms | ActiveRecord: 0.5ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:16 +0430
-
-
-Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:34:17 +0430
-Processing by Devise::SessionsController#create as HTML
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"ECl+R10GtqJ/bQxiBeEYdMJNXBjPTu/SPUSXPliZuOgZlZaDp35oEn6fJ91m4Z7NOLD3obo6qYYfG+KyumpxrA==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
- [1m[35mFaalis::User Load (0.5ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]
- [1m[36m (0.2ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.5ms)[0m UPDATE "faalis_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "faalis_users"."id" = ? [["last_sign_in_at", "2015-07-26 09:58:54.617392"], ["current_sign_in_at", "2015-07-26 13:04:17.205398"], ["sign_in_count", 3], ["updated_at", "2015-07-26 13:04:17.207775"], ["id", 1]]
- [1m[36m (140.0ms)[0m [1mcommit transaction[0m
-Redirected to http://localhost:3000/
-Completed 302 Found in 254ms (ActiveRecord: 141.1ms)
-
-
-Started GET "/" for 127.0.0.1 at 2015-07-26 17:34:17 +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 (2.0ms)
-Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (0.6ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.1ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (6.8ms)
-Completed 200 OK in 132ms (Views: 130.1ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:34:20 +0430
-
-
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 17:35:30 +0430
-Processing by Faalis::DashboardController#index as HTML
-Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (0.7ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.7ms)
-Completed 200 OK in 70ms (Views: 68.7ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-
-
-Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-Processing by Devise::SessionsController#create as HTML
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"ynk//M7u5dh6wHs6tW6Y5pkHRod5eyb17oZPz+l9pi7v3NALJIThzuDRh/zklb8f/Ti4a3UIsLO3+aHbyHr2yg==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
- [1m[35mFaalis::User Load (0.2ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]
- [1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.2ms)[0m UPDATE "faalis_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "faalis_users"."id" = ? [["last_sign_in_at", "2015-07-26 13:04:17.205398"], ["current_sign_in_at", "2015-07-26 13:05:31.584731"], ["sign_in_count", 4], ["updated_at", "2015-07-26 13:05:31.585994"], ["id", 1]]
- [1m[36m (76.7ms)[0m [1mcommit transaction[0m
-Redirected to http://localhost:3000/dashboard
-Completed 302 Found in 168ms (ActiveRecord: 77.2ms)
-
-
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 17:35:31 +0430
-Processing by Faalis::DashboardController#index as HTML
- [1m[35mFaalis::User Load (0.3ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]]
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/faalis/dashboard/index.html.erb within layouts/faalis/dashboard (0.7ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_header.html.erb (20.0ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_sidebar.html.erb (3.3ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_content_header.html.slim (41.6ms)
-Completed 200 OK in 3229ms (Views: 3223.9ms | ActiveRecord: 0.3ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:34 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:34 +0430
-
-
-Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:35 +0430
-
-
-Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-26 17:35:36 +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.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.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 (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/_request_and_response.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/rescues/routing_error.html.erb within rescues/layout (63.9ms)
-
-
-Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-26 17:35:36 +0430
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (0.5ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (3.8ms)
-Completed 200 OK in 70ms (Views: 69.2ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 17:35:38 +0430
-
-
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-Processing by Faalis::DashboardController#index as HTML
-Completed 401 Unauthorized in 34ms (ActiveRecord: 0.0ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (0.6ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (5.0ms)
-Completed 200 OK in 281ms (Views: 280.1ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:12 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:13 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:13 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:13 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:13 +0430
-
-
-Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-26 18:10:13 +0430
-Processing by Devise::SessionsController#create as HTML
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"2At4LQLpNSUvdXOoi1L3RXUgowyoKFfcRhfXQlawwY2DjrgPWHK8HAqItZaJ7gcc0Bwe61u1qMjcobqldE4wfQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
- [1m[36mFaalis::User Load (26.7ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1[0m [["email", "admin@example.com"]]
- [1m[35m (0.1ms)[0m begin transaction
- [1m[36mSQL (0.2ms)[0m [1mUPDATE "faalis_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "faalis_users"."id" = ?[0m [["last_sign_in_at", "2015-07-26 13:05:31.584731"], ["current_sign_in_at", "2015-07-26 13:40:13.789633"], ["sign_in_count", 5], ["updated_at", "2015-07-26 13:40:13.790737"], ["id", 1]]
- [1m[35m (120.4ms)[0m commit transaction
-Redirected to http://localhost:3000/dashboard
-Completed 302 Found in 235ms (ActiveRecord: 147.4ms)
-
-
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 18:10:13 +0430
-Processing by Faalis::DashboardController#index as HTML
- [1m[36mFaalis::User Load (0.1ms)[0m [1mSELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1[0m [["id", 1]]
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/faalis/dashboard/index.html.erb within layouts/faalis/dashboard (0.1ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_header.html.erb (26.5ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_sidebar.html.erb (4.7ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_content_header.html.slim (0.1ms)
-Completed 200 OK in 974ms (Views: 969.6ms | ActiveRecord: 0.1ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:14 +0430
-
-
-Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:14 +0430
-
-
-Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:15 +0430
-
-
-Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-26 18:10:16 +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.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 (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/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 (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 (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 (73.9ms)
-
-
-Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-26 18:10:16 +0430
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (0.5ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.5ms)
-Completed 200 OK in 89ms (Views: 87.6ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:10:19 +0430
-
-
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-Processing by Faalis::DashboardController#index as HTML
-Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (0.7ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.1ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (4.8ms)
-Completed 200 OK in 115ms (Views: 114.2ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:45 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:46 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:46 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:46 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:46 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:46 +0430
-
-
-Started POST "/users/sign_in" for 127.0.0.1 at 2015-07-26 18:13:46 +0430
-Processing by Devise::SessionsController#create as HTML
- Parameters: {"utf8"=>"✓", "authenticity_token"=>"Da5iQEoThcMDmCgSd+83Yj5hul3V2scKSf43FXBqE213t/kOOOATiDzX6SnTy6S1SdZ8kKcKINf6hU2GQ7UWfQ==", "user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"}
- [1m[35mFaalis::User Load (0.2ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."email" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["email", "admin@example.com"]]
- [1m[36m (0.1ms)[0m [1mbegin transaction[0m
- [1m[35mSQL (0.3ms)[0m UPDATE "faalis_users" SET "last_sign_in_at" = ?, "current_sign_in_at" = ?, "sign_in_count" = ?, "updated_at" = ? WHERE "faalis_users"."id" = ? [["last_sign_in_at", "2015-07-26 13:40:13.789633"], ["current_sign_in_at", "2015-07-26 13:43:46.537564"], ["sign_in_count", 6], ["updated_at", "2015-07-26 13:43:46.538709"], ["id", 1]]
- [1m[36m (110.2ms)[0m [1mcommit transaction[0m
-Redirected to http://localhost:3000/dashboard
-Completed 302 Found in 198ms (ActiveRecord: 110.8ms)
-
-
-Started GET "/dashboard" for 127.0.0.1 at 2015-07-26 18:13:46 +0430
-Processing by Faalis::DashboardController#index as HTML
- [1m[35mFaalis::User Load (0.2ms)[0m SELECT "faalis_users".* FROM "faalis_users" WHERE "faalis_users"."id" = ? ORDER BY "faalis_users"."id" ASC LIMIT 1 [["id", 1]]
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/faalis/dashboard/index.html.erb within layouts/faalis/dashboard (0.1ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_header.html.erb (10.3ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_sidebar.html.erb (2.2ms)
- Rendered /home/lxsameer/src/Yellowen/Faalis/app/views/faalis/shared/_content_header.html.slim (0.1ms)
-Completed 200 OK in 654ms (Views: 648.8ms | ActiveRecord: 0.2ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/dashstrap/dashboard/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/faalis/dashboard/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/modernizr.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/faalis/dashboard/variables.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery.turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/widget.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/core.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/menu.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/accordion.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/position.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/autocomplete.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/button.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/mouse.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/draggable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/resizable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/dialog.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/droppable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-blind.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-bounce.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-clip.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-drop.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-explode.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-fade.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-fold.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-highlight.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:47 +0430
-
-
-Started GET "/assets/jquery-ui/effect-size.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/effect-scale.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/effect-puff.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/effect-pulsate.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/effect-shake.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/effect-slide.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/effect-transfer.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/progressbar.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/selectable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/selectmenu.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/slider.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/sortable.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/spinner.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/tabs.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui/tooltip.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-ui.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/turbolinks.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/sugar/sugar-full.development.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/select2.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/actions.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/flash_message.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/locale.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/string.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/faalis/dashboard/lib/misc.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/faalis/dashboard/init.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/faalis/dashboard/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/dashstrap/functions.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/moment/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/moment.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/moment/fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/bootstrap-datetimepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/bootstrap-datepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/rtl/bootstrap-datepicker.fa.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/bootstrap-daterangepicker/daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/bootstrap-daterangepicker.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-knob/jquery.knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-knob.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-sparkline/jquery.sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/jquery-sparkline.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/dashstrap/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/AdminLTE/app.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/AdminLTE/dashboard.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/assets/controlpanel/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/javascripts/locales/en.js" for 127.0.0.1 at 2015-07-26 18:13: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 (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.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 (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.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 (81.9ms)
-
-
-Started GET "/assets/avatar.jpg" for 127.0.0.1 at 2015-07-26 18:13:48 +0430
-
-
-Started GET "/users/sign_in" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-Processing by Devise::SessionsController#new as HTML
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_links.erb (0.5ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/shared/_omni_link.erb (0.0ms)
- Rendered /home/lxsameer/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/dashstrap-1.1.0/app/views/devise/sessions/new.html.erb within layouts/faalis/simple (3.7ms)
-Completed 200 OK in 70ms (Views: 68.5ms | ActiveRecord: 0.0ms)
-
-
-Started GET "/assets/bootstrap.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/AdminLTE.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/jquery/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/simple/share.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/font-awesome.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/simple/ltr/application.self.css?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/jquery.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/jquery_ujs.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/faalis/application.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/faalis/groups.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/faalis/home.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/faalis/i18n.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
-
-
-Started GET "/assets/faalis/users.self.js?body=1" for 127.0.0.1 at 2015-07-26 18:13:50 +0430
+ [1m[36m (115.9ms)[0m [1mCREATE UNIQUE INDEX "index_faalis_users_on_unlock_token" ON "faalis_users" ("unlock_token")[0m
+ [1m[35m (106.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (99.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (108.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20150120211313')[0m
+ [1m[35m (108.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140617124019')
+ [1m[36m (158.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140613120923')[0m
+ [1m[35m (108.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131021170923')
+ [1m[36m (133.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131123120422')[0m
+ [1m[35m (133.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131020124701')
+ [1m[36m (125.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131013091000')[0m
+DEPRECATION WARNING: Defining a route where `to` is a controller without an action is deprecated. Please change `to: :devise/omniauth_callbacks` to `controller: :devise/omniauth_callbacks`. (called from block in <top (required)> at /home/lxsameer/src/Yellowen/Faalis/config/routes.rb:33)