rails_db_info 0.1.3 → 0.1.4

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: 4d6f3ea40c0c6f02c5effbe7f7145c2467e52054
4
- data.tar.gz: fd7b3d56446f9d51b8c3a00bf3eb5acb7205a8e3
3
+ metadata.gz: 0ec22e9c5b32a9fd8d44a6c0a30b6b5a873623f7
4
+ data.tar.gz: b46192f6d526e7cf83ea4e8b52f1edbcebf006b5
5
5
  SHA512:
6
- metadata.gz: b114f41e56c4022bc88c6608a7d8c23bd4bb2e4fb29770e75426976048f25590d6f4ae80f5b9d5e5d57a4f5420574a9758336c865eec9d8433949cb840985a73
7
- data.tar.gz: 9d246b53044ff8fdad60070f176f5987890f40fb09fed6eba717082ddbd06033c789276889786961d96fb7757ae689353c505b9c02b5102bab90f2cb59b11b2a
6
+ metadata.gz: c5027c74a567097cf8e390f4f0f38fa276079ad05192ba017943430ebaee7e4bfda8d114e0f57ec17956eef615da34de312161fb59ac556ef845bc9232815cb2
7
+ data.tar.gz: 538ef56733cd5c621b62783cbb64bd7238b2418f4d86993472cd26130aa26f40845801a5ba5e623f1d609cc921c846a28c9e503bcdb86fc2e10cf3b860c0dc6f
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <title>Database Info</title>
5
5
  <%= stylesheet_link_tag "rails_db_info/application", media: "all" %>
6
- <%= javascript_include_tag "rails_db_info/application" %>
6
+ <%# javascript_include_tag "rails_db_info/application" %>
7
7
  <%= csrf_meta_tags %>
8
8
  </head>
9
9
  <body>
@@ -1,3 +1,3 @@
1
1
  module RailsDbInfo
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
Binary file
@@ -3,3 +3,159 @@
3
3
   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
4
   (0.1ms) SELECT version FROM "schema_migrations"
