templus_models 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cda944df741bea2aa0674649c8a5787cc2b6b6a
|
4
|
+
data.tar.gz: 38c3b388bf0b13e4eaa846c52ab69acfed11248c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9688c08585b139a407dc4839421b8fd284e1ddab8e07040d1446f9c543b3e9e79857400f61200e7dfdebd07d009c0b1e5feee3b70048bdaa60fed02968f6242e
|
7
|
+
data.tar.gz: 665088cd90448ebea1709e600e43621a1121cd3b5fe67f2d04f1dd154e0aee61ba42f95c8cf3b4978c24cecc0caf724dceed7d30364ed15ae7c6a23cf285cbe5
|
@@ -7,7 +7,13 @@
|
|
7
7
|
<thead>
|
8
8
|
<tr>
|
9
9
|
<%@crud_helper.index_fields.each do |att| %>
|
10
|
-
<th
|
10
|
+
<th>
|
11
|
+
<% if att[:sort_field].present? %>
|
12
|
+
<%= sort_link @q, att[:sort_field], att[:label], {},data: {push: 'partial', target: "#form"}%>
|
13
|
+
<% else %>
|
14
|
+
<%= sort_link @q, att[:attribute], att[:label], {},data: {push: 'partial', target: "#form"}%>
|
15
|
+
<% end %>
|
16
|
+
</th>
|
11
17
|
<%end%>
|
12
18
|
<%if @crud_helper.view_action || @crud_helper.edit_action || @crud_helper.destroy_action || @crud_helper.actions.present?%>
|
13
19
|
<td>Opções</td>
|
@@ -3,7 +3,7 @@ class Teste1Crud < RaroCrud
|
|
3
3
|
titulo "Teste1"
|
4
4
|
link_superior "Novo Teste1", id: "novo-button", icon: "plus", link: "new"
|
5
5
|
|
6
|
-
campo_tabela :teste, label: "Nome"
|
6
|
+
campo_tabela :teste, label: "Nome", sort_field: :teste_nome
|
7
7
|
|
8
8
|
grupo_formulario :teste, [
|
9
9
|
{campo: :nome, label: "Nome"}
|
Binary file
|
@@ -54424,3 +54424,1282 @@ Processing by CrudController#autocomplete as JSON
|
|
54424
54424
|
[1m[36mCidade Load (1.2ms)[0m [1mSELECT DISTINCT "cidades".* FROM "cidades" WHERE ("cidades"."nome" LIKE 'Contagem%') ORDER BY "cidades"."updated_at" DESC LIMIT 25 OFFSET 0[0m
|
54425
54425
|
[1m[35mEstado Load (0.1ms)[0m SELECT "estados".* FROM "estados" WHERE "estados"."id" = ? LIMIT 1 [["id", 17]]
|
54426
54426
|
Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.8ms)
|
54427
|
+
|
54428
|
+
|
54429
|
+
Started GET "/" for ::1 at 2015-06-25 18:31:46 -0300
|
54430
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
54431
|
+
Processing by HomeController#index as HTML
|
54432
|
+
[1m[35mUsuario Load (0.7ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
54433
|
+
Rendered home/index.html.erb within layouts/application (2.6ms)
|
54434
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/layouts/_menu_crud.html.erb (42.5ms)
|
54435
|
+
Rendered layouts/_menu.html.erb (53.3ms)
|
54436
|
+
Rendered layouts/_topnavbar.html.erb (1.1ms)
|
54437
|
+
Rendered layouts/_footer.html.erb (4.2ms)
|
54438
|
+
Rendered layouts/_rightsidebar.html.erb (36.5ms)
|
54439
|
+
Completed 200 OK in 1198ms (Views: 1158.6ms | ActiveRecord: 1.3ms)
|
54440
|
+
|
54441
|
+
|
54442
|
+
Started GET "/assets/datapicker/datepicker.self.css?body=1" for ::1 at 2015-06-25 18:31:47 -0300
|
54443
|
+
|
54444
|
+
|
54445
|
+
Started GET "/assets/iCheck/custom.self.css?body=1" for ::1 at 2015-06-25 18:31:47 -0300
|
54446
|
+
|
54447
|
+
|
54448
|
+
Started GET "/assets/animate/animate.self.css?body=1" for ::1 at 2015-06-25 18:31:47 -0300
|
54449
|
+
|
54450
|
+
|
54451
|
+
Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54452
|
+
|
54453
|
+
|
54454
|
+
Started GET "/assets/toastr.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54455
|
+
|
54456
|
+
|
54457
|
+
Started GET "/assets/font-awesome.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54458
|
+
|
54459
|
+
|
54460
|
+
Started GET "/assets/datapicker/daterangepicker.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54461
|
+
|
54462
|
+
|
54463
|
+
Started GET "/assets/dataTables/dataTables.bootstrap.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54464
|
+
|
54465
|
+
|
54466
|
+
Started GET "/assets/dataTables/dataTables.responsive.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54467
|
+
|
54468
|
+
|
54469
|
+
Started GET "/assets/fullcalendar/fullcalendar.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54470
|
+
|
54471
|
+
|
54472
|
+
Started GET "/assets/dataTables/dataTables.tableTools.min.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54473
|
+
|
54474
|
+
|
54475
|
+
Started GET "/assets/summernote/index.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54476
|
+
|
54477
|
+
|
54478
|
+
Started GET "/assets/chosen/chosen.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54479
|
+
|
54480
|
+
|
54481
|
+
Started GET "/assets/style.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54482
|
+
|
54483
|
+
|
54484
|
+
Started GET "/assets/summernote/summernote.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54485
|
+
|
54486
|
+
|
54487
|
+
Started GET "/assets/summernote/summernote-bs3.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54488
|
+
|
54489
|
+
|
54490
|
+
Started GET "/assets/crud.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54491
|
+
|
54492
|
+
|
54493
|
+
Started GET "/assets/nested_form.self.css?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54494
|
+
|
54495
|
+
|
54496
|
+
Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54497
|
+
|
54498
|
+
|
54499
|
+
Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54500
|
+
|
54501
|
+
|
54502
|
+
Started GET "/assets/autocomplete/jquery-ui-autocomplete.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54503
|
+
|
54504
|
+
|
54505
|
+
Started GET "/assets/lib/native.history.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54506
|
+
|
54507
|
+
|
54508
|
+
Started GET "/assets/autocomplete/autocomplete-rails.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54509
|
+
|
54510
|
+
|
54511
|
+
Started GET "/assets/jquery_nested_form.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54512
|
+
|
54513
|
+
|
54514
|
+
Started GET "/assets/_request_manager.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54515
|
+
|
54516
|
+
|
54517
|
+
Started GET "/assets/_page.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54518
|
+
|
54519
|
+
|
54520
|
+
Started GET "/assets/_dom_parser.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54521
|
+
|
54522
|
+
|
54523
|
+
Started GET "/assets/_link.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54524
|
+
|
54525
|
+
|
54526
|
+
Started GET "/assets/_response.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54527
|
+
|
54528
|
+
|
54529
|
+
Started GET "/assets/_form.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54530
|
+
|
54531
|
+
|
54532
|
+
Started GET "/assets/wiselinks.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54533
|
+
|
54534
|
+
|
54535
|
+
Started GET "/assets/bootstrap/affix.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54536
|
+
|
54537
|
+
|
54538
|
+
Started GET "/assets/bootstrap/alert.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54539
|
+
|
54540
|
+
|
54541
|
+
Started GET "/assets/bootstrap/button.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54542
|
+
|
54543
|
+
|
54544
|
+
Started GET "/assets/bootstrap/carousel.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54545
|
+
|
54546
|
+
|
54547
|
+
Started GET "/assets/bootstrap/collapse.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54548
|
+
|
54549
|
+
|
54550
|
+
Started GET "/assets/bootstrap/tab.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54551
|
+
|
54552
|
+
|
54553
|
+
Started GET "/assets/bootstrap/dropdown.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54554
|
+
|
54555
|
+
|
54556
|
+
Started GET "/assets/bootstrap/transition.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54557
|
+
|
54558
|
+
|
54559
|
+
Started GET "/assets/bootstrap/scrollspy.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54560
|
+
|
54561
|
+
|
54562
|
+
Started GET "/assets/bootstrap/modal.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54563
|
+
|
54564
|
+
|
54565
|
+
Started GET "/assets/bootstrap/tooltip.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54566
|
+
|
54567
|
+
|
54568
|
+
Started GET "/assets/bootstrap/popover.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54569
|
+
|
54570
|
+
|
54571
|
+
Started GET "/assets/bootstrap-sprockets.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54572
|
+
|
54573
|
+
|
54574
|
+
Started GET "/assets/metisMenu/jquery.metisMenu.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54575
|
+
|
54576
|
+
|
54577
|
+
Started GET "/assets/pace/pace.min.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54578
|
+
|
54579
|
+
|
54580
|
+
Started GET "/assets/peity/jquery.peity.min.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54581
|
+
|
54582
|
+
|
54583
|
+
Started GET "/assets/slimscroll/jquery.slimscroll.min.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54584
|
+
|
54585
|
+
|
54586
|
+
Started GET "/assets/inspinia.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54587
|
+
|
54588
|
+
|
54589
|
+
Started GET "/assets/iCheck/icheck.min.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54590
|
+
|
54591
|
+
|
54592
|
+
Started GET "/assets/toastr.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54593
|
+
|
54594
|
+
|
54595
|
+
Started GET "/assets/datapicker/bootstrap-datepicker.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54596
|
+
|
54597
|
+
|
54598
|
+
Started GET "/assets/datapicker/moment.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54599
|
+
|
54600
|
+
|
54601
|
+
Started GET "/assets/datapicker/daterangepicker.min.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54602
|
+
|
54603
|
+
|
54604
|
+
Started GET "/assets/dataTables/dataTables.bootstrap.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54605
|
+
|
54606
|
+
|
54607
|
+
Started GET "/assets/dataTables/dataTables.responsive.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54608
|
+
|
54609
|
+
|
54610
|
+
Started GET "/assets/dataTables/jquery.dataTables.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54611
|
+
|
54612
|
+
|
54613
|
+
Started GET "/assets/dataTables/dataTables.tableTools.min.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54614
|
+
|
54615
|
+
|
54616
|
+
Started GET "/assets/jasny/jasny-bootstrap.min.self.js?body=1" for ::1 at 2015-06-25 18:31:48 -0300
|
54617
|
+
|
54618
|
+
|
54619
|
+
Started GET "/assets/fullcalendar/fullcalendar.min.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54620
|
+
|
54621
|
+
|
54622
|
+
Started GET "/assets/chosen/chosen.jquery.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54623
|
+
|
54624
|
+
|
54625
|
+
Started GET "/assets/summernote/index.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54626
|
+
|
54627
|
+
|
54628
|
+
Started GET "/assets/summernote/summernote.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54629
|
+
|
54630
|
+
|
54631
|
+
Started GET "/assets/jsKnob/jquery.knob.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54632
|
+
|
54633
|
+
|
54634
|
+
Started GET "/assets/chartjs/Chart.min.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54635
|
+
|
54636
|
+
|
54637
|
+
Started GET "/assets/raro_crud.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54638
|
+
|
54639
|
+
|
54640
|
+
Started GET "/assets/templus_models.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54641
|
+
|
54642
|
+
|
54643
|
+
Started GET "/assets/atualizacoes.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54644
|
+
|
54645
|
+
|
54646
|
+
Started GET "/assets/mensagens.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54647
|
+
|
54648
|
+
|
54649
|
+
Started GET "/assets/permissoes.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54650
|
+
|
54651
|
+
|
54652
|
+
Started GET "/assets/initializer.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54653
|
+
|
54654
|
+
|
54655
|
+
Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-25 18:31:49 -0300
|
54656
|
+
|
54657
|
+
|
54658
|
+
Started GET "/assets/logo.png" for ::1 at 2015-06-25 18:31:49 -0300
|
54659
|
+
|
54660
|
+
|
54661
|
+
Started GET "/assets/a1.jpg" for ::1 at 2015-06-25 18:31:49 -0300
|
54662
|
+
|
54663
|
+
|
54664
|
+
Started GET "/assets/a2.jpg" for ::1 at 2015-06-25 18:31:49 -0300
|
54665
|
+
|
54666
|
+
|
54667
|
+
Started GET "/assets/raro_azul.png" for ::1 at 2015-06-25 18:31:49 -0300
|
54668
|
+
|
54669
|
+
|
54670
|
+
Started GET "/assets/a3.jpg" for ::1 at 2015-06-25 18:31:49 -0300
|
54671
|
+
|
54672
|
+
|
54673
|
+
Started GET "/assets/a4.jpg" for ::1 at 2015-06-25 18:31:49 -0300
|
54674
|
+
|
54675
|
+
|
54676
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.3.0" for ::1 at 2015-06-25 18:31:49 -0300
|
54677
|
+
|
54678
|
+
|
54679
|
+
Started GET "/assets/a7.jpg" for ::1 at 2015-06-25 18:31:49 -0300
|
54680
|
+
|
54681
|
+
|
54682
|
+
Started GET "/assets/a8.jpg" for ::1 at 2015-06-25 18:31:49 -0300
|
54683
|
+
|
54684
|
+
|
54685
|
+
Started GET "/assets/patterns/header-profile.png" for ::1 at 2015-06-25 18:31:49 -0300
|
54686
|
+
|
54687
|
+
|
54688
|
+
Started GET "/crud/teste1" for ::1 at 2015-06-25 18:31:53 -0300
|
54689
|
+
Processing by CrudController#index as HTML
|
54690
|
+
Parameters: {"model"=>"teste1"}
|
54691
|
+
[1m[36mUsuario Load (0.2ms)[0m [1mSELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1[0m [["id", 3]]
|
54692
|
+
[wiselinks] Processing template request
|
54693
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.4ms)
|
54694
|
+
[1m[35mTeste1 Load (0.7ms)[0m SELECT DISTINCT "teste1s".* FROM "teste1s" ORDER BY "teste1s"."id" ASC LIMIT 25 OFFSET 0
|
54695
|
+
[1m[36mTeste Load (0.7ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
54696
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (31.0ms)
|
54697
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
54698
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (2.6ms)
|
54699
|
+
[1m[36mTeste Load (0.1ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 1]]
|
54700
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.4ms)
|
54701
|
+
[1m[35m (0.5ms)[0m SELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s"
|
54702
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (117.5ms)
|
54703
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_scopes.html.erb (0.7ms)
|
54704
|
+
[1m[36mTeste Load (0.2ms)[0m [1mSELECT "testes".* FROM "testes"[0m
|
54705
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_search.html.erb (1.9ms)
|
54706
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/layouts/_template_raro_crud.html.erb (2.1ms)
|
54707
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_crud_template.html.erb (68.6ms)
|
54708
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/index.html.erb within layouts/wiselinks (236.2ms)
|
54709
|
+
Completed 200 OK in 294ms (Views: 278.4ms | ActiveRecord: 3.3ms)
|
54710
|
+
|
54711
|
+
|
54712
|
+
Started GET "/crud/teste1?q%5Bs%5D=teste_nome+asc" for ::1 at 2015-06-25 18:31:55 -0300
|
54713
|
+
Processing by CrudController#index as HTML
|
54714
|
+
Parameters: {"q"=>{"s"=>"teste_nome asc"}, "model"=>"teste1"}
|
54715
|
+
[1m[35mUsuario Load (0.2ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
54716
|
+
[wiselinks] Processing partial request
|
54717
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.1ms)
|
54718
|
+
[1m[36mTeste1 Load (0.4ms)[0m [1mSELECT DISTINCT "teste1s".* FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id" ORDER BY "testes"."nome" ASC LIMIT 25 OFFSET 0[0m
|
54719
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 1]]
|
54720
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.4ms)
|
54721
|
+
[1m[36mTeste Load (0.2ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
54722
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.5ms)
|
54723
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
54724
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.1ms)
|
54725
|
+
[1m[36m (0.3ms)[0m [1mSELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id"[0m
|
54726
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (82.4ms)
|
54727
|
+
Completed 200 OK in 110ms (Views: 102.5ms | ActiveRecord: 1.2ms)
|
54728
|
+
|
54729
|
+
|
54730
|
+
Started GET "/crud/teste1?q%5Bs%5D=teste_nome+desc" for ::1 at 2015-06-25 18:31:56 -0300
|
54731
|
+
Processing by CrudController#index as HTML
|
54732
|
+
Parameters: {"q"=>{"s"=>"teste_nome desc"}, "model"=>"teste1"}
|
54733
|
+
[1m[35mUsuario Load (0.2ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
54734
|
+
[wiselinks] Processing partial request
|
54735
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.1ms)
|
54736
|
+
[1m[36mTeste1 Load (0.3ms)[0m [1mSELECT DISTINCT "teste1s".* FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id" ORDER BY "testes"."nome" DESC LIMIT 25 OFFSET 0[0m
|
54737
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
54738
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.4ms)
|
54739
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
54740
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.8ms)
|
54741
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 1]]
|
54742
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.5ms)
|
54743
|
+
[1m[36m (0.4ms)[0m [1mSELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id"[0m
|
54744
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (97.3ms)
|
54745
|
+
Completed 200 OK in 129ms (Views: 123.3ms | ActiveRecord: 1.2ms)
|
54746
|
+
|
54747
|
+
|
54748
|
+
Started GET "/crud/teste1/5/edit" for ::1 at 2015-06-25 18:31:58 -0300
|
54749
|
+
Processing by CrudController#edit as HTML
|
54750
|
+
Parameters: {"model"=>"teste1", "id"=>"5"}
|
54751
|
+
[1m[35mUsuario Load (0.2ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
54752
|
+
[1m[36mTeste1 Load (0.3ms)[0m [1mSELECT "teste1s".* FROM "teste1s" WHERE "teste1s"."id" = ? LIMIT 1[0m [["id", 5]]
|
54753
|
+
[wiselinks] Processing partial request
|
54754
|
+
[1m[35mTeste Load (1.2ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 1]]
|
54755
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_form.html.erb (153.7ms)
|
54756
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_edit.html.erb (184.2ms)
|
54757
|
+
Completed 200 OK in 226ms (Views: 218.9ms | ActiveRecord: 1.7ms)
|
54758
|
+
|
54759
|
+
|
54760
|
+
Started PATCH "/crud/teste1/5/create" for ::1 at 2015-06-25 18:32:02 -0300
|
54761
|
+
Processing by CrudController#create as HTML
|
54762
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"WV3hCZW3B5cyDHObH4z5X9EeMrHB0+ye0dMBElpwn/EkgIchftH9gKwbQASqb3IBbiVB5qlKuVsrfqSUPVokLA==", "teste1"=>{"teste_attributes"=>{"nome"=>"Leonardo", "id"=>"1"}}, "commit"=>"Salvar", "model"=>"teste1", "id"=>"5"}
|
54763
|
+
[1m[36mUsuario Load (0.1ms)[0m [1mSELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1[0m [["id", 3]]
|
54764
|
+
[1m[35mTeste1 Load (0.1ms)[0m SELECT "teste1s".* FROM "teste1s" WHERE "teste1s"."id" = ? LIMIT 1 [["id", 5]]
|
54765
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
54766
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 1]]
|
54767
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "testes" SET "nome" = ?, "updated_at" = ? WHERE "testes"."id" = ?[0m [["nome", "Leonardo"], ["updated_at", "2015-06-25 21:32:02.168261"], ["id", 1]]
|
54768
|
+
[1m[35m (0.7ms)[0m commit transaction
|
54769
|
+
Redirected to http://localhost:4000/crud/teste1
|
54770
|
+
Completed 302 Found in 13ms (ActiveRecord: 1.6ms)
|
54771
|
+
|
54772
|
+
|
54773
|
+
Started GET "/crud/teste1" for ::1 at 2015-06-25 18:32:02 -0300
|
54774
|
+
Processing by CrudController#index as HTML
|
54775
|
+
Parameters: {"model"=>"teste1"}
|
54776
|
+
[1m[36mUsuario Load (0.1ms)[0m [1mSELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1[0m [["id", 3]]
|
54777
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.3ms)
|
54778
|
+
[1m[35mTeste1 Load (0.2ms)[0m SELECT DISTINCT "teste1s".* FROM "teste1s" ORDER BY "teste1s"."id" ASC LIMIT 25 OFFSET 0
|
54779
|
+
[1m[36mTeste Load (0.1ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
54780
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (3.6ms)
|
54781
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
54782
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.2ms)
|
54783
|
+
[1m[36mTeste Load (0.1ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 1]]
|
54784
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.5ms)
|
54785
|
+
[1m[35m (0.3ms)[0m SELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s"
|
54786
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (22.3ms)
|
54787
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_scopes.html.erb (0.5ms)
|
54788
|
+
[1m[36mTeste Load (0.2ms)[0m [1mSELECT "testes".* FROM "testes"[0m
|
54789
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_search.html.erb (2.2ms)
|
54790
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/layouts/_template_raro_crud.html.erb (1.2ms)
|
54791
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_crud_template.html.erb (11.8ms)
|
54792
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/index.html.erb within layouts/application (39.3ms)
|
54793
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/layouts/_menu_crud.html.erb (2.0ms)
|
54794
|
+
Rendered layouts/_menu.html.erb (8.6ms)
|
54795
|
+
Rendered layouts/_topnavbar.html.erb (0.5ms)
|
54796
|
+
Rendered layouts/_footer.html.erb (3.0ms)
|
54797
|
+
Rendered layouts/_rightsidebar.html.erb (19.9ms)
|
54798
|
+
Completed 200 OK in 591ms (Views: 586.7ms | ActiveRecord: 1.2ms)
|
54799
|
+
|
54800
|
+
|
54801
|
+
Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54802
|
+
|
54803
|
+
|
54804
|
+
Started GET "/assets/font-awesome.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54805
|
+
|
54806
|
+
|
54807
|
+
Started GET "/assets/animate/animate.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54808
|
+
|
54809
|
+
|
54810
|
+
Started GET "/assets/toastr.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54811
|
+
|
54812
|
+
|
54813
|
+
Started GET "/assets/datapicker/datepicker.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54814
|
+
|
54815
|
+
|
54816
|
+
Started GET "/assets/iCheck/custom.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54817
|
+
|
54818
|
+
|
54819
|
+
Started GET "/assets/datapicker/daterangepicker.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54820
|
+
|
54821
|
+
|
54822
|
+
Started GET "/assets/dataTables/dataTables.bootstrap.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54823
|
+
|
54824
|
+
|
54825
|
+
Started GET "/assets/dataTables/dataTables.responsive.self.css?body=1" for ::1 at 2015-06-25 18:32:02 -0300
|
54826
|
+
|
54827
|
+
|
54828
|
+
Started GET "/assets/dataTables/dataTables.tableTools.min.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54829
|
+
|
54830
|
+
|
54831
|
+
Started GET "/assets/fullcalendar/fullcalendar.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54832
|
+
|
54833
|
+
|
54834
|
+
Started GET "/assets/summernote/summernote-bs3.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54835
|
+
|
54836
|
+
|
54837
|
+
Started GET "/assets/chosen/chosen.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54838
|
+
|
54839
|
+
|
54840
|
+
Started GET "/assets/summernote/summernote.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54841
|
+
|
54842
|
+
|
54843
|
+
Started GET "/assets/summernote/index.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54844
|
+
|
54845
|
+
|
54846
|
+
Started GET "/assets/style.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54847
|
+
|
54848
|
+
|
54849
|
+
Started GET "/assets/crud.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54850
|
+
|
54851
|
+
|
54852
|
+
Started GET "/assets/nested_form.self.css?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54853
|
+
|
54854
|
+
|
54855
|
+
Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54856
|
+
|
54857
|
+
|
54858
|
+
Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54859
|
+
|
54860
|
+
|
54861
|
+
Started GET "/assets/autocomplete/jquery-ui-autocomplete.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54862
|
+
|
54863
|
+
|
54864
|
+
Started GET "/assets/autocomplete/autocomplete-rails.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54865
|
+
|
54866
|
+
|
54867
|
+
Started GET "/assets/jquery_nested_form.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54868
|
+
|
54869
|
+
|
54870
|
+
Started GET "/assets/lib/native.history.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54871
|
+
|
54872
|
+
|
54873
|
+
Started GET "/assets/_dom_parser.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54874
|
+
|
54875
|
+
|
54876
|
+
Started GET "/assets/_response.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54877
|
+
|
54878
|
+
|
54879
|
+
Started GET "/assets/_request_manager.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54880
|
+
|
54881
|
+
|
54882
|
+
Started GET "/assets/_page.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54883
|
+
|
54884
|
+
|
54885
|
+
Started GET "/assets/_link.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54886
|
+
|
54887
|
+
|
54888
|
+
Started GET "/assets/_form.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54889
|
+
|
54890
|
+
|
54891
|
+
Started GET "/assets/bootstrap/affix.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54892
|
+
|
54893
|
+
|
54894
|
+
Started GET "/assets/wiselinks.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54895
|
+
|
54896
|
+
|
54897
|
+
Started GET "/assets/bootstrap/alert.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54898
|
+
|
54899
|
+
|
54900
|
+
Started GET "/assets/bootstrap/carousel.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54901
|
+
|
54902
|
+
|
54903
|
+
Started GET "/assets/bootstrap/button.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54904
|
+
|
54905
|
+
|
54906
|
+
Started GET "/assets/bootstrap/collapse.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54907
|
+
|
54908
|
+
|
54909
|
+
Started GET "/assets/bootstrap/dropdown.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54910
|
+
|
54911
|
+
|
54912
|
+
Started GET "/assets/bootstrap/transition.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54913
|
+
|
54914
|
+
|
54915
|
+
Started GET "/assets/bootstrap/tab.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54916
|
+
|
54917
|
+
|
54918
|
+
Started GET "/assets/bootstrap/scrollspy.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54919
|
+
|
54920
|
+
|
54921
|
+
Started GET "/assets/bootstrap/modal.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54922
|
+
|
54923
|
+
|
54924
|
+
Started GET "/assets/bootstrap/tooltip.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54925
|
+
|
54926
|
+
|
54927
|
+
Started GET "/assets/bootstrap/popover.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54928
|
+
|
54929
|
+
|
54930
|
+
Started GET "/assets/bootstrap-sprockets.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54931
|
+
|
54932
|
+
|
54933
|
+
Started GET "/assets/pace/pace.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54934
|
+
|
54935
|
+
|
54936
|
+
Started GET "/assets/metisMenu/jquery.metisMenu.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54937
|
+
|
54938
|
+
|
54939
|
+
Started GET "/assets/peity/jquery.peity.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54940
|
+
|
54941
|
+
|
54942
|
+
Started GET "/assets/inspinia.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54943
|
+
|
54944
|
+
|
54945
|
+
Started GET "/assets/slimscroll/jquery.slimscroll.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54946
|
+
|
54947
|
+
|
54948
|
+
Started GET "/assets/iCheck/icheck.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54949
|
+
|
54950
|
+
|
54951
|
+
Started GET "/assets/toastr.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54952
|
+
|
54953
|
+
|
54954
|
+
Started GET "/assets/datapicker/bootstrap-datepicker.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54955
|
+
|
54956
|
+
|
54957
|
+
Started GET "/assets/datapicker/moment.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54958
|
+
|
54959
|
+
|
54960
|
+
Started GET "/assets/datapicker/daterangepicker.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54961
|
+
|
54962
|
+
|
54963
|
+
Started GET "/assets/dataTables/jquery.dataTables.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54964
|
+
|
54965
|
+
|
54966
|
+
Started GET "/assets/dataTables/dataTables.bootstrap.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54967
|
+
|
54968
|
+
|
54969
|
+
Started GET "/assets/dataTables/dataTables.responsive.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54970
|
+
|
54971
|
+
|
54972
|
+
Started GET "/assets/dataTables/dataTables.tableTools.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54973
|
+
|
54974
|
+
|
54975
|
+
Started GET "/assets/jasny/jasny-bootstrap.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54976
|
+
|
54977
|
+
|
54978
|
+
Started GET "/assets/fullcalendar/fullcalendar.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54979
|
+
|
54980
|
+
|
54981
|
+
Started GET "/assets/chosen/chosen.jquery.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54982
|
+
|
54983
|
+
|
54984
|
+
Started GET "/assets/summernote/summernote.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54985
|
+
|
54986
|
+
|
54987
|
+
Started GET "/assets/summernote/index.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54988
|
+
|
54989
|
+
|
54990
|
+
Started GET "/assets/jsKnob/jquery.knob.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54991
|
+
|
54992
|
+
|
54993
|
+
Started GET "/assets/chartjs/Chart.min.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54994
|
+
|
54995
|
+
|
54996
|
+
Started GET "/assets/raro_crud.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
54997
|
+
|
54998
|
+
|
54999
|
+
Started GET "/assets/templus_models.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
55000
|
+
|
55001
|
+
|
55002
|
+
Started GET "/assets/mensagens.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
55003
|
+
|
55004
|
+
|
55005
|
+
Started GET "/assets/permissoes.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
55006
|
+
|
55007
|
+
|
55008
|
+
Started GET "/assets/atualizacoes.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
55009
|
+
|
55010
|
+
|
55011
|
+
Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
55012
|
+
|
55013
|
+
|
55014
|
+
Started GET "/assets/initializer.self.js?body=1" for ::1 at 2015-06-25 18:32:03 -0300
|
55015
|
+
|
55016
|
+
|
55017
|
+
Started GET "/assets/logo.png" for ::1 at 2015-06-25 18:32:03 -0300
|
55018
|
+
|
55019
|
+
|
55020
|
+
Started GET "/assets/a1.jpg" for ::1 at 2015-06-25 18:32:03 -0300
|
55021
|
+
|
55022
|
+
|
55023
|
+
Started GET "/assets/raro_azul.png" for ::1 at 2015-06-25 18:32:03 -0300
|
55024
|
+
|
55025
|
+
|
55026
|
+
Started GET "/assets/a4.jpg" for ::1 at 2015-06-25 18:32:03 -0300
|
55027
|
+
|
55028
|
+
|
55029
|
+
Started GET "/assets/a2.jpg" for ::1 at 2015-06-25 18:32:03 -0300
|
55030
|
+
|
55031
|
+
|
55032
|
+
Started GET "/assets/a3.jpg" for ::1 at 2015-06-25 18:32:03 -0300
|
55033
|
+
|
55034
|
+
|
55035
|
+
Started GET "/assets/a8.jpg" for ::1 at 2015-06-25 18:32:03 -0300
|
55036
|
+
|
55037
|
+
|
55038
|
+
Started GET "/assets/patterns/header-profile.png" for ::1 at 2015-06-25 18:32:03 -0300
|
55039
|
+
|
55040
|
+
|
55041
|
+
Started GET "/assets/a7.jpg" for ::1 at 2015-06-25 18:32:03 -0300
|
55042
|
+
|
55043
|
+
|
55044
|
+
Started GET "/crud/teste1/3/edit" for ::1 at 2015-06-25 18:32:05 -0300
|
55045
|
+
Processing by CrudController#edit as HTML
|
55046
|
+
Parameters: {"model"=>"teste1", "id"=>"3"}
|
55047
|
+
[1m[35mUsuario Load (0.3ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
55048
|
+
[1m[36mTeste1 Load (0.2ms)[0m [1mSELECT "teste1s".* FROM "teste1s" WHERE "teste1s"."id" = ? LIMIT 1[0m [["id", 3]]
|
55049
|
+
[wiselinks] Processing partial request
|
55050
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55051
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_form.html.erb (19.5ms)
|
55052
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_edit.html.erb (35.0ms)
|
55053
|
+
Completed 200 OK in 53ms (Views: 48.1ms | ActiveRecord: 0.6ms)
|
55054
|
+
|
55055
|
+
|
55056
|
+
Started PATCH "/crud/teste1/3/create" for ::1 at 2015-06-25 18:32:08 -0300
|
55057
|
+
Processing by CrudController#create as HTML
|
55058
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"tVbPhubUPp8xLkQiWeCJxVzbbzp4IQfYLfU43ymeQP7Ii6muDbLEiK85d73sAwKb4+AcbRC4Uh3XWJ1ZTrT7Iw==", "teste1"=>{"teste_attributes"=>{"nome"=>"Carlos", "id"=>"9"}}, "commit"=>"Salvar", "model"=>"teste1", "id"=>"3"}
|
55059
|
+
[1m[36mUsuario Load (0.1ms)[0m [1mSELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1[0m [["id", 3]]
|
55060
|
+
[1m[35mTeste1 Load (0.2ms)[0m SELECT "teste1s".* FROM "teste1s" WHERE "teste1s"."id" = ? LIMIT 1 [["id", 3]]
|
55061
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
55062
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55063
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "testes" SET "nome" = ?, "updated_at" = ? WHERE "testes"."id" = ?[0m [["nome", "Carlos"], ["updated_at", "2015-06-25 21:32:08.126182"], ["id", 9]]
|
55064
|
+
[1m[35m (0.9ms)[0m commit transaction
|
55065
|
+
Redirected to http://localhost:4000/crud/teste1
|
55066
|
+
Completed 302 Found in 11ms (ActiveRecord: 1.7ms)
|
55067
|
+
|
55068
|
+
|
55069
|
+
Started GET "/crud/teste1" for ::1 at 2015-06-25 18:32:08 -0300
|
55070
|
+
Processing by CrudController#index as HTML
|
55071
|
+
Parameters: {"model"=>"teste1"}
|
55072
|
+
[1m[36mUsuario Load (0.3ms)[0m [1mSELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1[0m [["id", 3]]
|
55073
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.0ms)
|
55074
|
+
[1m[35mTeste1 Load (0.2ms)[0m SELECT DISTINCT "teste1s".* FROM "teste1s" ORDER BY "teste1s"."id" ASC LIMIT 25 OFFSET 0
|
55075
|
+
[1m[36mTeste Load (0.1ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
55076
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.3ms)
|
55077
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55078
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (0.8ms)
|
55079
|
+
[1m[36mTeste Load (0.1ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 1]]
|
55080
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.3ms)
|
55081
|
+
[1m[35m (0.3ms)[0m SELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s"
|
55082
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (17.4ms)
|
55083
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_scopes.html.erb (0.1ms)
|
55084
|
+
[1m[36mTeste Load (0.2ms)[0m [1mSELECT "testes".* FROM "testes"[0m
|
55085
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_search.html.erb (1.3ms)
|
55086
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/layouts/_template_raro_crud.html.erb (0.2ms)
|
55087
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_crud_template.html.erb (10.0ms)
|
55088
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/index.html.erb within layouts/application (32.4ms)
|
55089
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/layouts/_menu_crud.html.erb (1.2ms)
|
55090
|
+
Rendered layouts/_menu.html.erb (4.8ms)
|
55091
|
+
Rendered layouts/_topnavbar.html.erb (0.3ms)
|
55092
|
+
Rendered layouts/_footer.html.erb (2.2ms)
|
55093
|
+
Rendered layouts/_rightsidebar.html.erb (16.2ms)
|
55094
|
+
Completed 200 OK in 522ms (Views: 517.9ms | ActiveRecord: 1.2ms)
|
55095
|
+
|
55096
|
+
|
55097
|
+
Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55098
|
+
|
55099
|
+
|
55100
|
+
Started GET "/assets/font-awesome.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55101
|
+
|
55102
|
+
|
55103
|
+
Started GET "/assets/animate/animate.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55104
|
+
|
55105
|
+
|
55106
|
+
Started GET "/assets/toastr.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55107
|
+
|
55108
|
+
|
55109
|
+
Started GET "/assets/datapicker/datepicker.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55110
|
+
|
55111
|
+
|
55112
|
+
Started GET "/assets/iCheck/custom.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55113
|
+
|
55114
|
+
|
55115
|
+
Started GET "/assets/dataTables/dataTables.bootstrap.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55116
|
+
|
55117
|
+
|
55118
|
+
Started GET "/assets/dataTables/dataTables.responsive.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55119
|
+
|
55120
|
+
|
55121
|
+
Started GET "/assets/datapicker/daterangepicker.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55122
|
+
|
55123
|
+
|
55124
|
+
Started GET "/assets/dataTables/dataTables.tableTools.min.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55125
|
+
|
55126
|
+
|
55127
|
+
Started GET "/assets/fullcalendar/fullcalendar.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55128
|
+
|
55129
|
+
|
55130
|
+
Started GET "/assets/summernote/summernote-bs3.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55131
|
+
|
55132
|
+
|
55133
|
+
Started GET "/assets/chosen/chosen.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55134
|
+
|
55135
|
+
|
55136
|
+
Started GET "/assets/summernote/summernote.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55137
|
+
|
55138
|
+
|
55139
|
+
Started GET "/assets/summernote/index.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55140
|
+
|
55141
|
+
|
55142
|
+
Started GET "/assets/style.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55143
|
+
|
55144
|
+
|
55145
|
+
Started GET "/assets/crud.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55146
|
+
|
55147
|
+
|
55148
|
+
Started GET "/assets/nested_form.self.css?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55149
|
+
|
55150
|
+
|
55151
|
+
Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55152
|
+
|
55153
|
+
|
55154
|
+
Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55155
|
+
|
55156
|
+
|
55157
|
+
Started GET "/assets/autocomplete/jquery-ui-autocomplete.self.js?body=1" for ::1 at 2015-06-25 18:32:08 -0300
|
55158
|
+
|
55159
|
+
|
55160
|
+
Started GET "/assets/autocomplete/autocomplete-rails.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55161
|
+
|
55162
|
+
|
55163
|
+
Started GET "/assets/jquery_nested_form.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55164
|
+
|
55165
|
+
|
55166
|
+
Started GET "/assets/lib/native.history.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55167
|
+
|
55168
|
+
|
55169
|
+
Started GET "/assets/_dom_parser.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55170
|
+
|
55171
|
+
|
55172
|
+
Started GET "/assets/_response.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55173
|
+
|
55174
|
+
|
55175
|
+
Started GET "/assets/_request_manager.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55176
|
+
|
55177
|
+
|
55178
|
+
Started GET "/assets/_page.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55179
|
+
|
55180
|
+
|
55181
|
+
Started GET "/assets/_link.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55182
|
+
|
55183
|
+
|
55184
|
+
Started GET "/assets/_form.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55185
|
+
|
55186
|
+
|
55187
|
+
Started GET "/assets/wiselinks.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55188
|
+
|
55189
|
+
|
55190
|
+
Started GET "/assets/bootstrap/affix.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55191
|
+
|
55192
|
+
|
55193
|
+
Started GET "/assets/bootstrap/alert.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55194
|
+
|
55195
|
+
|
55196
|
+
Started GET "/assets/bootstrap/button.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55197
|
+
|
55198
|
+
|
55199
|
+
Started GET "/assets/bootstrap/carousel.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55200
|
+
|
55201
|
+
|
55202
|
+
Started GET "/assets/bootstrap/collapse.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55203
|
+
|
55204
|
+
|
55205
|
+
Started GET "/assets/bootstrap/dropdown.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55206
|
+
|
55207
|
+
|
55208
|
+
Started GET "/assets/bootstrap/tab.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55209
|
+
|
55210
|
+
|
55211
|
+
Started GET "/assets/bootstrap/transition.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55212
|
+
|
55213
|
+
|
55214
|
+
Started GET "/assets/bootstrap/scrollspy.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55215
|
+
|
55216
|
+
|
55217
|
+
Started GET "/assets/bootstrap/modal.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55218
|
+
|
55219
|
+
|
55220
|
+
Started GET "/assets/bootstrap/tooltip.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55221
|
+
|
55222
|
+
|
55223
|
+
Started GET "/assets/bootstrap/popover.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55224
|
+
|
55225
|
+
|
55226
|
+
Started GET "/assets/bootstrap-sprockets.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55227
|
+
|
55228
|
+
|
55229
|
+
Started GET "/assets/metisMenu/jquery.metisMenu.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55230
|
+
|
55231
|
+
|
55232
|
+
Started GET "/assets/pace/pace.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55233
|
+
|
55234
|
+
|
55235
|
+
Started GET "/assets/peity/jquery.peity.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55236
|
+
|
55237
|
+
|
55238
|
+
Started GET "/assets/slimscroll/jquery.slimscroll.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55239
|
+
|
55240
|
+
|
55241
|
+
Started GET "/assets/inspinia.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55242
|
+
|
55243
|
+
|
55244
|
+
Started GET "/assets/toastr.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55245
|
+
|
55246
|
+
|
55247
|
+
Started GET "/assets/iCheck/icheck.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55248
|
+
|
55249
|
+
|
55250
|
+
Started GET "/assets/datapicker/bootstrap-datepicker.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55251
|
+
|
55252
|
+
|
55253
|
+
Started GET "/assets/datapicker/moment.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55254
|
+
|
55255
|
+
|
55256
|
+
Started GET "/assets/datapicker/daterangepicker.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55257
|
+
|
55258
|
+
|
55259
|
+
Started GET "/assets/dataTables/jquery.dataTables.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55260
|
+
|
55261
|
+
|
55262
|
+
Started GET "/assets/dataTables/dataTables.bootstrap.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55263
|
+
|
55264
|
+
|
55265
|
+
Started GET "/assets/dataTables/dataTables.responsive.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55266
|
+
|
55267
|
+
|
55268
|
+
Started GET "/assets/dataTables/dataTables.tableTools.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55269
|
+
|
55270
|
+
|
55271
|
+
Started GET "/assets/jasny/jasny-bootstrap.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55272
|
+
|
55273
|
+
|
55274
|
+
Started GET "/assets/fullcalendar/fullcalendar.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55275
|
+
|
55276
|
+
|
55277
|
+
Started GET "/assets/chosen/chosen.jquery.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55278
|
+
|
55279
|
+
|
55280
|
+
Started GET "/assets/summernote/summernote.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55281
|
+
|
55282
|
+
|
55283
|
+
Started GET "/assets/summernote/index.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55284
|
+
|
55285
|
+
|
55286
|
+
Started GET "/assets/chartjs/Chart.min.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55287
|
+
|
55288
|
+
|
55289
|
+
Started GET "/assets/jsKnob/jquery.knob.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55290
|
+
|
55291
|
+
|
55292
|
+
Started GET "/assets/raro_crud.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55293
|
+
|
55294
|
+
|
55295
|
+
Started GET "/assets/templus_models.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55296
|
+
|
55297
|
+
|
55298
|
+
Started GET "/assets/mensagens.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55299
|
+
|
55300
|
+
|
55301
|
+
Started GET "/assets/permissoes.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55302
|
+
|
55303
|
+
|
55304
|
+
Started GET "/assets/initializer.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55305
|
+
|
55306
|
+
|
55307
|
+
Started GET "/assets/atualizacoes.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55308
|
+
|
55309
|
+
|
55310
|
+
Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-25 18:32:09 -0300
|
55311
|
+
|
55312
|
+
|
55313
|
+
Started GET "/assets/logo.png" for ::1 at 2015-06-25 18:32:09 -0300
|
55314
|
+
|
55315
|
+
|
55316
|
+
Started GET "/assets/a2.jpg" for ::1 at 2015-06-25 18:32:09 -0300
|
55317
|
+
|
55318
|
+
|
55319
|
+
Started GET "/assets/raro_azul.png" for ::1 at 2015-06-25 18:32:09 -0300
|
55320
|
+
|
55321
|
+
|
55322
|
+
Started GET "/assets/a3.jpg" for ::1 at 2015-06-25 18:32:09 -0300
|
55323
|
+
|
55324
|
+
|
55325
|
+
Started GET "/assets/a1.jpg" for ::1 at 2015-06-25 18:32:09 -0300
|
55326
|
+
|
55327
|
+
|
55328
|
+
Started GET "/assets/a4.jpg" for ::1 at 2015-06-25 18:32:09 -0300
|
55329
|
+
|
55330
|
+
|
55331
|
+
Started GET "/assets/patterns/header-profile.png" for ::1 at 2015-06-25 18:32:09 -0300
|
55332
|
+
|
55333
|
+
|
55334
|
+
Started GET "/assets/a8.jpg" for ::1 at 2015-06-25 18:32:09 -0300
|
55335
|
+
|
55336
|
+
|
55337
|
+
Started GET "/assets/a7.jpg" for ::1 at 2015-06-25 18:32:09 -0300
|
55338
|
+
|
55339
|
+
|
55340
|
+
Started GET "/crud/teste1/1/edit" for ::1 at 2015-06-25 18:32:10 -0300
|
55341
|
+
Processing by CrudController#edit as HTML
|
55342
|
+
Parameters: {"model"=>"teste1", "id"=>"1"}
|
55343
|
+
[1m[35mUsuario Load (0.3ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
55344
|
+
[1m[36mTeste1 Load (0.2ms)[0m [1mSELECT "teste1s".* FROM "teste1s" WHERE "teste1s"."id" = ? LIMIT 1[0m [["id", 1]]
|
55345
|
+
[wiselinks] Processing partial request
|
55346
|
+
[1m[35mTeste Load (0.2ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55347
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_form.html.erb (5.3ms)
|
55348
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_edit.html.erb (18.0ms)
|
55349
|
+
Completed 200 OK in 39ms (Views: 33.2ms | ActiveRecord: 0.6ms)
|
55350
|
+
|
55351
|
+
|
55352
|
+
Started PATCH "/crud/teste1/1/create" for ::1 at 2015-06-25 18:32:16 -0300
|
55353
|
+
Processing by CrudController#create as HTML
|
55354
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PlNPVF/Rn1HLhssKbqcYcGAjrX5AnQWjl4xi/i73DQxDjil8tLdlRlWR+JXbRJMu3xjeKSgEUGZtIcd4Sd220Q==", "teste1"=>{"teste_attributes"=>{"nome"=>"Wesley", "id"=>"9"}}, "commit"=>"Salvar", "model"=>"teste1", "id"=>"1"}
|
55355
|
+
[1m[36mUsuario Load (0.2ms)[0m [1mSELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1[0m [["id", 3]]
|
55356
|
+
[1m[35mTeste1 Load (0.1ms)[0m SELECT "teste1s".* FROM "teste1s" WHERE "teste1s"."id" = ? LIMIT 1 [["id", 1]]
|
55357
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
55358
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55359
|
+
[1m[36mSQL (0.5ms)[0m [1mUPDATE "testes" SET "nome" = ?, "updated_at" = ? WHERE "testes"."id" = ?[0m [["nome", "Wesley"], ["updated_at", "2015-06-25 21:32:16.796307"], ["id", 9]]
|
55360
|
+
[1m[35m (2.8ms)[0m commit transaction
|
55361
|
+
Redirected to http://localhost:4000/crud/teste1
|
55362
|
+
Completed 302 Found in 18ms (ActiveRecord: 3.9ms)
|
55363
|
+
|
55364
|
+
|
55365
|
+
Started GET "/crud/teste1" for ::1 at 2015-06-25 18:32:16 -0300
|
55366
|
+
Processing by CrudController#index as HTML
|
55367
|
+
Parameters: {"model"=>"teste1"}
|
55368
|
+
[1m[36mUsuario Load (0.2ms)[0m [1mSELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1[0m [["id", 3]]
|
55369
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.1ms)
|
55370
|
+
[1m[35mTeste1 Load (0.2ms)[0m SELECT DISTINCT "teste1s".* FROM "teste1s" ORDER BY "teste1s"."id" ASC LIMIT 25 OFFSET 0
|
55371
|
+
[1m[36mTeste Load (0.1ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
55372
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.7ms)
|
55373
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55374
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.0ms)
|
55375
|
+
[1m[36mTeste Load (0.1ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 1]]
|
55376
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.4ms)
|
55377
|
+
[1m[35m (0.2ms)[0m SELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s"
|
55378
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (16.2ms)
|
55379
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_scopes.html.erb (0.1ms)
|
55380
|
+
[1m[36mTeste Load (0.2ms)[0m [1mSELECT "testes".* FROM "testes"[0m
|
55381
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_search.html.erb (1.6ms)
|
55382
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/layouts/_template_raro_crud.html.erb (0.2ms)
|
55383
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_crud_template.html.erb (16.0ms)
|
55384
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/index.html.erb within layouts/application (36.2ms)
|
55385
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/layouts/_menu_crud.html.erb (1.4ms)
|
55386
|
+
Rendered layouts/_menu.html.erb (5.0ms)
|
55387
|
+
Rendered layouts/_topnavbar.html.erb (0.3ms)
|
55388
|
+
Rendered layouts/_footer.html.erb (2.3ms)
|
55389
|
+
Rendered layouts/_rightsidebar.html.erb (22.3ms)
|
55390
|
+
Completed 200 OK in 588ms (Views: 582.5ms | ActiveRecord: 1.1ms)
|
55391
|
+
|
55392
|
+
|
55393
|
+
Started GET "/assets/animate/animate.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55394
|
+
|
55395
|
+
|
55396
|
+
Started GET "/assets/font-awesome.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55397
|
+
|
55398
|
+
|
55399
|
+
Started GET "/assets/toastr.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55400
|
+
|
55401
|
+
|
55402
|
+
Started GET "/assets/iCheck/custom.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55403
|
+
|
55404
|
+
|
55405
|
+
Started GET "/assets/datapicker/datepicker.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55406
|
+
|
55407
|
+
|
55408
|
+
Started GET "/assets/datapicker/daterangepicker.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55409
|
+
|
55410
|
+
|
55411
|
+
Started GET "/assets/application.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55412
|
+
|
55413
|
+
|
55414
|
+
Started GET "/assets/dataTables/dataTables.bootstrap.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55415
|
+
|
55416
|
+
|
55417
|
+
Started GET "/assets/dataTables/dataTables.responsive.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55418
|
+
|
55419
|
+
|
55420
|
+
Started GET "/assets/dataTables/dataTables.tableTools.min.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55421
|
+
|
55422
|
+
|
55423
|
+
Started GET "/assets/fullcalendar/fullcalendar.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55424
|
+
|
55425
|
+
|
55426
|
+
Started GET "/assets/summernote/summernote-bs3.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55427
|
+
|
55428
|
+
|
55429
|
+
Started GET "/assets/summernote/summernote.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55430
|
+
|
55431
|
+
|
55432
|
+
Started GET "/assets/chosen/chosen.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55433
|
+
|
55434
|
+
|
55435
|
+
Started GET "/assets/summernote/index.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55436
|
+
|
55437
|
+
|
55438
|
+
Started GET "/assets/style.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55439
|
+
|
55440
|
+
|
55441
|
+
Started GET "/assets/crud.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55442
|
+
|
55443
|
+
|
55444
|
+
Started GET "/assets/nested_form.self.css?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55445
|
+
|
55446
|
+
|
55447
|
+
Started GET "/assets/jquery.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55448
|
+
|
55449
|
+
|
55450
|
+
Started GET "/assets/jquery_ujs.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55451
|
+
|
55452
|
+
|
55453
|
+
Started GET "/assets/autocomplete/jquery-ui-autocomplete.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55454
|
+
|
55455
|
+
|
55456
|
+
Started GET "/assets/autocomplete/autocomplete-rails.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55457
|
+
|
55458
|
+
|
55459
|
+
Started GET "/assets/jquery_nested_form.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55460
|
+
|
55461
|
+
|
55462
|
+
Started GET "/assets/lib/native.history.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55463
|
+
|
55464
|
+
|
55465
|
+
Started GET "/assets/_dom_parser.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55466
|
+
|
55467
|
+
|
55468
|
+
Started GET "/assets/_request_manager.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55469
|
+
|
55470
|
+
|
55471
|
+
Started GET "/assets/_response.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55472
|
+
|
55473
|
+
|
55474
|
+
Started GET "/assets/_page.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55475
|
+
|
55476
|
+
|
55477
|
+
Started GET "/assets/_link.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55478
|
+
|
55479
|
+
|
55480
|
+
Started GET "/assets/_form.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55481
|
+
|
55482
|
+
|
55483
|
+
Started GET "/assets/wiselinks.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55484
|
+
|
55485
|
+
|
55486
|
+
Started GET "/assets/bootstrap/affix.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55487
|
+
|
55488
|
+
|
55489
|
+
Started GET "/assets/bootstrap/button.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55490
|
+
|
55491
|
+
|
55492
|
+
Started GET "/assets/bootstrap/carousel.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55493
|
+
|
55494
|
+
|
55495
|
+
Started GET "/assets/bootstrap/alert.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55496
|
+
|
55497
|
+
|
55498
|
+
Started GET "/assets/bootstrap/collapse.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55499
|
+
|
55500
|
+
|
55501
|
+
Started GET "/assets/bootstrap/dropdown.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55502
|
+
|
55503
|
+
|
55504
|
+
Started GET "/assets/bootstrap/tab.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55505
|
+
|
55506
|
+
|
55507
|
+
Started GET "/assets/bootstrap/transition.self.js?body=1" for ::1 at 2015-06-25 18:32:17 -0300
|
55508
|
+
|
55509
|
+
|
55510
|
+
Started GET "/assets/bootstrap/scrollspy.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55511
|
+
|
55512
|
+
|
55513
|
+
Started GET "/assets/bootstrap/modal.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55514
|
+
|
55515
|
+
|
55516
|
+
Started GET "/assets/bootstrap/tooltip.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55517
|
+
|
55518
|
+
|
55519
|
+
Started GET "/assets/bootstrap/popover.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55520
|
+
|
55521
|
+
|
55522
|
+
Started GET "/assets/bootstrap-sprockets.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55523
|
+
|
55524
|
+
|
55525
|
+
Started GET "/assets/metisMenu/jquery.metisMenu.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55526
|
+
|
55527
|
+
|
55528
|
+
Started GET "/assets/pace/pace.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55529
|
+
|
55530
|
+
|
55531
|
+
Started GET "/assets/slimscroll/jquery.slimscroll.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55532
|
+
|
55533
|
+
|
55534
|
+
Started GET "/assets/peity/jquery.peity.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55535
|
+
|
55536
|
+
|
55537
|
+
Started GET "/assets/inspinia.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55538
|
+
|
55539
|
+
|
55540
|
+
Started GET "/assets/toastr.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55541
|
+
|
55542
|
+
|
55543
|
+
Started GET "/assets/iCheck/icheck.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55544
|
+
|
55545
|
+
|
55546
|
+
Started GET "/assets/datapicker/bootstrap-datepicker.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55547
|
+
|
55548
|
+
|
55549
|
+
Started GET "/assets/datapicker/moment.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55550
|
+
|
55551
|
+
|
55552
|
+
Started GET "/assets/datapicker/daterangepicker.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55553
|
+
|
55554
|
+
|
55555
|
+
Started GET "/assets/dataTables/jquery.dataTables.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55556
|
+
|
55557
|
+
|
55558
|
+
Started GET "/assets/dataTables/dataTables.bootstrap.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55559
|
+
|
55560
|
+
|
55561
|
+
Started GET "/assets/dataTables/dataTables.responsive.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55562
|
+
|
55563
|
+
|
55564
|
+
Started GET "/assets/dataTables/dataTables.tableTools.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55565
|
+
|
55566
|
+
|
55567
|
+
Started GET "/assets/jasny/jasny-bootstrap.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55568
|
+
|
55569
|
+
|
55570
|
+
Started GET "/assets/fullcalendar/fullcalendar.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55571
|
+
|
55572
|
+
|
55573
|
+
Started GET "/assets/chosen/chosen.jquery.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55574
|
+
|
55575
|
+
|
55576
|
+
Started GET "/assets/summernote/summernote.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55577
|
+
|
55578
|
+
|
55579
|
+
Started GET "/assets/summernote/index.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55580
|
+
|
55581
|
+
|
55582
|
+
Started GET "/assets/chartjs/Chart.min.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55583
|
+
|
55584
|
+
|
55585
|
+
Started GET "/assets/jsKnob/jquery.knob.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55586
|
+
|
55587
|
+
|
55588
|
+
Started GET "/assets/raro_crud.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55589
|
+
|
55590
|
+
|
55591
|
+
Started GET "/assets/templus_models.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55592
|
+
|
55593
|
+
|
55594
|
+
Started GET "/assets/mensagens.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55595
|
+
|
55596
|
+
|
55597
|
+
Started GET "/assets/permissoes.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55598
|
+
|
55599
|
+
|
55600
|
+
Started GET "/assets/initializer.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55601
|
+
|
55602
|
+
|
55603
|
+
Started GET "/assets/atualizacoes.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55604
|
+
|
55605
|
+
|
55606
|
+
Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-25 18:32:18 -0300
|
55607
|
+
|
55608
|
+
|
55609
|
+
Started GET "/assets/logo.png" for ::1 at 2015-06-25 18:32:18 -0300
|
55610
|
+
|
55611
|
+
|
55612
|
+
Started GET "/assets/a1.jpg" for ::1 at 2015-06-25 18:32:18 -0300
|
55613
|
+
|
55614
|
+
|
55615
|
+
Started GET "/assets/a4.jpg" for ::1 at 2015-06-25 18:32:18 -0300
|
55616
|
+
|
55617
|
+
|
55618
|
+
Started GET "/assets/raro_azul.png" for ::1 at 2015-06-25 18:32:18 -0300
|
55619
|
+
|
55620
|
+
|
55621
|
+
Started GET "/assets/a3.jpg" for ::1 at 2015-06-25 18:32:18 -0300
|
55622
|
+
|
55623
|
+
|
55624
|
+
Started GET "/assets/a8.jpg" for ::1 at 2015-06-25 18:32:18 -0300
|
55625
|
+
|
55626
|
+
|
55627
|
+
Started GET "/assets/a2.jpg" for ::1 at 2015-06-25 18:32:18 -0300
|
55628
|
+
|
55629
|
+
|
55630
|
+
Started GET "/assets/patterns/header-profile.png" for ::1 at 2015-06-25 18:32:18 -0300
|
55631
|
+
|
55632
|
+
|
55633
|
+
Started GET "/assets/a7.jpg" for ::1 at 2015-06-25 18:32:18 -0300
|
55634
|
+
|
55635
|
+
|
55636
|
+
Started GET "/crud/teste1?q%5Bs%5D=teste_nome+asc" for ::1 at 2015-06-25 18:32:19 -0300
|
55637
|
+
Processing by CrudController#index as HTML
|
55638
|
+
Parameters: {"q"=>{"s"=>"teste_nome asc"}, "model"=>"teste1"}
|
55639
|
+
[1m[35mUsuario Load (0.1ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
55640
|
+
[wiselinks] Processing partial request
|
55641
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.1ms)
|
55642
|
+
[1m[36mTeste1 Load (0.3ms)[0m [1mSELECT DISTINCT "teste1s".* FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id" ORDER BY "testes"."nome" ASC LIMIT 25 OFFSET 0[0m
|
55643
|
+
[1m[35mTeste Load (0.2ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 1]]
|
55644
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.7ms)
|
55645
|
+
[1m[36mTeste Load (0.2ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
55646
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.2ms)
|
55647
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55648
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.0ms)
|
55649
|
+
[1m[36m (0.3ms)[0m [1mSELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id"[0m
|
55650
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (60.4ms)
|
55651
|
+
Completed 200 OK in 81ms (Views: 73.8ms | ActiveRecord: 1.0ms)
|
55652
|
+
|
55653
|
+
|
55654
|
+
Started GET "/crud/teste1?q%5Bs%5D=teste_nome+desc" for ::1 at 2015-06-25 18:32:20 -0300
|
55655
|
+
Processing by CrudController#index as HTML
|
55656
|
+
Parameters: {"q"=>{"s"=>"teste_nome desc"}, "model"=>"teste1"}
|
55657
|
+
[1m[35mUsuario Load (0.2ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
55658
|
+
[wiselinks] Processing partial request
|
55659
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.1ms)
|
55660
|
+
[1m[36mTeste1 Load (0.3ms)[0m [1mSELECT DISTINCT "teste1s".* FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id" ORDER BY "testes"."nome" DESC LIMIT 25 OFFSET 0[0m
|
55661
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55662
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.1ms)
|
55663
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
55664
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (10.0ms)
|
55665
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 1]]
|
55666
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.3ms)
|
55667
|
+
[1m[36m (0.2ms)[0m [1mSELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id"[0m
|
55668
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (71.6ms)
|
55669
|
+
Completed 200 OK in 91ms (Views: 86.3ms | ActiveRecord: 1.0ms)
|
55670
|
+
|
55671
|
+
|
55672
|
+
Started GET "/crud/teste1?q%5Bs%5D=teste_nome+asc" for ::1 at 2015-06-25 18:32:21 -0300
|
55673
|
+
Processing by CrudController#index as HTML
|
55674
|
+
Parameters: {"q"=>{"s"=>"teste_nome asc"}, "model"=>"teste1"}
|
55675
|
+
[1m[35mUsuario Load (0.2ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
55676
|
+
[wiselinks] Processing partial request
|
55677
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.1ms)
|
55678
|
+
[1m[36mTeste1 Load (0.4ms)[0m [1mSELECT DISTINCT "teste1s".* FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id" ORDER BY "testes"."nome" ASC LIMIT 25 OFFSET 0[0m
|
55679
|
+
[1m[35mTeste Load (0.2ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 1]]
|
55680
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.9ms)
|
55681
|
+
[1m[36mTeste Load (0.1ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
55682
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.3ms)
|
55683
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55684
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.3ms)
|
55685
|
+
[1m[36m (0.3ms)[0m [1mSELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id"[0m
|
55686
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (76.0ms)
|
55687
|
+
Completed 200 OK in 128ms (Views: 120.2ms | ActiveRecord: 1.2ms)
|
55688
|
+
|
55689
|
+
|
55690
|
+
Started GET "/crud/teste1?q%5Bs%5D=teste_nome+desc" for ::1 at 2015-06-25 18:32:23 -0300
|
55691
|
+
Processing by CrudController#index as HTML
|
55692
|
+
Parameters: {"q"=>{"s"=>"teste_nome desc"}, "model"=>"teste1"}
|
55693
|
+
[1m[35mUsuario Load (0.1ms)[0m SELECT "usuarios".* FROM "usuarios" WHERE "usuarios"."id" = ? ORDER BY "usuarios"."id" ASC LIMIT 1 [["id", 3]]
|
55694
|
+
[wiselinks] Processing partial request
|
55695
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_links.html.erb (0.1ms)
|
55696
|
+
[1m[36mTeste1 Load (4.3ms)[0m [1mSELECT DISTINCT "teste1s".* FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id" ORDER BY "testes"."nome" DESC LIMIT 25 OFFSET 0[0m
|
55697
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 9]]
|
55698
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.2ms)
|
55699
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1[0m [["id", 9]]
|
55700
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.1ms)
|
55701
|
+
[1m[35mTeste Load (0.1ms)[0m SELECT "testes".* FROM "testes" WHERE "testes"."id" = ? LIMIT 1 [["id", 1]]
|
55702
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_record.html.erb (1.3ms)
|
55703
|
+
[1m[36m (0.2ms)[0m [1mSELECT DISTINCT COUNT(DISTINCT "teste1s"."id") FROM "teste1s" LEFT OUTER JOIN "testes" ON "testes"."id" = "teste1s"."teste_id"[0m
|
55704
|
+
Rendered /Users/leonardo/ProjetosRaro/engines/templus_models/app/views/crud/_records.html.erb (66.1ms)
|
55705
|
+
Completed 200 OK in 84ms (Views: 74.7ms | ActiveRecord: 4.9ms)
|