optimacms 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/routes.rb +1 -1
- data/lib/optimacms/devise.rb +1 -1
- data/lib/optimacms/version.rb +1 -1
- data/lib/optimacms.rb +13 -0
- data/spec/dummy/app/views/home/index.html.haml +2 -2
- data/spec/dummy/config/database.yml +5 -1
- data/spec/dummy/config/initializers/optimacms.rb +4 -1
- data/spec/dummy/config/routes.rb +2 -2
- data/spec/dummy/config/secrets.yml +6 -0
- data/spec/dummy/db/schema.rb +28 -18
- data/spec/dummy/log/development.log +2149 -0
- data/spec/dummy/tmp/pids/server.pid +1 -0
- metadata +4 -8
- data/db/migrate/20150220161150_add_attachment_photo_to_mediafiles.rb +0 -11
- data/db/migrate/20150503213839_devise_create_optimacms_cms_users.rb +0 -42
- data/db/migrate/20150610222026_change_meta_description_for_pages.rb +0 -13
- data/db/migrate/20150610225422_add_index_name_to_pages.rb +0 -11
- data/spec/dummy/db/migrate/20150504000518_devise_create_users.rb +0 -42
@@ -9343,3 +9343,2152 @@ ActionView::Template::Error (Mysql2::Error: Table 'my_cms.news' doesn't exist: S
|
|
9343
9343
|
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (51.3ms)
|
9344
9344
|
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.8ms)
|
9345
9345
|
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (321.2ms)
|
9346
|
+
|
9347
|
+
|
9348
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 11:13:53 +0300
|
9349
|
+
|
9350
|
+
Mysql2::Error (Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)):
|
9351
|
+
mysql2 (0.4.2) lib/mysql2/client.rb:87:in `connect'
|
9352
|
+
mysql2 (0.4.2) lib/mysql2/client.rb:87:in `initialize'
|
9353
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/mysql2_adapter.rb:18:in `new'
|
9354
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/mysql2_adapter.rb:18:in `mysql2_connection'
|
9355
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:438:in `new_connection'
|
9356
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:448:in `checkout_new_connection'
|
9357
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:422:in `acquire_connection'
|
9358
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:349:in `block in checkout'
|
9359
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
|
9360
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:348:in `checkout'
|
9361
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:263:in `block in connection'
|
9362
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
|
9363
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:262:in `connection'
|
9364
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:571:in `retrieve_connection'
|
9365
|
+
activerecord (4.2.5.1) lib/active_record/connection_handling.rb:113:in `retrieve_connection'
|
9366
|
+
activerecord (4.2.5.1) lib/active_record/connection_handling.rb:87:in `connection'
|
9367
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:383:in `connection'
|
9368
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:370:in `call'
|
9369
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
9370
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
9371
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
9372
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
9373
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
9374
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
9375
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
9376
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
9377
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9378
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
9379
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
9380
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9381
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9382
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9383
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
9384
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9385
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
9386
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
9387
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
9388
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9389
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
9390
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
9391
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
9392
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
9393
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9394
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
9395
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
9396
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9397
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9398
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9399
|
+
|
9400
|
+
|
9401
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (63.4ms)
|
9402
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (12.6ms)
|
9403
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms)
|
9404
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (97.1ms)
|
9405
|
+
|
9406
|
+
|
9407
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 11:19:18 +0300
|
9408
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
9409
|
+
|
9410
|
+
ActiveRecord::PendingMigrationError (
|
9411
|
+
|
9412
|
+
Migrations are pending. To resolve this issue, run:
|
9413
|
+
|
9414
|
+
bin/rake db:migrate RAILS_ENV=development
|
9415
|
+
|
9416
|
+
):
|
9417
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:392:in `check_pending!'
|
9418
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:373:in `call'
|
9419
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
9420
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
9421
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
9422
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
9423
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
9424
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
9425
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
9426
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
9427
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9428
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
9429
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
9430
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9431
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9432
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9433
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
9434
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9435
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
9436
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
9437
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
9438
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9439
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
9440
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
9441
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
9442
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
9443
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9444
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
9445
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
9446
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9447
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9448
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9449
|
+
|
9450
|
+
|
9451
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (41.3ms)
|
9452
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (15.0ms)
|
9453
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.8ms)
|
9454
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (80.9ms)
|
9455
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
9456
|
+
Migrating to AddAttachmentPhotoToMediafiles (20150220161150)
|
9457
|
+
[1m[35m (0.6ms)[0m ALTER TABLE `cms_mediafiles` ADD `photo_file_name` varchar(255)
|
9458
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
9459
|
+
Migrating to DeviseCreateUsers (20150504000518)
|
9460
|
+
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 /mnt/data/projects/mmx/optimacms/spec/dummy/db/migrate/20150504000518_devise_create_users.rb:34)
|
9461
|
+
[1m[35m (0.8ms)[0m CREATE TABLE `users` (`id` int(11) auto_increment PRIMARY KEY, `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` int(11) DEFAULT 0 NOT NULL, `current_sign_in_at` datetime, `last_sign_in_at` datetime, `current_sign_in_ip` varchar(255), `last_sign_in_ip` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
|
9462
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.6ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
9463
|
+
[1m[35m (0.4ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9464
|
+
,fk.referenced_column_name as 'primary_key'
|
9465
|
+
,fk.column_name as 'column'
|
9466
|
+
,fk.constraint_name as 'name'
|
9467
|
+
FROM information_schema.key_column_usage fk
|
9468
|
+
WHERE fk.referenced_column_name is not null
|
9469
|
+
AND fk.table_schema = 'my_cms'
|
9470
|
+
AND fk.table_name = 'cms_languages'
|
9471
|
+
|
9472
|
+
[1m[36m (0.6ms)[0m [1mSHOW CREATE TABLE `cms_languages`[0m
|
9473
|
+
[1m[35m (0.8ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9474
|
+
,fk.referenced_column_name as 'primary_key'
|
9475
|
+
,fk.column_name as 'column'
|
9476
|
+
,fk.constraint_name as 'name'
|
9477
|
+
FROM information_schema.key_column_usage fk
|
9478
|
+
WHERE fk.referenced_column_name is not null
|
9479
|
+
AND fk.table_schema = 'my_cms'
|
9480
|
+
AND fk.table_name = 'cms_mediafiles'
|
9481
|
+
|
9482
|
+
[1m[36m (0.3ms)[0m [1mSHOW CREATE TABLE `cms_mediafiles`[0m
|
9483
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9484
|
+
,fk.referenced_column_name as 'primary_key'
|
9485
|
+
,fk.column_name as 'column'
|
9486
|
+
,fk.constraint_name as 'name'
|
9487
|
+
FROM information_schema.key_column_usage fk
|
9488
|
+
WHERE fk.referenced_column_name is not null
|
9489
|
+
AND fk.table_schema = 'my_cms'
|
9490
|
+
AND fk.table_name = 'cms_pages'
|
9491
|
+
|
9492
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_pages`[0m
|
9493
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9494
|
+
,fk.referenced_column_name as 'primary_key'
|
9495
|
+
,fk.column_name as 'column'
|
9496
|
+
,fk.constraint_name as 'name'
|
9497
|
+
FROM information_schema.key_column_usage fk
|
9498
|
+
WHERE fk.referenced_column_name is not null
|
9499
|
+
AND fk.table_schema = 'my_cms'
|
9500
|
+
AND fk.table_name = 'cms_pages_translation'
|
9501
|
+
|
9502
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_pages_translation`[0m
|
9503
|
+
[1m[35m (0.4ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9504
|
+
,fk.referenced_column_name as 'primary_key'
|
9505
|
+
,fk.column_name as 'column'
|
9506
|
+
,fk.constraint_name as 'name'
|
9507
|
+
FROM information_schema.key_column_usage fk
|
9508
|
+
WHERE fk.referenced_column_name is not null
|
9509
|
+
AND fk.table_schema = 'my_cms'
|
9510
|
+
AND fk.table_name = 'cms_templates'
|
9511
|
+
|
9512
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_templates`[0m
|
9513
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9514
|
+
,fk.referenced_column_name as 'primary_key'
|
9515
|
+
,fk.column_name as 'column'
|
9516
|
+
,fk.constraint_name as 'name'
|
9517
|
+
FROM information_schema.key_column_usage fk
|
9518
|
+
WHERE fk.referenced_column_name is not null
|
9519
|
+
AND fk.table_schema = 'my_cms'
|
9520
|
+
AND fk.table_name = 'cms_templates_translation'
|
9521
|
+
|
9522
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_templates_translation`[0m
|
9523
|
+
[1m[35m (0.9ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9524
|
+
,fk.referenced_column_name as 'primary_key'
|
9525
|
+
,fk.column_name as 'column'
|
9526
|
+
,fk.constraint_name as 'name'
|
9527
|
+
FROM information_schema.key_column_usage fk
|
9528
|
+
WHERE fk.referenced_column_name is not null
|
9529
|
+
AND fk.table_schema = 'my_cms'
|
9530
|
+
AND fk.table_name = 'cms_templatetypes'
|
9531
|
+
|
9532
|
+
[1m[36m (0.3ms)[0m [1mSHOW CREATE TABLE `cms_templatetypes`[0m
|
9533
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9534
|
+
,fk.referenced_column_name as 'primary_key'
|
9535
|
+
,fk.column_name as 'column'
|
9536
|
+
,fk.constraint_name as 'name'
|
9537
|
+
FROM information_schema.key_column_usage fk
|
9538
|
+
WHERE fk.referenced_column_name is not null
|
9539
|
+
AND fk.table_schema = 'my_cms'
|
9540
|
+
AND fk.table_name = 'cms_users'
|
9541
|
+
|
9542
|
+
[1m[36m (0.4ms)[0m [1mSHOW CREATE TABLE `cms_users`[0m
|
9543
|
+
[1m[35m (2.0ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9544
|
+
,fk.referenced_column_name as 'primary_key'
|
9545
|
+
,fk.column_name as 'column'
|
9546
|
+
,fk.constraint_name as 'name'
|
9547
|
+
FROM information_schema.key_column_usage fk
|
9548
|
+
WHERE fk.referenced_column_name is not null
|
9549
|
+
AND fk.table_schema = 'my_cms'
|
9550
|
+
AND fk.table_name = 'optimacms_articles'
|
9551
|
+
|
9552
|
+
[1m[36m (0.4ms)[0m [1mSHOW CREATE TABLE `optimacms_articles`[0m
|
9553
|
+
[1m[35m (1.0ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9554
|
+
,fk.referenced_column_name as 'primary_key'
|
9555
|
+
,fk.column_name as 'column'
|
9556
|
+
,fk.constraint_name as 'name'
|
9557
|
+
FROM information_schema.key_column_usage fk
|
9558
|
+
WHERE fk.referenced_column_name is not null
|
9559
|
+
AND fk.table_schema = 'my_cms'
|
9560
|
+
AND fk.table_name = 'optimacms_cms_users'
|
9561
|
+
|
9562
|
+
[1m[36m (0.4ms)[0m [1mSHOW CREATE TABLE `optimacms_cms_users`[0m
|
9563
|
+
[1m[35m (0.4ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9564
|
+
,fk.referenced_column_name as 'primary_key'
|
9565
|
+
,fk.column_name as 'column'
|
9566
|
+
,fk.constraint_name as 'name'
|
9567
|
+
FROM information_schema.key_column_usage fk
|
9568
|
+
WHERE fk.referenced_column_name is not null
|
9569
|
+
AND fk.table_schema = 'my_cms'
|
9570
|
+
AND fk.table_name = 'users'
|
9571
|
+
|
9572
|
+
[1m[36m (0.3ms)[0m [1mSHOW CREATE TABLE `users`[0m
|
9573
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
9574
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9575
|
+
,fk.referenced_column_name as 'primary_key'
|
9576
|
+
,fk.column_name as 'column'
|
9577
|
+
,fk.constraint_name as 'name'
|
9578
|
+
FROM information_schema.key_column_usage fk
|
9579
|
+
WHERE fk.referenced_column_name is not null
|
9580
|
+
AND fk.table_schema = 'my_cms'
|
9581
|
+
AND fk.table_name = 'cms_languages'
|
9582
|
+
|
9583
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_languages`[0m
|
9584
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9585
|
+
,fk.referenced_column_name as 'primary_key'
|
9586
|
+
,fk.column_name as 'column'
|
9587
|
+
,fk.constraint_name as 'name'
|
9588
|
+
FROM information_schema.key_column_usage fk
|
9589
|
+
WHERE fk.referenced_column_name is not null
|
9590
|
+
AND fk.table_schema = 'my_cms'
|
9591
|
+
AND fk.table_name = 'cms_mediafiles'
|
9592
|
+
|
9593
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_mediafiles`[0m
|
9594
|
+
[1m[35m (0.4ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9595
|
+
,fk.referenced_column_name as 'primary_key'
|
9596
|
+
,fk.column_name as 'column'
|
9597
|
+
,fk.constraint_name as 'name'
|
9598
|
+
FROM information_schema.key_column_usage fk
|
9599
|
+
WHERE fk.referenced_column_name is not null
|
9600
|
+
AND fk.table_schema = 'my_cms'
|
9601
|
+
AND fk.table_name = 'cms_pages'
|
9602
|
+
|
9603
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_pages`[0m
|
9604
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9605
|
+
,fk.referenced_column_name as 'primary_key'
|
9606
|
+
,fk.column_name as 'column'
|
9607
|
+
,fk.constraint_name as 'name'
|
9608
|
+
FROM information_schema.key_column_usage fk
|
9609
|
+
WHERE fk.referenced_column_name is not null
|
9610
|
+
AND fk.table_schema = 'my_cms'
|
9611
|
+
AND fk.table_name = 'cms_pages_translation'
|
9612
|
+
|
9613
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_pages_translation`[0m
|
9614
|
+
[1m[35m (0.2ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9615
|
+
,fk.referenced_column_name as 'primary_key'
|
9616
|
+
,fk.column_name as 'column'
|
9617
|
+
,fk.constraint_name as 'name'
|
9618
|
+
FROM information_schema.key_column_usage fk
|
9619
|
+
WHERE fk.referenced_column_name is not null
|
9620
|
+
AND fk.table_schema = 'my_cms'
|
9621
|
+
AND fk.table_name = 'cms_templates'
|
9622
|
+
|
9623
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_templates`[0m
|
9624
|
+
[1m[35m (0.2ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9625
|
+
,fk.referenced_column_name as 'primary_key'
|
9626
|
+
,fk.column_name as 'column'
|
9627
|
+
,fk.constraint_name as 'name'
|
9628
|
+
FROM information_schema.key_column_usage fk
|
9629
|
+
WHERE fk.referenced_column_name is not null
|
9630
|
+
AND fk.table_schema = 'my_cms'
|
9631
|
+
AND fk.table_name = 'cms_templates_translation'
|
9632
|
+
|
9633
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_templates_translation`[0m
|
9634
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9635
|
+
,fk.referenced_column_name as 'primary_key'
|
9636
|
+
,fk.column_name as 'column'
|
9637
|
+
,fk.constraint_name as 'name'
|
9638
|
+
FROM information_schema.key_column_usage fk
|
9639
|
+
WHERE fk.referenced_column_name is not null
|
9640
|
+
AND fk.table_schema = 'my_cms'
|
9641
|
+
AND fk.table_name = 'cms_templatetypes'
|
9642
|
+
|
9643
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_templatetypes`[0m
|
9644
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9645
|
+
,fk.referenced_column_name as 'primary_key'
|
9646
|
+
,fk.column_name as 'column'
|
9647
|
+
,fk.constraint_name as 'name'
|
9648
|
+
FROM information_schema.key_column_usage fk
|
9649
|
+
WHERE fk.referenced_column_name is not null
|
9650
|
+
AND fk.table_schema = 'my_cms'
|
9651
|
+
AND fk.table_name = 'cms_users'
|
9652
|
+
|
9653
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `cms_users`[0m
|
9654
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9655
|
+
,fk.referenced_column_name as 'primary_key'
|
9656
|
+
,fk.column_name as 'column'
|
9657
|
+
,fk.constraint_name as 'name'
|
9658
|
+
FROM information_schema.key_column_usage fk
|
9659
|
+
WHERE fk.referenced_column_name is not null
|
9660
|
+
AND fk.table_schema = 'my_cms'
|
9661
|
+
AND fk.table_name = 'optimacms_articles'
|
9662
|
+
|
9663
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `optimacms_articles`[0m
|
9664
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9665
|
+
,fk.referenced_column_name as 'primary_key'
|
9666
|
+
,fk.column_name as 'column'
|
9667
|
+
,fk.constraint_name as 'name'
|
9668
|
+
FROM information_schema.key_column_usage fk
|
9669
|
+
WHERE fk.referenced_column_name is not null
|
9670
|
+
AND fk.table_schema = 'my_cms'
|
9671
|
+
AND fk.table_name = 'optimacms_cms_users'
|
9672
|
+
|
9673
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `optimacms_cms_users`[0m
|
9674
|
+
[1m[35m (0.3ms)[0m SELECT fk.referenced_table_name as 'to_table'
|
9675
|
+
,fk.referenced_column_name as 'primary_key'
|
9676
|
+
,fk.column_name as 'column'
|
9677
|
+
,fk.constraint_name as 'name'
|
9678
|
+
FROM information_schema.key_column_usage fk
|
9679
|
+
WHERE fk.referenced_column_name is not null
|
9680
|
+
AND fk.table_schema = 'my_cms'
|
9681
|
+
AND fk.table_name = 'users'
|
9682
|
+
|
9683
|
+
[1m[36m (0.2ms)[0m [1mSHOW CREATE TABLE `users`[0m
|
9684
|
+
|
9685
|
+
|
9686
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 11:25:21 +0300
|
9687
|
+
Processing by HomeController#index as HTML
|
9688
|
+
Rendered home/index.html.haml within layouts/application (16.7ms)
|
9689
|
+
Completed 200 OK in 447ms (Views: 445.4ms | ActiveRecord: 0.0ms)
|
9690
|
+
|
9691
|
+
|
9692
|
+
Started GET "/assets/application-518b66be1324b9bcfd1b21948155e95c.css?body=1" for 127.0.0.1 at 2016-04-01 11:25:22 +0300
|
9693
|
+
|
9694
|
+
|
9695
|
+
Started GET "/assets/jquery-4075e3b7b3964707c653f61b66f46dec.js?body=1" for 127.0.0.1 at 2016-04-01 11:25:22 +0300
|
9696
|
+
|
9697
|
+
|
9698
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 11:25:22 +0300
|
9699
|
+
|
9700
|
+
|
9701
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 11:25:22 +0300
|
9702
|
+
|
9703
|
+
|
9704
|
+
Started GET "/assets/application-144f3468d85785a421c7f26f17032903.js?body=1" for 127.0.0.1 at 2016-04-01 11:25:22 +0300
|
9705
|
+
|
9706
|
+
|
9707
|
+
Started GET "/cmsadmin/" for 127.0.0.1 at 2016-04-01 11:25:28 +0300
|
9708
|
+
|
9709
|
+
ActionController::RoutingError (No route matches [GET] "/cmsadmin"):
|
9710
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
9711
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9712
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
9713
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
9714
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9715
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9716
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9717
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
9718
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9719
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
9720
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
9721
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
9722
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9723
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
9724
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
9725
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
9726
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
9727
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9728
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
9729
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
9730
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9731
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9732
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9733
|
+
|
9734
|
+
|
9735
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.1ms)
|
9736
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (19.1ms)
|
9737
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (30.0ms)
|
9738
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.5ms)
|
9739
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.4ms)
|
9740
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (482.3ms)
|
9741
|
+
|
9742
|
+
|
9743
|
+
Started GET "/admin/cmsadmin/" for 127.0.0.1 at 2016-04-01 11:25:34 +0300
|
9744
|
+
Processing by Optimacms::Admin::DashboardController#index as HTML
|
9745
|
+
Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)
|
9746
|
+
|
9747
|
+
|
9748
|
+
Started GET "/cmsadmin/login" for 127.0.0.1 at 2016-04-01 11:25:39 +0300
|
9749
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
9750
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/shared/_links.html.erb (11.0ms)
|
9751
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (57.9ms)
|
9752
|
+
Completed 200 OK in 331ms (Views: 270.0ms | ActiveRecord: 3.4ms)
|
9753
|
+
|
9754
|
+
|
9755
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2016-04-01 11:25:40 +0300
|
9756
|
+
|
9757
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/optimacms/application.css"):
|
9758
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
9759
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9760
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
9761
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
9762
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9763
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9764
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9765
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
9766
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9767
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
9768
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
9769
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
9770
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9771
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
9772
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
9773
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
9774
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
9775
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9776
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
9777
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
9778
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9779
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9780
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9781
|
+
|
9782
|
+
|
9783
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (10.8ms)
|
9784
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (23.5ms)
|
9785
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (33.1ms)
|
9786
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.4ms)
|
9787
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms)
|
9788
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (419.6ms)
|
9789
|
+
|
9790
|
+
|
9791
|
+
Started POST "/cmsadmin/login" for 127.0.0.1 at 2016-04-01 11:25:46 +0300
|
9792
|
+
Processing by Optimacms::Devise::SessionsController#create as HTML
|
9793
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"YMp+zi/h7waclwuQgGsx+hB2HLU0oT1EYQTAPMeslDcSIzV+sPaSQv+n69jrfqkuk5+JvfzhU1jv7AXfCoY7Uw==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
9794
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.8ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1
|
9795
|
+
Completed 401 Unauthorized in 96ms (ActiveRecord: 0.8ms)
|
9796
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
9797
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"YMp+zi/h7waclwuQgGsx+hB2HLU0oT1EYQTAPMeslDcSIzV+sPaSQv+n69jrfqkuk5+JvfzhU1jv7AXfCoY7Uw==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
9798
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/shared/_links.html.erb (6.1ms)
|
9799
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (36.2ms)
|
9800
|
+
Completed 200 OK in 315ms (Views: 240.9ms | ActiveRecord: 0.0ms)
|
9801
|
+
|
9802
|
+
|
9803
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2016-04-01 11:25:46 +0300
|
9804
|
+
|
9805
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/optimacms/application.css"):
|
9806
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
9807
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9808
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
9809
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
9810
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9811
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9812
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9813
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
9814
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9815
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
9816
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
9817
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
9818
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9819
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
9820
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
9821
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
9822
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
9823
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9824
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
9825
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
9826
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9827
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9828
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9829
|
+
|
9830
|
+
|
9831
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (11.6ms)
|
9832
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (33.9ms)
|
9833
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (37.0ms)
|
9834
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.4ms)
|
9835
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.7ms)
|
9836
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (440.1ms)
|
9837
|
+
|
9838
|
+
|
9839
|
+
Started GET "/admin/dev/addadminuser" for 127.0.0.1 at 2016-04-01 11:26:14 +0300
|
9840
|
+
Processing by Optimacms::DevController#addadminuser as HTML
|
9841
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.0ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
9842
|
+
[1m[35m (0.7ms)[0m BEGIN
|
9843
|
+
[1m[36mSQL (0.7ms)[0m [1mUPDATE `cms_users` SET `encrypted_password` = '$2a$10$sP6zDrwbhKXFbfJN10d3POrclvJ3aCDKZJ9lxP.ePZQx4DikERSte', `updated_at` = '2016-04-01 08:26:14' WHERE `cms_users`.`id` = 3[0m
|
9844
|
+
[1m[35m (1.1ms)[0m COMMIT
|
9845
|
+
Completed 500 Internal Server Error in 109ms (ActiveRecord: 3.4ms)
|
9846
|
+
|
9847
|
+
ActionView::MissingTemplate (Missing template optimacms/dev/addadminuser, application/addadminuser with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :haml]}. Searched in:
|
9848
|
+
* "/mnt/data/projects/mmx/optimacms/spec/dummy/app/views"
|
9849
|
+
* "/home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views"
|
9850
|
+
* "/home/mmx/.rvm/gems/ruby-2.1.7/gems/kaminari-bootstrap-3.0.1/app/views"
|
9851
|
+
* "/home/mmx/.rvm/gems/ruby-2.1.7/gems/kaminari-0.16.3/app/views"
|
9852
|
+
* "/mnt/data/projects/mmx/optimacms/app/views"
|
9853
|
+
* "/home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views"
|
9854
|
+
):
|
9855
|
+
actionview (4.2.5.1) lib/action_view/path_set.rb:46:in `find'
|
9856
|
+
actionview (4.2.5.1) lib/action_view/lookup_context.rb:121:in `find'
|
9857
|
+
actionview (4.2.5.1) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
|
9858
|
+
actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
|
9859
|
+
actionview (4.2.5.1) lib/action_view/renderer/template_renderer.rb:8:in `render'
|
9860
|
+
actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
9861
|
+
actionview (4.2.5.1) lib/action_view/renderer/renderer.rb:23:in `render'
|
9862
|
+
actionview (4.2.5.1) lib/action_view/rendering.rb:100:in `_render_template'
|
9863
|
+
actionpack (4.2.5.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
9864
|
+
actionview (4.2.5.1) lib/action_view/rendering.rb:83:in `render_to_body'
|
9865
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
9866
|
+
actionpack (4.2.5.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
9867
|
+
actionpack (4.2.5.1) lib/abstract_controller/rendering.rb:25:in `render'
|
9868
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:16:in `render'
|
9869
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
|
9870
|
+
activesupport (4.2.5.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
9871
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
9872
|
+
activesupport (4.2.5.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
9873
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
|
9874
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
|
9875
|
+
activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
9876
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:43:in `render'
|
9877
|
+
actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
9878
|
+
/mnt/data/projects/mmx/optimacms/lib/optimacms/mycontroller.rb:31:in `default_render'
|
9879
|
+
actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
9880
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
|
9881
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
9882
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
9883
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
9884
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
9885
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
9886
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
9887
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
9888
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
9889
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
9890
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
9891
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
9892
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
9893
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
9894
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
9895
|
+
activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
9896
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
|
9897
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
9898
|
+
actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
9899
|
+
activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
9900
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
|
9901
|
+
actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
|
9902
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
|
9903
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
9904
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
|
9905
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
9906
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
9907
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
9908
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
9909
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
9910
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
9911
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
9912
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
9913
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
|
9914
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
|
9915
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
9916
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
9917
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
9918
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
9919
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
9920
|
+
warden (1.2.4) lib/warden/manager.rb:35:in `block in call'
|
9921
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `catch'
|
9922
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `call'
|
9923
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
9924
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
9925
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
9926
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
9927
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
9928
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
9929
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
9930
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
9931
|
+
activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
|
9932
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
9933
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
|
9934
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
9935
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
9936
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
9937
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
9938
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
9939
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
9940
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
9941
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
9942
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
9943
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
9944
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
9945
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
9946
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
9947
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
9948
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
9949
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
9950
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
9951
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
9952
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
9953
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9954
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
9955
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
9956
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
9957
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
9958
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
9959
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
9960
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
9961
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
9962
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
9963
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
9964
|
+
|
9965
|
+
|
9966
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (157.0ms)
|
9967
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (35.9ms)
|
9968
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.9ms)
|
9969
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (215.6ms)
|
9970
|
+
|
9971
|
+
|
9972
|
+
Started GET "/admin/cmsadmin/login" for 127.0.0.1 at 2016-04-01 11:26:23 +0300
|
9973
|
+
Processing by Optimacms::PagesController#show as HTML
|
9974
|
+
Parameters: {"url"=>"cmsadmin/login"}
|
9975
|
+
[1m[36mOptimacms::Language Load (0.9ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
9976
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'cmsadmin/login' REGEXP parsed_url)
|
9977
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'cmsadmin/login' REGEXP parsed_url)[0m
|
9978
|
+
Completed 404 Not Found in 4221ms (ActiveRecord: 5.5ms)
|
9979
|
+
|
9980
|
+
ActionController::RoutingError (Not Found):
|
9981
|
+
/mnt/data/projects/mmx/optimacms/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
9982
|
+
/mnt/data/projects/mmx/optimacms/app/controllers/optimacms/pages_controller.rb:66:in `show'
|
9983
|
+
actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
9984
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
|
9985
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
9986
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
9987
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
9988
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
9989
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
9990
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
9991
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
9992
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
9993
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
9994
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
9995
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
9996
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
9997
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
9998
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
9999
|
+
activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10000
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
|
10001
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
10002
|
+
actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
10003
|
+
activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
10004
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
|
10005
|
+
actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
|
10006
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
|
10007
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
10008
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
|
10009
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
10010
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
10011
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
10012
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10013
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
10014
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10015
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
10016
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10017
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
|
10018
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
|
10019
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
10020
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10021
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
10022
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10023
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
10024
|
+
warden (1.2.4) lib/warden/manager.rb:35:in `block in call'
|
10025
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `catch'
|
10026
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `call'
|
10027
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
10028
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
10029
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
10030
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
10031
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
10032
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
10033
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
10034
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
10035
|
+
activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
|
10036
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
10037
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
|
10038
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
10039
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
10040
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
10041
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10042
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
10043
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
10044
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
10045
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
10046
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10047
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10048
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10049
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10050
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10051
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10052
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10053
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10054
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10055
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10056
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10057
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10058
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10059
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10060
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10061
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10062
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10063
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10064
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10065
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10066
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10067
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10068
|
+
|
10069
|
+
|
10070
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (30.1ms)
|
10071
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (34.2ms)
|
10072
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (36.1ms)
|
10073
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.4ms)
|
10074
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.0ms)
|
10075
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (1001.1ms)
|
10076
|
+
|
10077
|
+
|
10078
|
+
Started GET "/admin/cmsadmin" for 127.0.0.1 at 2016-04-01 11:26:56 +0300
|
10079
|
+
Processing by Optimacms::Admin::DashboardController#index as HTML
|
10080
|
+
Completed 401 Unauthorized in 4ms (ActiveRecord: 0.0ms)
|
10081
|
+
|
10082
|
+
|
10083
|
+
Started GET "/cmsadmin/login" for 127.0.0.1 at 2016-04-01 11:26:56 +0300
|
10084
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
10085
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/shared/_links.html.erb (4.4ms)
|
10086
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (39.8ms)
|
10087
|
+
Completed 200 OK in 229ms (Views: 222.0ms | ActiveRecord: 0.0ms)
|
10088
|
+
|
10089
|
+
|
10090
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2016-04-01 11:26:57 +0300
|
10091
|
+
|
10092
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/optimacms/application.css"):
|
10093
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10094
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10095
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10096
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10097
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10098
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10099
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10100
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10101
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10102
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10103
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10104
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10105
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10106
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10107
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10108
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10109
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10110
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10111
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10112
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10113
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10114
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10115
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10116
|
+
|
10117
|
+
|
10118
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (11.9ms)
|
10119
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (28.6ms)
|
10120
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (39.9ms)
|
10121
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.7ms)
|
10122
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.9ms)
|
10123
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (558.1ms)
|
10124
|
+
|
10125
|
+
|
10126
|
+
Started GET "/admin/cmsadmin" for 127.0.0.1 at 2016-04-01 11:40:19 +0300
|
10127
|
+
Processing by Optimacms::Admin::DashboardController#index as HTML
|
10128
|
+
Completed 401 Unauthorized in 11ms (ActiveRecord: 0.0ms)
|
10129
|
+
|
10130
|
+
|
10131
|
+
Started GET "/admin/login" for 127.0.0.1 at 2016-04-01 11:40:24 +0300
|
10132
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
10133
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/shared/_links.html.erb (9.5ms)
|
10134
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (55.0ms)
|
10135
|
+
Completed 200 OK in 310ms (Views: 257.0ms | ActiveRecord: 3.1ms)
|
10136
|
+
|
10137
|
+
|
10138
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2016-04-01 11:40:25 +0300
|
10139
|
+
|
10140
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/optimacms/application.css"):
|
10141
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10142
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10143
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10144
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10145
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10146
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10147
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10148
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10149
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10150
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10151
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10152
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10153
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10154
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10155
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10156
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10157
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10158
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10159
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10160
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10161
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10162
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10163
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10164
|
+
|
10165
|
+
|
10166
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (10.1ms)
|
10167
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (35.7ms)
|
10168
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (33.0ms)
|
10169
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.6ms)
|
10170
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.7ms)
|
10171
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (443.0ms)
|
10172
|
+
|
10173
|
+
|
10174
|
+
Started POST "/admin/login" for 127.0.0.1 at 2016-04-01 11:41:13 +0300
|
10175
|
+
Processing by Optimacms::Devise::SessionsController#create as HTML
|
10176
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Do1KkyBEE0qwsRPVHNfuAbgMnoQMSKgA787GD/cxkK18ZAEjv1NuDtOB8513wnbVO+ULjMQIxhxhJgPsOhs/yQ==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
10177
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.2ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
10178
|
+
[1m[35m (0.6ms)[0m BEGIN
|
10179
|
+
[1m[36mSQL (0.8ms)[0m [1mUPDATE `cms_users` SET `last_sign_in_at` = '2015-05-13 23:27:49', `current_sign_in_at` = '2016-04-01 08:41:13', `sign_in_count` = 6, `updated_at` = '2016-04-01 08:41:13' WHERE `cms_users`.`id` = 3[0m
|
10180
|
+
[1m[35m (9.3ms)[0m COMMIT
|
10181
|
+
Redirected to http://0.0.0.0:3010/admin/cmsadmin
|
10182
|
+
Completed 302 Found in 151ms (ActiveRecord: 11.9ms)
|
10183
|
+
|
10184
|
+
|
10185
|
+
Started GET "/admin/cmsadmin" for 127.0.0.1 at 2016-04-01 11:41:13 +0300
|
10186
|
+
Processing by Optimacms::Admin::DashboardController#index as HTML
|
10187
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.8ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
10188
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/dashboard/index.html.haml within optimacms/admin/layouts/main (14.5ms)
|
10189
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (39.5ms)
|
10190
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (77.1ms)
|
10191
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (9.6ms)
|
10192
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (13.6ms)
|
10193
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (3.8ms)
|
10194
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (16.6ms)
|
10195
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (692.7ms)
|
10196
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (897.4ms)
|
10197
|
+
Completed 200 OK in 951ms (Views: 938.9ms | ActiveRecord: 0.8ms)
|
10198
|
+
|
10199
|
+
|
10200
|
+
Started GET "/assets/optimacms/admin-b1a42a78e80e59730360bf95f2eb9ddd.css?body=1" for 127.0.0.1 at 2016-04-01 11:41:14 +0300
|
10201
|
+
|
10202
|
+
|
10203
|
+
Started GET "/assets/optimacms/admin_tpl-be357857542d63a706de9646b4bf9a1a.css?body=1" for 127.0.0.1 at 2016-04-01 11:41:14 +0300
|
10204
|
+
|
10205
|
+
|
10206
|
+
Started GET "/assets/jquery2-09abf132254111788afa8aca28fc7872.js?body=1" for 127.0.0.1 at 2016-04-01 11:41:14 +0300
|
10207
|
+
|
10208
|
+
|
10209
|
+
Started GET "/assets/optimacms/admin-780ca008e3a7fc8b0deb60e94baae10f.js?body=1" for 127.0.0.1 at 2016-04-01 11:41:14 +0300
|
10210
|
+
|
10211
|
+
|
10212
|
+
Started GET "/assets/fontawesome-webfont-241265f190d3a79827f01b83e80dafd9.woff?v=4.5.0" for 127.0.0.1 at 2016-04-01 11:41:14 +0300
|
10213
|
+
|
10214
|
+
|
10215
|
+
Started GET "/admin/cmsadmin/pages" for 127.0.0.1 at 2016-04-01 11:41:17 +0300
|
10216
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
10217
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.8ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
10218
|
+
[1m[36mOptimacms::Language Load (0.8ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
10219
|
+
[1m[35mOptimacms::Page Load (0.7ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
10220
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (15.6ms)
|
10221
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (25.2ms)
|
10222
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (12.6ms)
|
10223
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (15.9ms)
|
10224
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (50.4ms)
|
10225
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (3.3ms)
|
10226
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (9.5ms)
|
10227
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (76.0ms)
|
10228
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (86.0ms)
|
10229
|
+
[1m[36mOptimacms::Page Load (0.9ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
10230
|
+
[1m[35mOptimacms::Template Load (0.9ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)
|
10231
|
+
[1m[36m (11.2ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )[0m
|
10232
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (337.7ms)
|
10233
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (5.8ms)
|
10234
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (50.3ms)
|
10235
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.1ms)
|
10236
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.7ms)
|
10237
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.5ms)
|
10238
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (4.9ms)
|
10239
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (467.2ms)
|
10240
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (565.8ms)
|
10241
|
+
Completed 200 OK in 1023ms (Views: 914.6ms | ActiveRecord: 20.7ms)
|
10242
|
+
|
10243
|
+
|
10244
|
+
Started GET "/cmsadmin/admin/news" for 127.0.0.1 at 2016-04-01 11:41:21 +0300
|
10245
|
+
Processing by Optimacms::Admin::NewsController#index as HTML
|
10246
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.7ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
10247
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.9ms)
|
10248
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (22.6ms)
|
10249
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (25.1ms)
|
10250
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.4ms)
|
10251
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.2ms)
|
10252
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (42.0ms)
|
10253
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (44.8ms)
|
10254
|
+
Rendered optimacms/admin/news/index.html.haml within optimacms/admin/layouts/main (70.5ms)
|
10255
|
+
Completed 500 Internal Server Error in 99ms (ActiveRecord: 2.2ms)
|
10256
|
+
|
10257
|
+
ActionView::Template::Error (Mysql2::Error: Table 'my_cms.news' doesn't exist: SHOW FULL FIELDS FROM `news`):
|
10258
|
+
4: = inline_filter_form_for(@filter)
|
10259
|
+
5:
|
10260
|
+
6: .center-block
|
10261
|
+
7: = paginate @items
|
10262
|
+
8: %br
|
10263
|
+
9: %table.table.table-striped.table-bordered.table-hover
|
10264
|
+
10: %tr
|
10265
|
+
app/views/optimacms/admin/news/index.html.haml:7:in `_app_views_optimacms_admin_news_index_html_haml__1846736278791903105_50319260'
|
10266
|
+
|
10267
|
+
|
10268
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (175.9ms)
|
10269
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (51.7ms)
|
10270
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.1ms)
|
10271
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (251.7ms)
|
10272
|
+
|
10273
|
+
|
10274
|
+
Started GET "/admin/cmsadmin/pages" for 127.0.0.1 at 2016-04-01 11:41:33 +0300
|
10275
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
10276
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.8ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
10277
|
+
[1m[35mOptimacms::Page Load (0.9ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
10278
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (11.7ms)
|
10279
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (14.7ms)
|
10280
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.6ms)
|
10281
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (10.4ms)
|
10282
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (30.5ms)
|
10283
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.3ms)
|
10284
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.0ms)
|
10285
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (42.7ms)
|
10286
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (45.4ms)
|
10287
|
+
[1m[36mOptimacms::Page Load (0.9ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
10288
|
+
[1m[35mOptimacms::Template Load (0.8ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)
|
10289
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )[0m
|
10290
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (108.6ms)
|
10291
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (5.5ms)
|
10292
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (45.3ms)
|
10293
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.1ms)
|
10294
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.6ms)
|
10295
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.5ms)
|
10296
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (5.1ms)
|
10297
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (499.1ms)
|
10298
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (587.1ms)
|
10299
|
+
Completed 200 OK in 735ms (Views: 714.8ms | ActiveRecord: 4.2ms)
|
10300
|
+
|
10301
|
+
|
10302
|
+
Started GET "/admin/cmsadmin/pages/97/edit" for 127.0.0.1 at 2016-04-01 11:41:37 +0300
|
10303
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
10304
|
+
Parameters: {"id"=>"97"}
|
10305
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.7ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
10306
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1[0m
|
10307
|
+
[1m[35mOptimacms::Language Load (0.8ms)[0m SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
|
10308
|
+
[1m[36mCACHE (0.1ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc[0m
|
10309
|
+
[1m[35mOptimacms::PageTranslation Load (0.9ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97
|
10310
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_form_errors.html.haml (11.5ms)
|
10311
|
+
[1m[36mOptimacms::Template Load (1.0ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
10312
|
+
[1m[35mOptimacms::Template Load (15.5ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
|
10313
|
+
[1m[36mCACHE (0.2ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97[0m [["item_id", 97]]
|
10314
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_meta.html.haml (356.2ms)
|
10315
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_modal_div.html.haml (18.1ms)
|
10316
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/_js_form_modal.html.haml (38.8ms)
|
10317
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_js_tinymce.html.haml (53.2ms)
|
10318
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_form.html.haml (696.8ms)
|
10319
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (708.0ms)
|
10320
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (7.2ms)
|
10321
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (49.1ms)
|
10322
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.1ms)
|
10323
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.7ms)
|
10324
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.6ms)
|
10325
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (5.4ms)
|
10326
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (566.1ms)
|
10327
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (675.4ms)
|
10328
|
+
Completed 200 OK in 1518ms (Views: 1382.8ms | ActiveRecord: 22.0ms)
|
10329
|
+
|
10330
|
+
|
10331
|
+
Started PATCH "/admin/cmsadmin/pages/97" for 127.0.0.1 at 2016-04-01 11:41:59 +0300
|
10332
|
+
Processing by Optimacms::Admin::PagesController#update as HTML
|
10333
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/uqnFTMBRAq2nHN7bQellxrzOMNz4OBaeQuKi/agwVn8ttlpz/Vyi0RM1J0zO1LuhzoNnEeFQLazs2Y3OXRteA==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"1", "template_id"=>"127", "template"=>"home (home/index)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"en", "meta_title"=>"HOME", "meta_keywords"=>"", "meta_description"=>"", "id"=>"259"}, "1"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"297"}, "2"=>{"lang"=>"", "meta_title"=>"Demo App | Optima CMS", "meta_keywords"=>"cms, demo", "meta_description"=>"Demo app.", "id"=>"333"}}}, "commit"=>"Save", "id"=>"97"}
|
10334
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.7ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
10335
|
+
[1m[36mOptimacms::Page Load (0.6ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1[0m
|
10336
|
+
[1m[35m (0.5ms)[0m BEGIN
|
10337
|
+
[1m[36mOptimacms::PageTranslation Load (0.8ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`id` IN (259, 297, 333)[0m
|
10338
|
+
[1m[35m (0.6ms)[0m COMMIT
|
10339
|
+
Redirected to http://0.0.0.0:3010/admin/cmsadmin/pages
|
10340
|
+
Completed 302 Found in 71ms (ActiveRecord: 3.2ms)
|
10341
|
+
|
10342
|
+
|
10343
|
+
Started GET "/admin/cmsadmin/pages" for 127.0.0.1 at 2016-04-01 11:41:59 +0300
|
10344
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
10345
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.7ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
10346
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
10347
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (12.5ms)
|
10348
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (15.7ms)
|
10349
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.1ms)
|
10350
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (11.3ms)
|
10351
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (32.9ms)
|
10352
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.5ms)
|
10353
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.9ms)
|
10354
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (46.7ms)
|
10355
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (49.6ms)
|
10356
|
+
[1m[36mOptimacms::Page Load (7.4ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
10357
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)
|
10358
|
+
[1m[36m (1.8ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )[0m
|
10359
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (134.8ms)
|
10360
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.6ms)
|
10361
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (42.0ms)
|
10362
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.2ms)
|
10363
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (1.3ms)
|
10364
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.5ms)
|
10365
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (5.2ms)
|
10366
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (530.1ms)
|
10367
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (619.2ms)
|
10368
|
+
Completed 200 OK in 785ms (Views: 757.0ms | ActiveRecord: 11.8ms)
|
10369
|
+
|
10370
|
+
|
10371
|
+
Started GET "/admin/cmsadmin/pages?parent_id=93" for 127.0.0.1 at 2016-04-01 11:52:56 +0300
|
10372
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
10373
|
+
Parameters: {"parent_id"=>"93"}
|
10374
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.8ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
10375
|
+
[1m[36mOptimacms::Page Load (0.8ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 93 LIMIT 1[0m
|
10376
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (19.9ms)
|
10377
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (22.9ms)
|
10378
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (8.4ms)
|
10379
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (11.5ms)
|
10380
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (39.8ms)
|
10381
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.4ms)
|
10382
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.2ms)
|
10383
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (52.7ms)
|
10384
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (55.6ms)
|
10385
|
+
[1m[35mOptimacms::Page Load (0.9ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 93 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
10386
|
+
[1m[36mOptimacms::Template Load (0.7ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (16, 4)[0m
|
10387
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 93 )
|
10388
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (108.8ms)
|
10389
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (5.7ms)
|
10390
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (37.6ms)
|
10391
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.1ms)
|
10392
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.8ms)
|
10393
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.5ms)
|
10394
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (9.1ms)
|
10395
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (545.9ms)
|
10396
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (632.7ms)
|
10397
|
+
Completed 200 OK in 774ms (Views: 752.3ms | ActiveRecord: 3.8ms)
|
10398
|
+
|
10399
|
+
|
10400
|
+
Started GET "/admin/cmsadmin/templates" for 127.0.0.1 at 2016-04-01 11:52:59 +0300
|
10401
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
10402
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.9ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
10403
|
+
[1m[35mOptimacms::Template Load (0.8ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1
|
10404
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (12.7ms)
|
10405
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (16.0ms)
|
10406
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.9ms)
|
10407
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (10.8ms)
|
10408
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (32.6ms)
|
10409
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.4ms)
|
10410
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.5ms)
|
10411
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (47.0ms)
|
10412
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (50.1ms)
|
10413
|
+
[1m[36mOptimacms::Template Load (0.7ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0[0m
|
10414
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )
|
10415
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (143.1ms)
|
10416
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
|
10417
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (43.1ms)
|
10418
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.1ms)
|
10419
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.8ms)
|
10420
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.5ms)
|
10421
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (15.0ms)
|
10422
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (518.3ms)
|
10423
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (615.6ms)
|
10424
|
+
Completed 200 OK in 800ms (Views: 774.2ms | ActiveRecord: 3.3ms)
|
10425
|
+
|
10426
|
+
|
10427
|
+
Started GET "/admin/cmsadmin/app_sys" for 127.0.0.1 at 2016-04-01 11:53:19 +0300
|
10428
|
+
Processing by Optimacms::Admin::AppSysController#index as HTML
|
10429
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.9ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
10430
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/app_sys/index.html.haml within optimacms/admin/layouts/main (7.9ms)
|
10431
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
|
10432
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (37.2ms)
|
10433
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.9ms)
|
10434
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.8ms)
|
10435
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.5ms)
|
10436
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (4.3ms)
|
10437
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (528.3ms)
|
10438
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (604.4ms)
|
10439
|
+
Completed 200 OK in 651ms (Views: 629.8ms | ActiveRecord: 0.9ms)
|
10440
|
+
|
10441
|
+
|
10442
|
+
Started GET "/admin/cmsadmin/app_sys" for 127.0.0.1 at 2016-04-01 12:06:42 +0300
|
10443
|
+
Processing by Optimacms::PagesController#show as HTML
|
10444
|
+
Parameters: {"url"=>"cmsadmin/app_sys"}
|
10445
|
+
[1m[35mOptimacms::Language Load (0.8ms)[0m SELECT `cms_languages`.* FROM `cms_languages`
|
10446
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'cmsadmin/app_sys' REGEXP parsed_url)[0m
|
10447
|
+
Completed 404 Not Found in 103ms (ActiveRecord: 5.3ms)
|
10448
|
+
|
10449
|
+
ActionController::RoutingError (Not Found):
|
10450
|
+
/mnt/data/projects/mmx/optimacms/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
10451
|
+
/mnt/data/projects/mmx/optimacms/app/controllers/optimacms/pages_controller.rb:66:in `show'
|
10452
|
+
actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
10453
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
|
10454
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
10455
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
10456
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
10457
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
10458
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
10459
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
10460
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
10461
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
10462
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
10463
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10464
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
10465
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
10466
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
10467
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
10468
|
+
activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10469
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
|
10470
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
10471
|
+
actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
10472
|
+
activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
10473
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
|
10474
|
+
actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
|
10475
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
|
10476
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
10477
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
|
10478
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
10479
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
10480
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
10481
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10482
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
10483
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10484
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
10485
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10486
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
|
10487
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
|
10488
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
10489
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10490
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
10491
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10492
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
10493
|
+
warden (1.2.4) lib/warden/manager.rb:35:in `block in call'
|
10494
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `catch'
|
10495
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `call'
|
10496
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
10497
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
10498
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
10499
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
10500
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
10501
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
10502
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
10503
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
10504
|
+
activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
|
10505
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
10506
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
|
10507
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
10508
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
10509
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
10510
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10511
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
10512
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
10513
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
10514
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
10515
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10516
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10517
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10518
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10519
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10520
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10521
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10522
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10523
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10524
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10525
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10526
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10527
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10528
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10529
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10530
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10531
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10532
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10533
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10534
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10535
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10536
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10537
|
+
|
10538
|
+
|
10539
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (29.7ms)
|
10540
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (38.0ms)
|
10541
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (35.6ms)
|
10542
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.7ms)
|
10543
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.2ms)
|
10544
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (1011.2ms)
|
10545
|
+
|
10546
|
+
|
10547
|
+
Started GET "/admin/cmsadmin" for 127.0.0.1 at 2016-04-01 12:06:50 +0300
|
10548
|
+
Processing by Optimacms::PagesController#show as HTML
|
10549
|
+
Parameters: {"url"=>"cmsadmin"}
|
10550
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'cmsadmin' REGEXP parsed_url)
|
10551
|
+
Completed 404 Not Found in 7ms (ActiveRecord: 0.9ms)
|
10552
|
+
|
10553
|
+
ActionController::RoutingError (Not Found):
|
10554
|
+
/mnt/data/projects/mmx/optimacms/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
10555
|
+
/mnt/data/projects/mmx/optimacms/app/controllers/optimacms/pages_controller.rb:66:in `show'
|
10556
|
+
actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
10557
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
|
10558
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
10559
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
10560
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
10561
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
10562
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
10563
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
10564
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
10565
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
10566
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
10567
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10568
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
10569
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
10570
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
10571
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
10572
|
+
activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10573
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
|
10574
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
10575
|
+
actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
10576
|
+
activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
10577
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
|
10578
|
+
actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
|
10579
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
|
10580
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
10581
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
|
10582
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
10583
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
10584
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
10585
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10586
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
10587
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10588
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
10589
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10590
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
|
10591
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
|
10592
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
10593
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10594
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
10595
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10596
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
10597
|
+
warden (1.2.4) lib/warden/manager.rb:35:in `block in call'
|
10598
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `catch'
|
10599
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `call'
|
10600
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
10601
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
10602
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
10603
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
10604
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
10605
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
10606
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
10607
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
10608
|
+
activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
|
10609
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
10610
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
|
10611
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
10612
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
10613
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
10614
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10615
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
10616
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
10617
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
10618
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
10619
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10620
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10621
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10622
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10623
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10624
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10625
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10626
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10627
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10628
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10629
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10630
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10631
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10632
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10633
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10634
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10635
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10636
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10637
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10638
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10639
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10640
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10641
|
+
|
10642
|
+
|
10643
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (30.7ms)
|
10644
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (25.7ms)
|
10645
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (35.0ms)
|
10646
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.2ms)
|
10647
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.2ms)
|
10648
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (1004.5ms)
|
10649
|
+
|
10650
|
+
|
10651
|
+
Started GET "/admin/cmsadmin" for 127.0.0.1 at 2016-04-01 12:07:56 +0300
|
10652
|
+
Processing by Optimacms::PagesController#show as HTML
|
10653
|
+
Parameters: {"url"=>"cmsadmin"}
|
10654
|
+
[1m[36mOptimacms::Language Load (0.7ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
10655
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND 'cmsadmin' REGEXP parsed_url)
|
10656
|
+
Completed 404 Not Found in 86ms (ActiveRecord: 5.7ms)
|
10657
|
+
|
10658
|
+
ActionController::RoutingError (Not Found):
|
10659
|
+
/mnt/data/projects/mmx/optimacms/app/controllers/optimacms/application_controller.rb:16:in `not_found'
|
10660
|
+
/mnt/data/projects/mmx/optimacms/app/controllers/optimacms/pages_controller.rb:66:in `show'
|
10661
|
+
actionpack (4.2.5.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
10662
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:198:in `process_action'
|
10663
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
10664
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
10665
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
10666
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:117:in `call'
|
10667
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
|
10668
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
10669
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:505:in `call'
|
10670
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
|
10671
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
|
10672
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10673
|
+
actionpack (4.2.5.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
10674
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
10675
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
|
10676
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `block in instrument'
|
10677
|
+
activesupport (4.2.5.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10678
|
+
activesupport (4.2.5.1) lib/active_support/notifications.rb:164:in `instrument'
|
10679
|
+
actionpack (4.2.5.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
10680
|
+
actionpack (4.2.5.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
10681
|
+
activerecord (4.2.5.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
10682
|
+
actionpack (4.2.5.1) lib/abstract_controller/base.rb:137:in `process'
|
10683
|
+
actionview (4.2.5.1) lib/action_view/rendering.rb:30:in `process'
|
10684
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:196:in `dispatch'
|
10685
|
+
actionpack (4.2.5.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
10686
|
+
actionpack (4.2.5.1) lib/action_controller/metal.rb:237:in `block in action'
|
10687
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `call'
|
10688
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
|
10689
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:43:in `serve'
|
10690
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10691
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
10692
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10693
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
10694
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10695
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `public_send'
|
10696
|
+
railties (4.2.5.1) lib/rails/railtie.rb:194:in `method_missing'
|
10697
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
10698
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10699
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `each'
|
10700
|
+
actionpack (4.2.5.1) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10701
|
+
actionpack (4.2.5.1) lib/action_dispatch/routing/route_set.rb:815:in `call'
|
10702
|
+
warden (1.2.4) lib/warden/manager.rb:35:in `block in call'
|
10703
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `catch'
|
10704
|
+
warden (1.2.4) lib/warden/manager.rb:34:in `call'
|
10705
|
+
rack (1.6.4) lib/rack/etag.rb:24:in `call'
|
10706
|
+
rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
|
10707
|
+
rack (1.6.4) lib/rack/head.rb:13:in `call'
|
10708
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
10709
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
10710
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
|
10711
|
+
rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
|
10712
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
10713
|
+
activerecord (4.2.5.1) lib/active_record/query_cache.rb:36:in `call'
|
10714
|
+
activerecord (4.2.5.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
|
10715
|
+
activerecord (4.2.5.1) lib/active_record/migration.rb:377:in `call'
|
10716
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
10717
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
|
10718
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
|
10719
|
+
activesupport (4.2.5.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10720
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
10721
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
10722
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
10723
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
10724
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10725
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10726
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10727
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10728
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10729
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10730
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10731
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10732
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10733
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10734
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10735
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10736
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10737
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10738
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10739
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10740
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10741
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10742
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10743
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10744
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10745
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10746
|
+
|
10747
|
+
|
10748
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (40.3ms)
|
10749
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (24.5ms)
|
10750
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (34.5ms)
|
10751
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms)
|
10752
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.0ms)
|
10753
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (977.5ms)
|
10754
|
+
|
10755
|
+
|
10756
|
+
Started GET "/admin" for 127.0.0.1 at 2016-04-01 12:08:24 +0300
|
10757
|
+
Processing by Optimacms::PagesController#show as HTML
|
10758
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '')[0m
|
10759
|
+
[1m[35mOptimacms::Page Load (0.8ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (is_folder = 0 AND enabled = 1 AND url = '') ORDER BY url_parts_count DESC, url_vars_count ASC
|
10760
|
+
[1m[36mOptimacms::Template Load (0.8ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1[0m
|
10761
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 1 LIMIT 1
|
10762
|
+
[1m[36mOptimacms::PageTranslation Load (2.4ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`lang` = '' ORDER BY `cms_pages_translation`.`id` ASC LIMIT 1[0m
|
10763
|
+
Rendered home/index.html.haml within layouts/application (28.3ms)
|
10764
|
+
Completed 200 OK in 739ms (Views: 525.7ms | ActiveRecord: 11.3ms)
|
10765
|
+
|
10766
|
+
|
10767
|
+
Started GET "/admin/admin" for 127.0.0.1 at 2016-04-01 12:09:32 +0300
|
10768
|
+
|
10769
|
+
ActionController::RoutingError (No route matches [GET] "/admin/admin"):
|
10770
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10771
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10772
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10773
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10774
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10775
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10776
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10777
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10778
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10779
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10780
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10781
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10782
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10783
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10784
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10785
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10786
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10787
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10788
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10789
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10790
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10791
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10792
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10793
|
+
|
10794
|
+
|
10795
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (6.9ms)
|
10796
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (20.7ms)
|
10797
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (24.8ms)
|
10798
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms)
|
10799
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.1ms)
|
10800
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (342.3ms)
|
10801
|
+
|
10802
|
+
|
10803
|
+
Started GET "/%D1%81%D1%8C%D1%8B/admin" for 127.0.0.1 at 2016-04-01 12:09:40 +0300
|
10804
|
+
|
10805
|
+
ActionController::RoutingError (No route matches [GET] "/%D1%81%D1%8C%D1%8B/admin"):
|
10806
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10807
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10808
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10809
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10810
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10811
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10812
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10813
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10814
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10815
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10816
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10817
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10818
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10819
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10820
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10821
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10822
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10823
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10824
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10825
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10826
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10827
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10828
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10829
|
+
|
10830
|
+
|
10831
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.7ms)
|
10832
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (20.0ms)
|
10833
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (25.7ms)
|
10834
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.5ms)
|
10835
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.2ms)
|
10836
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (319.7ms)
|
10837
|
+
|
10838
|
+
|
10839
|
+
Started GET "/%D1%81%D1%8C/admin" for 127.0.0.1 at 2016-04-01 12:09:43 +0300
|
10840
|
+
|
10841
|
+
ActionController::RoutingError (No route matches [GET] "/%D1%81%D1%8C/admin"):
|
10842
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10843
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10844
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
10845
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
10846
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10847
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10848
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10849
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
10850
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10851
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
10852
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
10853
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10854
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10855
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
10856
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
10857
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
10858
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
10859
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
10860
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
10861
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
10862
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
10863
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
10864
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
10865
|
+
|
10866
|
+
|
10867
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.7ms)
|
10868
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (19.2ms)
|
10869
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (26.2ms)
|
10870
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.2ms)
|
10871
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.0ms)
|
10872
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (322.7ms)
|
10873
|
+
|
10874
|
+
|
10875
|
+
Started GET "/cms/admin" for 127.0.0.1 at 2016-04-01 12:09:47 +0300
|
10876
|
+
Processing by Optimacms::Admin::DashboardController#index as HTML
|
10877
|
+
[1m[36mOptimacms::CmsAdminUser Load (8.5ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
10878
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/dashboard/index.html.haml within optimacms/admin/layouts/main (12.6ms)
|
10879
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (50.1ms)
|
10880
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (62.6ms)
|
10881
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (8.2ms)
|
10882
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (12.3ms)
|
10883
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (3.0ms)
|
10884
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (13.0ms)
|
10885
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (610.6ms)
|
10886
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (799.8ms)
|
10887
|
+
Completed 200 OK in 974ms (Views: 847.4ms | ActiveRecord: 26.8ms)
|
10888
|
+
|
10889
|
+
|
10890
|
+
Started GET "/cms/admin/pages" for 127.0.0.1 at 2016-04-01 12:09:51 +0300
|
10891
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
10892
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.7ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
10893
|
+
[1m[36mOptimacms::Language Load (0.7ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages`[0m
|
10894
|
+
[1m[35mOptimacms::Page Load (0.8ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 93 LIMIT 1
|
10895
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (4772.7ms)
|
10896
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (4781.5ms)
|
10897
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (14.5ms)
|
10898
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (18.4ms)
|
10899
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (4809.4ms)
|
10900
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (4.1ms)
|
10901
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (11.7ms)
|
10902
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (4837.4ms)
|
10903
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (4845.8ms)
|
10904
|
+
[1m[36mOptimacms::Page Load (1.1ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 93 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
10905
|
+
[1m[35mOptimacms::Template Load (0.9ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (16, 4)
|
10906
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 93 )[0m
|
10907
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (4995.1ms)
|
10908
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (7.2ms)
|
10909
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (49.5ms)
|
10910
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (1.2ms)
|
10911
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.9ms)
|
10912
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.6ms)
|
10913
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (5.1ms)
|
10914
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (556.1ms)
|
10915
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (658.0ms)
|
10916
|
+
Completed 200 OK in 5804ms (Views: 5664.0ms | ActiveRecord: 10.8ms)
|
10917
|
+
|
10918
|
+
|
10919
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 16:18:47 +0300
|
10920
|
+
Processing by HomeController#index as HTML
|
10921
|
+
Rendered home/index.html.haml within layouts/application (24.5ms)
|
10922
|
+
Completed 200 OK in 468ms (Views: 466.4ms | ActiveRecord: 0.0ms)
|
10923
|
+
|
10924
|
+
|
10925
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 16:21:46 +0300
|
10926
|
+
Processing by HomeController#index as HTML
|
10927
|
+
Rendered home/index.html.haml within layouts/application (3.5ms)
|
10928
|
+
Completed 200 OK in 382ms (Views: 380.9ms | ActiveRecord: 0.0ms)
|
10929
|
+
|
10930
|
+
|
10931
|
+
Started GET "/assets/application-518b66be1324b9bcfd1b21948155e95c.css?body=1" for 127.0.0.1 at 2016-04-01 16:21:48 +0300
|
10932
|
+
|
10933
|
+
|
10934
|
+
Started GET "/assets/jquery-4075e3b7b3964707c653f61b66f46dec.js?body=1" for 127.0.0.1 at 2016-04-01 16:21:48 +0300
|
10935
|
+
|
10936
|
+
|
10937
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:21:48 +0300
|
10938
|
+
|
10939
|
+
|
10940
|
+
Started GET "/assets/application-144f3468d85785a421c7f26f17032903.js?body=1" for 127.0.0.1 at 2016-04-01 16:21:48 +0300
|
10941
|
+
|
10942
|
+
|
10943
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:21:48 +0300
|
10944
|
+
|
10945
|
+
|
10946
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 16:49:20 +0300
|
10947
|
+
Processing by HomeController#index as HTML
|
10948
|
+
Rendered home/index.html.haml within layouts/application (21.8ms)
|
10949
|
+
Completed 200 OK in 418ms (Views: 415.9ms | ActiveRecord: 0.0ms)
|
10950
|
+
|
10951
|
+
|
10952
|
+
Started GET "/assets/application-518b66be1324b9bcfd1b21948155e95c.css?body=1" for 127.0.0.1 at 2016-04-01 16:49:21 +0300
|
10953
|
+
|
10954
|
+
|
10955
|
+
Started GET "/assets/jquery-4075e3b7b3964707c653f61b66f46dec.js?body=1" for 127.0.0.1 at 2016-04-01 16:49:21 +0300
|
10956
|
+
|
10957
|
+
|
10958
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:49:21 +0300
|
10959
|
+
|
10960
|
+
|
10961
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:49:21 +0300
|
10962
|
+
|
10963
|
+
|
10964
|
+
Started GET "/assets/application-144f3468d85785a421c7f26f17032903.js?body=1" for 127.0.0.1 at 2016-04-01 16:49:21 +0300
|
10965
|
+
|
10966
|
+
|
10967
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 16:50:56 +0300
|
10968
|
+
Processing by HomeController#index as HTML
|
10969
|
+
Rendered home/index.html.haml within layouts/application (19.4ms)
|
10970
|
+
Completed 200 OK in 313ms (Views: 311.5ms | ActiveRecord: 0.0ms)
|
10971
|
+
|
10972
|
+
|
10973
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:50:57 +0300
|
10974
|
+
|
10975
|
+
|
10976
|
+
Started GET "/assets/application-144f3468d85785a421c7f26f17032903.js?body=1" for 127.0.0.1 at 2016-04-01 16:50:57 +0300
|
10977
|
+
|
10978
|
+
|
10979
|
+
Started GET "/assets/jquery-4075e3b7b3964707c653f61b66f46dec.js?body=1" for 127.0.0.1 at 2016-04-01 16:50:57 +0300
|
10980
|
+
|
10981
|
+
|
10982
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:50:57 +0300
|
10983
|
+
|
10984
|
+
|
10985
|
+
Started GET "/assets/application-518b66be1324b9bcfd1b21948155e95c.css?body=1" for 127.0.0.1 at 2016-04-01 16:50:57 +0300
|
10986
|
+
|
10987
|
+
|
10988
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 16:51:03 +0300
|
10989
|
+
Processing by HomeController#index as HTML
|
10990
|
+
Rendered home/index.html.haml within layouts/application (17.6ms)
|
10991
|
+
Completed 200 OK in 299ms (Views: 297.4ms | ActiveRecord: 0.0ms)
|
10992
|
+
|
10993
|
+
|
10994
|
+
Started GET "/assets/jquery-4075e3b7b3964707c653f61b66f46dec.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:04 +0300
|
10995
|
+
|
10996
|
+
|
10997
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:04 +0300
|
10998
|
+
|
10999
|
+
|
11000
|
+
Started GET "/assets/application-518b66be1324b9bcfd1b21948155e95c.css?body=1" for 127.0.0.1 at 2016-04-01 16:51:04 +0300
|
11001
|
+
|
11002
|
+
|
11003
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:04 +0300
|
11004
|
+
|
11005
|
+
|
11006
|
+
Started GET "/assets/application-144f3468d85785a421c7f26f17032903.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:04 +0300
|
11007
|
+
|
11008
|
+
|
11009
|
+
Started GET "/cms/admin" for 127.0.0.1 at 2016-04-01 16:51:05 +0300
|
11010
|
+
Processing by Optimacms::Admin::DashboardController#index as HTML
|
11011
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.8ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 4 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
11012
|
+
Completed 401 Unauthorized in 31ms (ActiveRecord: 4.7ms)
|
11013
|
+
|
11014
|
+
|
11015
|
+
Started GET "/cms/admin/login" for 127.0.0.1 at 2016-04-01 16:51:10 +0300
|
11016
|
+
Processing by Optimacms::Devise::SessionsController#new as HTML
|
11017
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/shared/_links.html.erb (11.4ms)
|
11018
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/devise-3.5.5/app/views/devise/sessions/new.html.erb within layouts/optimacms/application_logged_out (57.6ms)
|
11019
|
+
Completed 200 OK in 455ms (Views: 412.9ms | ActiveRecord: 0.0ms)
|
11020
|
+
|
11021
|
+
|
11022
|
+
Started GET "/assets/optimacms/application-82b176b34911346d9ba3f94335d862fe.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:10 +0300
|
11023
|
+
|
11024
|
+
|
11025
|
+
Started GET "/stylesheets/optimacms/application.css" for 127.0.0.1 at 2016-04-01 16:51:10 +0300
|
11026
|
+
|
11027
|
+
ActionController::RoutingError (No route matches [GET] "/stylesheets/optimacms/application.css"):
|
11028
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
11029
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11030
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:38:in `call_app'
|
11031
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `block in call'
|
11032
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11033
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11034
|
+
activesupport (4.2.5.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11035
|
+
railties (4.2.5.1) lib/rails/rack/logger.rb:20:in `call'
|
11036
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11037
|
+
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
|
11038
|
+
rack (1.6.4) lib/rack/runtime.rb:18:in `call'
|
11039
|
+
activesupport (4.2.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11040
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
11041
|
+
actionpack (4.2.5.1) lib/action_dispatch/middleware/static.rb:116:in `call'
|
11042
|
+
rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
|
11043
|
+
railties (4.2.5.1) lib/rails/engine.rb:518:in `call'
|
11044
|
+
railties (4.2.5.1) lib/rails/application.rb:165:in `call'
|
11045
|
+
rack (1.6.4) lib/rack/lock.rb:17:in `call'
|
11046
|
+
rack (1.6.4) lib/rack/content_length.rb:15:in `call'
|
11047
|
+
rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
|
11048
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
|
11049
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
|
11050
|
+
/home/mmx/.rvm/rubies/ruby-2.1.7/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
|
11051
|
+
|
11052
|
+
|
11053
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (10.5ms)
|
11054
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (35.3ms)
|
11055
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (37.9ms)
|
11056
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.0ms)
|
11057
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.1ms)
|
11058
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (471.4ms)
|
11059
|
+
|
11060
|
+
|
11061
|
+
Started POST "/cms/admin/login" for 127.0.0.1 at 2016-04-01 16:51:15 +0300
|
11062
|
+
Processing by Optimacms::Devise::SessionsController#create as HTML
|
11063
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Gwrb/1pzPoNI6AgIRL+M8+0j+DoAn4iUmDiTiSCWjE7kwiSFbPdBcn3tWSvE6CZhxFBzQNFbcZByD7pJND7Gig==", "cms_admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"}
|
11064
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.8ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`email` = 'admin@example.com' ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11065
|
+
[1m[36m (0.6ms)[0m [1mBEGIN[0m
|
11066
|
+
[1m[35mSQL (0.8ms)[0m UPDATE `cms_users` SET `last_sign_in_at` = '2016-04-01 08:41:13', `current_sign_in_at` = '2016-04-01 13:51:15', `sign_in_count` = 7, `updated_at` = '2016-04-01 13:51:15' WHERE `cms_users`.`id` = 3
|
11067
|
+
[1m[36m (1.2ms)[0m [1mCOMMIT[0m
|
11068
|
+
Redirected to http://localhost:3010/cms/admin
|
11069
|
+
Completed 302 Found in 134ms (ActiveRecord: 3.3ms)
|
11070
|
+
|
11071
|
+
|
11072
|
+
Started GET "/cms/admin" for 127.0.0.1 at 2016-04-01 16:51:15 +0300
|
11073
|
+
Processing by Optimacms::Admin::DashboardController#index as HTML
|
11074
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.8ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11075
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/dashboard/index.html.haml within optimacms/admin/layouts/main (15.5ms)
|
11076
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (32.1ms)
|
11077
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (71.3ms)
|
11078
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (7.3ms)
|
11079
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (10.0ms)
|
11080
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (3.0ms)
|
11081
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (11.8ms)
|
11082
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (536.2ms)
|
11083
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (709.1ms)
|
11084
|
+
Completed 200 OK in 762ms (Views: 750.8ms | ActiveRecord: 0.8ms)
|
11085
|
+
|
11086
|
+
|
11087
|
+
Started GET "/assets/optimacms/admin_tpl-be357857542d63a706de9646b4bf9a1a.css?body=1" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11088
|
+
|
11089
|
+
|
11090
|
+
Started GET "/assets/bootstrap3-typeahead.min-0db81a649769b9e9cde03811622f7fe2.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11091
|
+
|
11092
|
+
|
11093
|
+
Started GET "/assets/jquery2-09abf132254111788afa8aca28fc7872.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11094
|
+
|
11095
|
+
|
11096
|
+
Started GET "/assets/optimacms/admin-780ca008e3a7fc8b0deb60e94baae10f.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11097
|
+
|
11098
|
+
|
11099
|
+
Started GET "/assets/optimacms/admin-b1a42a78e80e59730360bf95f2eb9ddd.css?body=1" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11100
|
+
|
11101
|
+
|
11102
|
+
Started GET "/assets/bootstrap3-autocomplete-input.min-cc2b5cda6d7d196e8e8d5f910f37c733.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11103
|
+
|
11104
|
+
|
11105
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11106
|
+
|
11107
|
+
|
11108
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11109
|
+
|
11110
|
+
|
11111
|
+
Started GET "/assets/fontawesome-webfont-b872926be5285920d081a4a8b8872f26.woff2?v=4.5.0" for 127.0.0.1 at 2016-04-01 16:51:16 +0300
|
11112
|
+
|
11113
|
+
|
11114
|
+
Started GET "/cms/admin/pages" for 127.0.0.1 at 2016-04-01 16:51:18 +0300
|
11115
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
11116
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.7ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
11117
|
+
[1m[35mOptimacms::Language Load (0.7ms)[0m SELECT `cms_languages`.* FROM `cms_languages`
|
11118
|
+
[1m[36mOptimacms::Page Load (0.8ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 154 LIMIT 1[0m
|
11119
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (14.0ms)
|
11120
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (22.1ms)
|
11121
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (11.3ms)
|
11122
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (14.4ms)
|
11123
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (44.5ms)
|
11124
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (3.2ms)
|
11125
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (12.0ms)
|
11126
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (79.9ms)
|
11127
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (87.8ms)
|
11128
|
+
[1m[35mOptimacms::Page Load (0.7ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 154 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
11129
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 154 )[0m
|
11130
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (145.3ms)
|
11131
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (5.9ms)
|
11132
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (38.5ms)
|
11133
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.8ms)
|
11134
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.6ms)
|
11135
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.4ms)
|
11136
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (4.0ms)
|
11137
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (408.8ms)
|
11138
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (482.6ms)
|
11139
|
+
Completed 200 OK in 752ms (Views: 642.0ms | ActiveRecord: 7.2ms)
|
11140
|
+
|
11141
|
+
|
11142
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:19 +0300
|
11143
|
+
|
11144
|
+
|
11145
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:19 +0300
|
11146
|
+
|
11147
|
+
|
11148
|
+
Started GET "/cms/admin/templates" for 127.0.0.1 at 2016-04-01 16:51:23 +0300
|
11149
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
11150
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.8ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11151
|
+
[1m[36mOptimacms::Template Load (0.7ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 130 LIMIT 1[0m
|
11152
|
+
Redirected to http://localhost:3010/cms/admin/templates?parent_id=0
|
11153
|
+
Completed 302 Found in 40ms (ActiveRecord: 3.1ms)
|
11154
|
+
|
11155
|
+
|
11156
|
+
Started GET "/cms/admin/templates?parent_id=0" for 127.0.0.1 at 2016-04-01 16:51:23 +0300
|
11157
|
+
Processing by Optimacms::Admin::TemplatesController#index as HTML
|
11158
|
+
Parameters: {"parent_id"=>"0"}
|
11159
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.7ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11160
|
+
[1m[36mOptimacms::Template Load (0.6ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 0 LIMIT 1[0m
|
11161
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (11.4ms)
|
11162
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (14.3ms)
|
11163
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (6.2ms)
|
11164
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (8.8ms)
|
11165
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (29.1ms)
|
11166
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.4ms)
|
11167
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (2.8ms)
|
11168
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (40.2ms)
|
11169
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (42.7ms)
|
11170
|
+
[1m[35mOptimacms::Template Load (0.8ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 ) ORDER BY title asc LIMIT 10 OFFSET 0
|
11171
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM `cms_templates` WHERE `cms_templates`.`ancestry` IS NULL AND (1=1 )[0m
|
11172
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/index.html.haml within optimacms/admin/layouts/main (148.2ms)
|
11173
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
|
11174
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (40.0ms)
|
11175
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.8ms)
|
11176
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.7ms)
|
11177
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.4ms)
|
11178
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (3.9ms)
|
11179
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (422.7ms)
|
11180
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (499.0ms)
|
11181
|
+
Completed 200 OK in 678ms (Views: 660.7ms | ActiveRecord: 3.1ms)
|
11182
|
+
|
11183
|
+
|
11184
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:24 +0300
|
11185
|
+
|
11186
|
+
|
11187
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:24 +0300
|
11188
|
+
|
11189
|
+
|
11190
|
+
Started GET "/cms/admin/pages" for 127.0.0.1 at 2016-04-01 16:51:28 +0300
|
11191
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
11192
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.9ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11193
|
+
[1m[36mOptimacms::Page Load (0.7ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 154 LIMIT 1[0m
|
11194
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (11.7ms)
|
11195
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (14.5ms)
|
11196
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (7.1ms)
|
11197
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (9.9ms)
|
11198
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (29.7ms)
|
11199
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.3ms)
|
11200
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.0ms)
|
11201
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (48.4ms)
|
11202
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (51.0ms)
|
11203
|
+
[1m[35mOptimacms::Page Load (1.0ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 154 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
11204
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 154 )[0m
|
11205
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (72.4ms)
|
11206
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (5.9ms)
|
11207
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (33.3ms)
|
11208
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.8ms)
|
11209
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.7ms)
|
11210
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.4ms)
|
11211
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (4.1ms)
|
11212
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (459.3ms)
|
11213
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (530.5ms)
|
11214
|
+
Completed 200 OK in 631ms (Views: 613.3ms | ActiveRecord: 3.3ms)
|
11215
|
+
|
11216
|
+
|
11217
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:29 +0300
|
11218
|
+
|
11219
|
+
|
11220
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:29 +0300
|
11221
|
+
|
11222
|
+
|
11223
|
+
Started GET "/cms/admin/mediafiles" for 127.0.0.1 at 2016-04-01 16:51:46 +0300
|
11224
|
+
Processing by Optimacms::Admin::MediafilesController#index as HTML
|
11225
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.7ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11226
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/mediafiles/index.html.erb within optimacms/admin/layouts/blank (3.6ms)
|
11227
|
+
Completed 200 OK in 31ms (Views: 20.3ms | ActiveRecord: 0.7ms)
|
11228
|
+
|
11229
|
+
|
11230
|
+
Started GET "/cmsadmin/media_elfinder?cmd=open&target=&init=1&tree=1&_=1459518707429" for 127.0.0.1 at 2016-04-01 16:51:47 +0300
|
11231
|
+
Processing by Optimacms::Admin::MediafilesController#elfinder as JSON
|
11232
|
+
Parameters: {"cmd"=>"open", "target"=>"", "init"=>"1", "tree"=>"1", "_"=>"1459518707429"}
|
11233
|
+
[1m[36mOptimacms::CmsAdminUser Load (1.6ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
11234
|
+
Completed 200 OK in 112ms (Views: 15.0ms | ActiveRecord: 1.6ms)
|
11235
|
+
|
11236
|
+
|
11237
|
+
Started GET "/cms/admin/pages" for 127.0.0.1 at 2016-04-01 16:51:50 +0300
|
11238
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
11239
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.7ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11240
|
+
[1m[36mOptimacms::Page Load (0.8ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 154 LIMIT 1[0m
|
11241
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (8.9ms)
|
11242
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (11.5ms)
|
11243
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (5.9ms)
|
11244
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (8.3ms)
|
11245
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (24.1ms)
|
11246
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.3ms)
|
11247
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (2.9ms)
|
11248
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (34.8ms)
|
11249
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (37.0ms)
|
11250
|
+
[1m[35mOptimacms::Page Load (2.1ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 154 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
11251
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 154 )[0m
|
11252
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (59.7ms)
|
11253
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.3ms)
|
11254
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (36.0ms)
|
11255
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.8ms)
|
11256
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.4ms)
|
11257
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.3ms)
|
11258
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (3.4ms)
|
11259
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (386.8ms)
|
11260
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (465.6ms)
|
11261
|
+
Completed 200 OK in 551ms (Views: 534.4ms | ActiveRecord: 4.4ms)
|
11262
|
+
|
11263
|
+
|
11264
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:51 +0300
|
11265
|
+
|
11266
|
+
|
11267
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:51 +0300
|
11268
|
+
|
11269
|
+
|
11270
|
+
Started POST "/cms/admin/pages/search" for 127.0.0.1 at 2016-04-01 16:51:54 +0300
|
11271
|
+
Processing by Optimacms::Admin::PagesController#search as HTML
|
11272
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"j8icjQdKb7Rg9zd2bSSEnfcchM+Wrshe5Nut2oMtwmtISyG/lEwdF7nLr4cVH5KmpRmtJH0z67vzkCrVfF5ocw==", "filter_cmd"=>"clear", "filter"=>{"title"=>"", "parent_id"=>"154"}}
|
11273
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.9ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11274
|
+
Redirected to http://localhost:3010/cms/admin/pages
|
11275
|
+
Completed 302 Found in 14ms (ActiveRecord: 0.9ms)
|
11276
|
+
|
11277
|
+
|
11278
|
+
Started GET "/cms/admin/pages" for 127.0.0.1 at 2016-04-01 16:51:54 +0300
|
11279
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
11280
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.8ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
11281
|
+
[1m[35mOptimacms::Page Load (0.7ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
11282
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (9.4ms)
|
11283
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (11.9ms)
|
11284
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (6.1ms)
|
11285
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (9.5ms)
|
11286
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (27.1ms)
|
11287
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.4ms)
|
11288
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.2ms)
|
11289
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (38.8ms)
|
11290
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (41.3ms)
|
11291
|
+
[1m[36mOptimacms::Page Load (0.9ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
11292
|
+
[1m[35mOptimacms::Template Load (0.9ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)
|
11293
|
+
[1m[36m (1.2ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )[0m
|
11294
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (167.7ms)
|
11295
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (5.0ms)
|
11296
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (40.2ms)
|
11297
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.8ms)
|
11298
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.5ms)
|
11299
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.4ms)
|
11300
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (3.7ms)
|
11301
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (430.3ms)
|
11302
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (507.2ms)
|
11303
|
+
Completed 200 OK in 703ms (Views: 683.8ms | ActiveRecord: 4.5ms)
|
11304
|
+
|
11305
|
+
|
11306
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:55 +0300
|
11307
|
+
|
11308
|
+
|
11309
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:55 +0300
|
11310
|
+
|
11311
|
+
|
11312
|
+
Started GET "/cms/admin/pages/97/edit" for 127.0.0.1 at 2016-04-01 16:51:57 +0300
|
11313
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
11314
|
+
Parameters: {"id"=>"97"}
|
11315
|
+
[1m[35mOptimacms::CmsAdminUser Load (0.8ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11316
|
+
[1m[36mOptimacms::Page Load (0.7ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1[0m
|
11317
|
+
[1m[35mOptimacms::Language Load (0.6ms)[0m SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
|
11318
|
+
[1m[36mCACHE (0.2ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc[0m
|
11319
|
+
[1m[35mOptimacms::PageTranslation Load (1.0ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97
|
11320
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_form_errors.html.haml (8.1ms)
|
11321
|
+
[1m[36mOptimacms::Template Load (0.9ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1[0m
|
11322
|
+
[1m[35mOptimacms::Template Load (0.7ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1
|
11323
|
+
[1m[36mCACHE (0.1ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97[0m [["item_id", 97]]
|
11324
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_meta.html.haml (292.1ms)
|
11325
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_modal_div.html.haml (13.7ms)
|
11326
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/_js_form_modal.html.haml (30.0ms)
|
11327
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_js_tinymce.html.haml (42.7ms)
|
11328
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_form.html.haml (520.2ms)
|
11329
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (530.7ms)
|
11330
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
|
11331
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (47.5ms)
|
11332
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.8ms)
|
11333
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.5ms)
|
11334
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.4ms)
|
11335
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (3.8ms)
|
11336
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (405.8ms)
|
11337
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (491.5ms)
|
11338
|
+
Completed 200 OK in 1145ms (Views: 1036.2ms | ActiveRecord: 17.6ms)
|
11339
|
+
|
11340
|
+
|
11341
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:58 +0300
|
11342
|
+
|
11343
|
+
|
11344
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:51:58 +0300
|
11345
|
+
|
11346
|
+
|
11347
|
+
Started PATCH "/cms/admin/pages/97" for 127.0.0.1 at 2016-04-01 16:52:00 +0300
|
11348
|
+
Processing by Optimacms::Admin::PagesController#update as HTML
|
11349
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9G5W44BzGwrETfqP59UaIX5FxOo3MPsWjPpt1aWfFmkz7evRE3VpqR1xYn6f7gwaLEDtAdyt2PObseraWuy8cQ==", "page"=>{"parent_id"=>"0", "title"=>"Home 1", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"1", "template_id"=>"127", "template"=>"home (home/index)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"en", "meta_title"=>"HOME", "meta_keywords"=>"", "meta_description"=>"", "id"=>"259"}, "1"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"297"}, "2"=>{"lang"=>"", "meta_title"=>"Demo App | Optima CMS", "meta_keywords"=>"cms, demo", "meta_description"=>"Demo app.", "id"=>"333"}}}, "commit"=>"Save", "id"=>"97"}
|
11350
|
+
[1m[35mOptimacms::CmsAdminUser Load (1.5ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11351
|
+
[1m[36mOptimacms::Page Load (2.6ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1[0m
|
11352
|
+
[1m[35m (8.3ms)[0m BEGIN
|
11353
|
+
[1m[36mOptimacms::PageTranslation Load (1.2ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`id` IN (259, 297, 333)[0m
|
11354
|
+
[1m[35mSQL (7.3ms)[0m UPDATE `cms_pages` SET `title` = 'Home 1', `updated_at` = '2016-04-01 13:52:00' WHERE `cms_pages`.`id` = 97
|
11355
|
+
[1m[36m (2.5ms)[0m [1mCOMMIT[0m
|
11356
|
+
Redirected to http://localhost:3010/cms/admin/pages
|
11357
|
+
Completed 302 Found in 164ms (ActiveRecord: 23.3ms)
|
11358
|
+
|
11359
|
+
|
11360
|
+
Started GET "/cms/admin/pages" for 127.0.0.1 at 2016-04-01 16:52:00 +0300
|
11361
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
11362
|
+
[1m[35mOptimacms::CmsAdminUser Load (4.5ms)[0m SELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1
|
11363
|
+
[1m[36mOptimacms::Page Load (0.8ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1[0m
|
11364
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (23.2ms)
|
11365
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (29.9ms)
|
11366
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (16.2ms)
|
11367
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (19.3ms)
|
11368
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (61.8ms)
|
11369
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.4ms)
|
11370
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.7ms)
|
11371
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (79.6ms)
|
11372
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (87.0ms)
|
11373
|
+
[1m[35mOptimacms::Page Load (14.7ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0
|
11374
|
+
[1m[36mOptimacms::Template Load (0.6ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)[0m
|
11375
|
+
[1m[35m (3.1ms)[0m SELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )
|
11376
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (181.7ms)
|
11377
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.0ms)
|
11378
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (41.1ms)
|
11379
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.8ms)
|
11380
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (1.0ms)
|
11381
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.5ms)
|
11382
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (4.4ms)
|
11383
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (425.9ms)
|
11384
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (506.0ms)
|
11385
|
+
Completed 200 OK in 757ms (Views: 702.3ms | ActiveRecord: 23.7ms)
|
11386
|
+
|
11387
|
+
|
11388
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:52:01 +0300
|
11389
|
+
|
11390
|
+
|
11391
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:52:01 +0300
|
11392
|
+
|
11393
|
+
|
11394
|
+
Started GET "/cms/admin/pages/97/edit" for 127.0.0.1 at 2016-04-01 16:52:03 +0300
|
11395
|
+
Processing by Optimacms::Admin::PagesController#edit as HTML
|
11396
|
+
Parameters: {"id"=>"97"}
|
11397
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.7ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
11398
|
+
[1m[35mOptimacms::Page Load (0.7ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1
|
11399
|
+
[1m[36mOptimacms::Language Load (0.7ms)[0m [1mSELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc[0m
|
11400
|
+
[1m[35mCACHE (0.2ms)[0m SELECT `cms_languages`.* FROM `cms_languages` ORDER BY pos asc
|
11401
|
+
[1m[36mOptimacms::PageTranslation Load (0.8ms)[0m [1mSELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97[0m
|
11402
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_form_errors.html.haml (0.4ms)
|
11403
|
+
[1m[35mOptimacms::Template Load (0.7ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`is_folder` = 0 AND `cms_templates`.`type_id` = 1
|
11404
|
+
[1m[36mOptimacms::Template Load (0.9ms)[0m [1mSELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` = 127 LIMIT 1[0m
|
11405
|
+
[1m[35mCACHE (0.2ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 [["item_id", 97]]
|
11406
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_meta.html.haml (216.9ms)
|
11407
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_modal_div.html.haml (1.8ms)
|
11408
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/templates/_js_form_modal.html.haml (14.6ms)
|
11409
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/common/_js_tinymce.html.haml (2.9ms)
|
11410
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/_form.html.haml (351.8ms)
|
11411
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/edit.html.haml within optimacms/admin/layouts/main (357.1ms)
|
11412
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.5ms)
|
11413
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (41.3ms)
|
11414
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.9ms)
|
11415
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (0.9ms)
|
11416
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.5ms)
|
11417
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (4.7ms)
|
11418
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (499.7ms)
|
11419
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (594.3ms)
|
11420
|
+
Completed 200 OK in 1007ms (Views: 964.4ms | ActiveRecord: 5.0ms)
|
11421
|
+
|
11422
|
+
|
11423
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:52:04 +0300
|
11424
|
+
|
11425
|
+
|
11426
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:52:04 +0300
|
11427
|
+
|
11428
|
+
|
11429
|
+
Started PATCH "/cms/admin/pages/97" for 127.0.0.1 at 2016-04-01 16:52:05 +0300
|
11430
|
+
Processing by Optimacms::Admin::PagesController#update as HTML
|
11431
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"wbk3bKbSWowhEaj1/zpO0CULP52bVTilu/x4egSKTNcGOopeNdQoL/gtMASHAVjrdw4WdnDIG0Cst/91+/nmzw==", "page"=>{"parent_id"=>"0", "title"=>"Home", "url"=>"", "name"=>"home", "controller_action"=>"", "layout_id"=>"1", "template_id"=>"127", "template"=>"home (home/index)", "is_translated"=>"0", "translations_attributes"=>{"0"=>{"lang"=>"en", "meta_title"=>"HOME", "meta_keywords"=>"", "meta_description"=>"", "id"=>"259"}, "1"=>{"lang"=>"ru", "meta_title"=>"", "meta_keywords"=>"", "meta_description"=>"", "id"=>"297"}, "2"=>{"lang"=>"", "meta_title"=>"Demo App | Optima CMS", "meta_keywords"=>"cms, demo", "meta_description"=>"Demo app.", "id"=>"333"}}}, "commit"=>"Save", "id"=>"97"}
|
11432
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.8ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
11433
|
+
[1m[35mOptimacms::Page Load (0.8ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 97 LIMIT 1
|
11434
|
+
[1m[36m (0.5ms)[0m [1mBEGIN[0m
|
11435
|
+
[1m[35mOptimacms::PageTranslation Load (0.8ms)[0m SELECT `cms_pages_translation`.* FROM `cms_pages_translation` WHERE `cms_pages_translation`.`item_id` = 97 AND `cms_pages_translation`.`id` IN (259, 297, 333)
|
11436
|
+
[1m[36mSQL (0.8ms)[0m [1mUPDATE `cms_pages` SET `title` = 'Home', `updated_at` = '2016-04-01 13:52:05' WHERE `cms_pages`.`id` = 97[0m
|
11437
|
+
[1m[35m (1.4ms)[0m COMMIT
|
11438
|
+
Redirected to http://localhost:3010/cms/admin/pages
|
11439
|
+
Completed 302 Found in 72ms (ActiveRecord: 5.0ms)
|
11440
|
+
|
11441
|
+
|
11442
|
+
Started GET "/cms/admin/pages" for 127.0.0.1 at 2016-04-01 16:52:05 +0300
|
11443
|
+
Processing by Optimacms::Admin::PagesController#index as HTML
|
11444
|
+
[1m[36mOptimacms::CmsAdminUser Load (0.9ms)[0m [1mSELECT `cms_users`.* FROM `cms_users` WHERE `cms_users`.`id` = 3 ORDER BY `cms_users`.`id` ASC LIMIT 1[0m
|
11445
|
+
[1m[35mOptimacms::Page Load (0.9ms)[0m SELECT `cms_pages`.* FROM `cms_pages` WHERE `cms_pages`.`id` = 0 LIMIT 1
|
11446
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_text.html.haml (10.2ms)
|
11447
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (12.7ms)
|
11448
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/fields_simple_form/_hidden.html.haml (5.8ms)
|
11449
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_field_simple_form.html.haml (8.4ms)
|
11450
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_fields.html.haml (25.6ms)
|
11451
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear.html.haml (0.4ms)
|
11452
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_buttons_apply_clear_inline.html.haml (3.2ms)
|
11453
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form_inline.html.haml (36.9ms)
|
11454
|
+
Rendered /home/mmx/.rvm/gems/ruby-2.1.7/gems/simple_search_filter-0.0.31/app/views/simple_search_filter/_form.html.haml (39.7ms)
|
11455
|
+
[1m[36mOptimacms::Page Load (1.0ms)[0m [1mSELECT `cms_pages`.* FROM `cms_pages` WHERE (1=1 AND parent_id= 0 ) ORDER BY created_at desc LIMIT 10 OFFSET 0[0m
|
11456
|
+
[1m[35mOptimacms::Template Load (1.0ms)[0m SELECT `cms_templates`.* FROM `cms_templates` WHERE `cms_templates`.`id` IN (127, 0, 128)
|
11457
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM `cms_pages` WHERE (1=1 AND parent_id= 0 )[0m
|
11458
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/pages/index.html.haml within optimacms/admin/layouts/main (96.2ms)
|
11459
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_top.html.haml (6.1ms)
|
11460
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_leftmenu.html.haml (46.3ms)
|
11461
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_breadcrumbs.html.haml (0.8ms)
|
11462
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_flash.html.haml (1.1ms)
|
11463
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_version.html.haml (0.4ms)
|
11464
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/shared/_footer.html.haml (3.9ms)
|
11465
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/application.html.haml (426.7ms)
|
11466
|
+
Rendered /mnt/data/projects/mmx/optimacms/app/views/optimacms/admin/layouts/basic.html.haml (510.2ms)
|
11467
|
+
Completed 200 OK in 643ms (Views: 616.4ms | ActiveRecord: 4.8ms)
|
11468
|
+
|
11469
|
+
|
11470
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:52:06 +0300
|
11471
|
+
|
11472
|
+
|
11473
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:52:06 +0300
|
11474
|
+
|
11475
|
+
|
11476
|
+
Started GET "/" for 127.0.0.1 at 2016-04-01 16:59:34 +0300
|
11477
|
+
Processing by HomeController#index as HTML
|
11478
|
+
Rendered home/index.html.haml within layouts/application (3.3ms)
|
11479
|
+
Completed 200 OK in 405ms (Views: 404.2ms | ActiveRecord: 0.0ms)
|
11480
|
+
|
11481
|
+
|
11482
|
+
Started GET "/assets/jquery_ujs-f9f4ae336c0d19804775e0e2c8749423.js?body=1" for 127.0.0.1 at 2016-04-01 16:59:35 +0300
|
11483
|
+
|
11484
|
+
|
11485
|
+
Started GET "/assets/bootstrap-5219915267bc07092cc5984f417a5ad5.js?body=1" for 127.0.0.1 at 2016-04-01 16:59:35 +0300
|
11486
|
+
|
11487
|
+
|
11488
|
+
Started GET "/assets/jquery-4075e3b7b3964707c653f61b66f46dec.js?body=1" for 127.0.0.1 at 2016-04-01 16:59:35 +0300
|
11489
|
+
|
11490
|
+
|
11491
|
+
Started GET "/assets/application-144f3468d85785a421c7f26f17032903.js?body=1" for 127.0.0.1 at 2016-04-01 16:59:35 +0300
|
11492
|
+
|
11493
|
+
|
11494
|
+
Started GET "/assets/application-518b66be1324b9bcfd1b21948155e95c.css?body=1" for 127.0.0.1 at 2016-04-01 16:59:35 +0300
|