5
5
   (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20130819203338')
6
+
7
+
8
+ Started GET "/" for 127.0.0.1 at 2013-12-05 20:15:07 +0100
9
+
10
+ ActiveRecord::PendingMigrationError (Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.):
11
+ activerecord (4.0.1) lib/active_record/migration.rb:379:in `check_pending!'
12
+ activerecord (4.0.1) lib/active_record/migration.rb:366:in `call'
13
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
14
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__1628192925696012900__call__callbacks'
15
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
16
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
17
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
18
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
19
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
20
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
21
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
22
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
23
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
24
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
25
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
26
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
27
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
28
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
29
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
30
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
31
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
32
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
33
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
34
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
35
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
36
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
37
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
38
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
39
+ /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
40
+ /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
41
+ /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
42
+
43
+
44
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
45
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
46
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
47
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms)
48
+
49
+
50
+ Started GET "/" for 127.0.0.1 at 2013-12-05 20:15:15 +0100
51
+
52
+ ActiveRecord::PendingMigrationError (Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.):
53
+ activerecord (4.0.1) lib/active_record/migration.rb:379:in `check_pending!'
54
+ activerecord (4.0.1) lib/active_record/migration.rb:366:in `call'
55
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
56
+ activesupport (4.0.1) lib/active_support/callbacks.rb:373:in `_run__1628192925696012900__call__callbacks'
57
+ activesupport (4.0.1) lib/active_support/callbacks.rb:80:in `run_callbacks'
58
+ actionpack (4.0.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
59
+ actionpack (4.0.1) lib/action_dispatch/middleware/reloader.rb:64:in `call'
60
+ actionpack (4.0.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
61
+ actionpack (4.0.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
62
+ actionpack (4.0.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
63
+ railties (4.0.1) lib/rails/rack/logger.rb:38:in `call_app'
64
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `block in call'
65
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `block in tagged'
66
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:25:in `tagged'
67
+ activesupport (4.0.1) lib/active_support/tagged_logging.rb:67:in `tagged'
68
+ railties (4.0.1) lib/rails/rack/logger.rb:20:in `call'
69
+ actionpack (4.0.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
70
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
71
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
72
+ activesupport (4.0.1) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
73
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
74
+ actionpack (4.0.1) lib/action_dispatch/middleware/static.rb:64:in `call'
75
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
76
+ railties (4.0.1) lib/rails/engine.rb:511:in `call'
77
+ railties (4.0.1) lib/rails/application.rb:97:in `call'
78
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
79
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
80
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
81
+ /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
82
+ /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
83
+ /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
84
+
85
+
86
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
87
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
88
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
89
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/actionpack-4.0.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.6ms)
90
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
91
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
92
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
93
+ Migrating to CreateUsers (20130819203338)
94
+  (0.1ms) begin transaction
95
+  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "age" integer, "admin" boolean, "created_at" datetime, "updated_at" datetime) 
96
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130819203338"]]
97
+  (0.6ms) commit transaction
98
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
99
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
100
+
101
+
102
+ Started GET "/" for 127.0.0.1 at 2013-12-05 20:15:45 +0100
103
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
104
+ Processing by Rails::WelcomeController#index as HTML
105
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/templates/rails/welcome/index.html.erb (1.4ms)
106
+ Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
107
+
108
+
109
+ Started GET "/" for 127.0.0.1 at 2013-12-05 20:15:48 +0100
110
+ Processing by Rails::WelcomeController#index as HTML
111
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/templates/rails/welcome/index.html.erb (0.0ms)
112
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
113
+
114
+
115
+ Started GET "/" for 127.0.0.1 at 2013-12-05 20:15:48 +0100
116
+ Processing by Rails::WelcomeController#index as HTML
117
+ Rendered /Users/vlado/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/railties-4.0.1/lib/rails/templates/rails/welcome/index.html.erb (0.0ms)
118
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
119
+
120
+
121
+ Started GET "/rails/info/db" for 127.0.0.1 at 2013-12-05 20:15:50 +0100
122
+ Processing by RailsDbInfo::TablesController#index as HTML
123
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/index.html.erb within layouts/rails_db_info/application (1.3ms)
124
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.7ms)
125
+ Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.1ms)
126
+
127
+
128
+ Started GET "/assets/rails_db_info/application.css?body=1" for 127.0.0.1 at 2013-12-05 20:15:50 +0100
129
+
130
+
131
+ Started GET "/rails/info/db/tables/users" for 127.0.0.1 at 2013-12-05 20:15:52 +0100
132
+ Processing by RailsDbInfo::TablesController#show as HTML
133
+ Parameters: {"id"=>"users"}
134
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/show.html.erb within layouts/rails_db_info/application (1.4ms)
135
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.7ms)
136
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms)
137
+
138
+
139
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-05 20:15:54 +0100
140
+ Processing by RailsDbInfo::TablesController#entries as HTML
141
+ Parameters: {"table_id"=>"users"}
142
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
143
+  (0.1ms) SELECT COUNT(*) FROM users
144
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (1.3ms)
145
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.6ms)
146
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.3ms)
147
+
148
+
149
+ Started GET "/rails/info/db/tables/users" for 127.0.0.1 at 2013-12-05 20:15:56 +0100
150
+ Processing by RailsDbInfo::TablesController#show as HTML
151
+ Parameters: {"id"=>"users"}
152
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/show.html.erb within layouts/rails_db_info/application (0.8ms)
153
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.5ms)
154
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms)
155
+
156
+
157
+ Started GET "/rails/info/db/tables" for 127.0.0.1 at 2013-12-05 20:15:57 +0100
158
+ Processing by RailsDbInfo::TablesController#index as HTML
159
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/index.html.erb within layouts/rails_db_info/application (0.7ms)
160
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.2ms)
161
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms)
@@ -491,5 +491,313 @@ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.3ms)
491
491
   (0.1ms) begin transaction
492
492
  ---------------------------
493
493
  RailsDbInfoTest: test_truth
494
+ ---------------------------
495
+  (0.1ms) rollback transaction
496
+  (0.2ms) begin transaction
497
+ ---------------------------------------------------
498
+ NavigationTest: test_I_can_paginate_through_entires
499
+ ---------------------------------------------------
500
+  (0.0ms) SAVEPOINT active_record_1
501
+ SQL (4.5ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado1@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado1"]]
502
+  (0.1ms) RELEASE SAVEPOINT active_record_1
503
+  (0.0ms) SAVEPOINT active_record_1
504
+ SQL (0.6ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado2@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado2"]]
505
+  (0.0ms) RELEASE SAVEPOINT active_record_1
506
+  (0.0ms) SAVEPOINT active_record_1
507
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado3@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado3"]]
508
+  (0.0ms) RELEASE SAVEPOINT active_record_1
509
+  (0.0ms) SAVEPOINT active_record_1
510
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado4@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado4"]]
511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
512
+  (0.0ms) SAVEPOINT active_record_1
513
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado5@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado5"]]
514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
515
+  (0.0ms) SAVEPOINT active_record_1
516
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado6@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado6"]]
517
+  (0.0ms) RELEASE SAVEPOINT active_record_1
518
+  (0.0ms) SAVEPOINT active_record_1
519
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado7@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado7"]]
520
+  (0.0ms) RELEASE SAVEPOINT active_record_1
521
+  (0.0ms) SAVEPOINT active_record_1
522
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado8@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado8"]]
523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
524
+  (0.0ms) SAVEPOINT active_record_1
525
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado9@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado9"]]
526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
527
+  (0.0ms) SAVEPOINT active_record_1
528
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado10@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado10"]]
529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
530
+  (0.0ms) SAVEPOINT active_record_1
531
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado11@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado11"]]
532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
533
+  (0.0ms) SAVEPOINT active_record_1
534
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado12@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado12"]]
535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
536
+  (0.0ms) SAVEPOINT active_record_1
537
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado13@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado13"]]
538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
539
+  (0.0ms) SAVEPOINT active_record_1
540
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado14@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado14"]]
541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
542
+  (0.0ms) SAVEPOINT active_record_1
543
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado15@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado15"]]
544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
545
+  (0.0ms) SAVEPOINT active_record_1
546
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado16@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado16"]]
547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
548
+  (0.0ms) SAVEPOINT active_record_1
549
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado17@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado17"]]
550
+  (0.0ms) RELEASE SAVEPOINT active_record_1
551
+  (0.0ms) SAVEPOINT active_record_1
552
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado18@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado18"]]
553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
554
+  (0.0ms) SAVEPOINT active_record_1
555
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado19@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado19"]]
556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
557
+  (0.1ms) SAVEPOINT active_record_1
558
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado20@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado20"]]
559
+  (0.0ms) RELEASE SAVEPOINT active_record_1
560
+  (0.0ms) SAVEPOINT active_record_1
561
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado21@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado21"]]
562
+  (0.0ms) RELEASE SAVEPOINT active_record_1
563
+  (0.0ms) SAVEPOINT active_record_1
564
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado22@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado22"]]
565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
566
+  (0.0ms) SAVEPOINT active_record_1
567
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado23@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado23"]]
568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
569
+  (0.0ms) SAVEPOINT active_record_1
570
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado24@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado24"]]
571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
572
+  (0.0ms) SAVEPOINT active_record_1
573
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado25@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado25"]]
574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
575
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-05 20:13:46 +0100
576
+ Processing by RailsDbInfo::TablesController#entries as HTML
577
+ Parameters: {"table_id"=>"users"}
578
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
579
+  (0.0ms) SELECT COUNT(*) FROM users
580
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (30.5ms)
581
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (1.2ms)
582
+ Completed 200 OK in 56ms (Views: 54.9ms | ActiveRecord: 0.7ms)
583
+ Started GET "/rails/info/db/tables/users/entries?page=1" for 127.0.0.1 at 2013-12-05 20:13:46 +0100
584
+ Processing by RailsDbInfo::TablesController#entries as HTML
585
+ Parameters: {"page"=>"1", "table_id"=>"users"}
586
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
587
+  (0.0ms) SELECT COUNT(*) FROM users
588
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (3.2ms)
589
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.5ms)
590
+ Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.6ms)
591
+ Started GET "/rails/info/db/tables/users/entries?page=2" for 127.0.0.1 at 2013-12-05 20:13:46 +0100
592
+ Processing by RailsDbInfo::TablesController#entries as HTML
593
+ Parameters: {"page"=>"2", "table_id"=>"users"}
594
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 10
595
+  (0.0ms) SELECT COUNT(*) FROM users
596
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (3.0ms)
597
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
598
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.6ms)
599
+ Started GET "/rails/info/db/tables/users/entries?page=3" for 127.0.0.1 at 2013-12-05 20:13:46 +0100
600
+ Processing by RailsDbInfo::TablesController#entries as HTML
601
+ Parameters: {"page"=>"3", "table_id"=>"users"}
602
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 20
603
+  (0.0ms) SELECT COUNT(*) FROM users
604
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (1.8ms)
605
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
606
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.4ms)
607
+  (0.7ms) rollback transaction
608
+  (0.1ms) begin transaction
609
+ ------------------------------------------------------------------------------
610
+ NavigationTest: test_I_see_list_of_tables_when_I_visit_rails_db_info_dashboard
611
+ ------------------------------------------------------------------------------
612
+ Started GET "/rails/info/db" for 127.0.0.1 at 2013-12-05 20:13:46 +0100
613
+ Processing by RailsDbInfo::TablesController#index as HTML
614
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.1ms)
615
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms)
616
+  (0.1ms) rollback transaction
617
+  (0.0ms) begin transaction
618
+ -----------------------------------------------------------------------
619
+ NavigationTest: test_I_see_table_column_details_when_I_visit_table_page
620
+ -----------------------------------------------------------------------
621
+ Started GET "/rails/info/db/tables/users" for 127.0.0.1 at 2013-12-05 20:13:46 +0100
622
+ Processing by RailsDbInfo::TablesController#show as HTML
623
+ Parameters: {"id"=>"users"}
624
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.5ms)
625
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.1ms)
626
+  (0.1ms) rollback transaction
627
+  (0.0ms) begin transaction
628
+ ----------------------------------------------------------------------------------------------------
629
+ NavigationTest: test_I_see_table_title,_column_names_and_values_when_I_visit_show_table_entries_page
630
+ ----------------------------------------------------------------------------------------------------
631
+  (0.0ms) SAVEPOINT active_record_1
632
+ SQL (0.3ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "vlado@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "vlado"]]
633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
634
+  (0.0ms) SAVEPOINT active_record_1
635
+ SQL (0.2ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", false], ["age", 34], ["created_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["email", "ana@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:13:46 UTC +00:00], ["username", "ana"]]
636
+  (0.0ms) RELEASE SAVEPOINT active_record_1
637
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-05 20:13:46 +0100
638
+ Processing by RailsDbInfo::TablesController#entries as HTML
639
+ Parameters: {"table_id"=>"users"}
640
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
641
+  (0.0ms) SELECT COUNT(*) FROM users
642
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.6ms)
643
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.3ms)
644
+  (0.4ms) rollback transaction
645
+  (0.0ms) begin transaction
646
+ ---------------------------
647
+ RailsDbInfoTest: test_truth
648
+ ---------------------------
649
+  (0.1ms) rollback transaction
650
+  (0.2ms) begin transaction
651
+ ---------------------------------------------------
652
+ NavigationTest: test_I_can_paginate_through_entires
653
+ ---------------------------------------------------
654
+  (0.0ms) SAVEPOINT active_record_1
655
+ SQL (1.8ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado1@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado1"]]
656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
657
+  (0.0ms) SAVEPOINT active_record_1
658
+ SQL (0.7ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado2@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado2"]]
659
+  (0.0ms) RELEASE SAVEPOINT active_record_1
660
+  (0.0ms) SAVEPOINT active_record_1
661
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado3@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado3"]]
662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
663
+  (0.0ms) SAVEPOINT active_record_1
664
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado4@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado4"]]
665
+  (0.0ms) RELEASE SAVEPOINT active_record_1
666
+  (0.0ms) SAVEPOINT active_record_1
667
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado5@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado5"]]
668
+  (0.0ms) RELEASE SAVEPOINT active_record_1
669
+  (0.0ms) SAVEPOINT active_record_1
670
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado6@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado6"]]
671
+  (0.0ms) RELEASE SAVEPOINT active_record_1
672
+  (0.0ms) SAVEPOINT active_record_1
673
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado7@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado7"]]
674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
675
+  (0.0ms) SAVEPOINT active_record_1
676
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado8@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado8"]]
677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
678
+  (0.0ms) SAVEPOINT active_record_1
679
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado9@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado9"]]
680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
681
+  (0.0ms) SAVEPOINT active_record_1
682
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado10@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado10"]]
683
+  (0.0ms) RELEASE SAVEPOINT active_record_1
684
+  (0.0ms) SAVEPOINT active_record_1
685
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado11@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado11"]]
686
+  (0.0ms) RELEASE SAVEPOINT active_record_1
687
+  (0.0ms) SAVEPOINT active_record_1
688
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado12@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado12"]]
689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
690
+  (0.0ms) SAVEPOINT active_record_1
691
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado13@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado13"]]
692
+  (0.0ms) RELEASE SAVEPOINT active_record_1
693
+  (0.0ms) SAVEPOINT active_record_1
694
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado14@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado14"]]
695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
696
+  (0.0ms) SAVEPOINT active_record_1
697
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado15@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado15"]]
698
+  (0.0ms) RELEASE SAVEPOINT active_record_1
699
+  (0.0ms) SAVEPOINT active_record_1
700
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado16@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado16"]]
701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
702
+  (0.0ms) SAVEPOINT active_record_1
703
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado17@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado17"]]
704
+  (0.0ms) RELEASE SAVEPOINT active_record_1
705
+  (0.0ms) SAVEPOINT active_record_1
706
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado18@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado18"]]
707
+  (0.0ms) RELEASE SAVEPOINT active_record_1
708
+  (0.0ms) SAVEPOINT active_record_1
709
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado19@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado19"]]
710
+  (0.0ms) RELEASE SAVEPOINT active_record_1
711
+  (0.0ms) SAVEPOINT active_record_1
712
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado20@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado20"]]
713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
714
+  (0.0ms) SAVEPOINT active_record_1
715
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado21@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado21"]]
716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
717
+  (0.0ms) SAVEPOINT active_record_1
718
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado22@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado22"]]
719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
720
+  (0.0ms) SAVEPOINT active_record_1
721
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado23@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado23"]]
722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
723
+  (0.0ms) SAVEPOINT active_record_1
724
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado24@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado24"]]
725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
726
+  (0.0ms) SAVEPOINT active_record_1
727
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado25@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado25"]]
728
+  (0.0ms) RELEASE SAVEPOINT active_record_1
729
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-05 20:14:25 +0100
730
+ Processing by RailsDbInfo::TablesController#entries as HTML
731
+ Parameters: {"table_id"=>"users"}
732
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
733
+  (0.0ms) SELECT COUNT(*) FROM users
734
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (27.0ms)
735
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.9ms)
736
+ Completed 200 OK in 40ms (Views: 38.9ms | ActiveRecord: 0.6ms)
737
+ Started GET "/rails/info/db/tables/users/entries?page=1" for 127.0.0.1 at 2013-12-05 20:14:25 +0100
738
+ Processing by RailsDbInfo::TablesController#entries as HTML
739
+ Parameters: {"page"=>"1", "table_id"=>"users"}
740
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
741
+  (0.0ms) SELECT COUNT(*) FROM users
742
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (3.1ms)
743
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
744
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.6ms)
745
+ Started GET "/rails/info/db/tables/users/entries?page=2" for 127.0.0.1 at 2013-12-05 20:14:25 +0100
746
+ Processing by RailsDbInfo::TablesController#entries as HTML
747
+ Parameters: {"page"=>"2", "table_id"=>"users"}
748
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 10
749
+  (0.0ms) SELECT COUNT(*) FROM users
750
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (2.9ms)
751
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
752
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.5ms)
753
+ Started GET "/rails/info/db/tables/users/entries?page=3" for 127.0.0.1 at 2013-12-05 20:14:25 +0100
754
+ Processing by RailsDbInfo::TablesController#entries as HTML
755
+ Parameters: {"page"=>"3", "table_id"=>"users"}
756
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 20
757
+  (0.0ms) SELECT COUNT(*) FROM users
758
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (2.0ms)
759
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
760
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.4ms)
761
+  (0.4ms) rollback transaction
762
+  (0.0ms) begin transaction
763
+ ------------------------------------------------------------------------------
764
+ NavigationTest: test_I_see_list_of_tables_when_I_visit_rails_db_info_dashboard
765
+ ------------------------------------------------------------------------------
766
+ Started GET "/rails/info/db" for 127.0.0.1 at 2013-12-05 20:14:25 +0100
767
+ Processing by RailsDbInfo::TablesController#index as HTML
768
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.1ms)
769
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
770
+  (0.0ms) rollback transaction
771
+  (0.1ms) begin transaction
772
+ -----------------------------------------------------------------------
773
+ NavigationTest: test_I_see_table_column_details_when_I_visit_table_page
774
+ -----------------------------------------------------------------------
775
+ Started GET "/rails/info/db/tables/users" for 127.0.0.1 at 2013-12-05 20:14:25 +0100
776
+ Processing by RailsDbInfo::TablesController#show as HTML
777
+ Parameters: {"id"=>"users"}
778
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.6ms)
779
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
780
+  (0.1ms) rollback transaction
781
+  (0.1ms) begin transaction
782
+ ----------------------------------------------------------------------------------------------------
783
+ NavigationTest: test_I_see_table_title,_column_names_and_values_when_I_visit_show_table_entries_page
784
+ ----------------------------------------------------------------------------------------------------
785
+  (0.0ms) SAVEPOINT active_record_1
786
+ SQL (0.3ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "vlado@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "vlado"]]
787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
788
+  (0.0ms) SAVEPOINT active_record_1
789
+ SQL (0.2ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", false], ["age", 34], ["created_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["email", "ana@cingel.hr"], ["updated_at", Thu, 05 Dec 2013 19:14:25 UTC +00:00], ["username", "ana"]]
790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
791
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-05 20:14:25 +0100
792
+ Processing by RailsDbInfo::TablesController#entries as HTML
793
+ Parameters: {"table_id"=>"users"}
794
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
795
+  (0.0ms) SELECT COUNT(*) FROM users
796
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.5ms)
797
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.3ms)
798
+  (0.4ms) rollback transaction
799
+  (0.0ms) begin transaction
800
+ ---------------------------
801
+ RailsDbInfoTest: test_truth
494
802
  ---------------------------
495
803
   (0.1ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_db_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlado Cingel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-26 00:00:00.000000000 Z
11
+ date: 2013-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -122,6 +122,7 @@ files:
122
122
  - test/dummy/config/locales/en.yml
123
123
  - test/dummy/config/routes.rb
124
124
  - test/dummy/config.ru
125
+ - test/dummy/db/development.sqlite3
125
126
  - test/dummy/db/migrate/20130819203338_create_users.rb
126
127
  - test/dummy/db/schema.rb
127
128
  - test/dummy/db/test.sqlite3
@@ -135,6 +136,9 @@ files:
135
136
  - test/dummy/README.rdoc
136
137
  - test/dummy/test/fixtures/users.yml
137
138
  - test/dummy/test/models/user_test.rb
139
+ - test/dummy/tmp/cache/assets/development/sprockets/1feb7eec1529672092299032ef2d6325
140
+ - test/dummy/tmp/cache/assets/development/sprockets/b1a87f7961214599041bb9b30c8e398e
141
+ - test/dummy/tmp/cache/assets/development/sprockets/c903f846849a6d4c555eaf82468a7e6e
138
142
  - test/dummy/tmp/cache/assets/test/sprockets/0ff3a9241bbf1c751ced680adfa90b59
139
143
  - test/dummy/tmp/cache/assets/test/sprockets/1feb7eec1529672092299032ef2d6325
140
144
  - test/dummy/tmp/cache/assets/test/sprockets/2dc95e0e7e3281df7eb8e26fbb8a3a59
@@ -199,6 +203,7 @@ test_files:
199
203
  - test/dummy/config/locales/en.yml
200
204
  - test/dummy/config/routes.rb
201
205
  - test/dummy/config.ru
206
+ - test/dummy/db/development.sqlite3
202
207
  - test/dummy/db/migrate/20130819203338_create_users.rb
203
208
  - test/dummy/db/schema.rb
204
209
  - test/dummy/db/test.sqlite3
@@ -212,6 +217,9 @@ test_files:
212
217
  - test/dummy/README.rdoc
213
218
  - test/dummy/test/fixtures/users.yml
214
219
  - test/dummy/test/models/user_test.rb
220
+ - test/dummy/tmp/cache/assets/development/sprockets/1feb7eec1529672092299032ef2d6325
221
+ - test/dummy/tmp/cache/assets/development/sprockets/b1a87f7961214599041bb9b30c8e398e
222
+ - test/dummy/tmp/cache/assets/development/sprockets/c903f846849a6d4c555eaf82468a7e6e
215
223
  - test/dummy/tmp/cache/assets/test/sprockets/0ff3a9241bbf1c751ced680adfa90b59
216
224
  - test/dummy/tmp/cache/assets/test/sprockets/1feb7eec1529672092299032ef2d6325
217
225
  - test/dummy/tmp/cache/assets/test/sprockets/2dc95e0e7e3281df7eb8e26fbb8a3a59