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 +4 -4
- data/app/views/layouts/rails_db_info/application.html.erb +1 -1
- data/lib/rails_db_info/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +156 -0
- data/test/dummy/log/test.log +308 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1feb7eec1529672092299032ef2d6325 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b1a87f7961214599041bb9b30c8e398e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c903f846849a6d4c555eaf82468a7e6e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/0ff3a9241bbf1c751ced680adfa90b59 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/1feb7eec1529672092299032ef2d6325 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/2dc95e0e7e3281df7eb8e26fbb8a3a59 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/72881d4d0eb1a7d61ba5420798add236 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ab1417852e512b0f0f50fbdc19d1f890 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/b1a87f7961214599041bb9b30c8e398e +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/bf0ff79f1edd27152fd4681650468a43 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/c903f846849a6d4c555eaf82468a7e6e +0 -0
- metadata +10 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ec22e9c5b32a9fd8d44a6c0a30b6b5a873623f7
|
4
|
+
data.tar.gz: b46192f6d526e7cf83ea4e8b52f1edbcebf006b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
6
|
+
<%# javascript_include_tag "rails_db_info/application" %>
|
7
7
|
<%= csrf_meta_tags %>
|
8
8
|
</head>
|
9
9
|
<body>
|
Binary file
|
@@ -3,3 +3,159 @@
|
|
3
3
|
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
4
4
|
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
5
5
|
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20130819203338')[0m
|
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
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
91
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
92
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
93
|
+
Migrating to CreateUsers (20130819203338)
|
94
|
+
[1m[35m (0.1ms)[0m begin transaction
|
95
|
+
[1m[36m (0.3ms)[0m [1mCREATE 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) [0m
|
96
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130819203338"]]
|
97
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
98
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
99
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
100
|
+
|
101
|
+
|
102
|
+
Started GET "/" for 127.0.0.1 at 2013-12-05 20:15:45 +0100
|
103
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT * FROM users LIMIT 10 OFFSET 0
|
143
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM users[0m
|
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)
|
data/test/dummy/log/test.log
CHANGED
@@ -491,5 +491,313 @@ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.3ms)
|
|
491
491
|
[1m[35m (0.1ms)[0m begin transaction
|
492
492
|
---------------------------
|
493
493
|
RailsDbInfoTest: test_truth
|
494
|
+
---------------------------
|
495
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
496
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
497
|
+
---------------------------------------------------
|
498
|
+
NavigationTest: test_I_can_paginate_through_entires
|
499
|
+
---------------------------------------------------
|
500
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
501
|
+
[1m[36mSQL (4.5ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
503
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
504
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
506
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
507
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
509
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
510
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
512
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
513
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
515
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
516
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
518
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
519
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
521
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
522
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
524
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
525
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
527
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
528
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
530
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
531
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
533
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
534
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
536
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
537
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
539
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
540
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
542
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
543
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
545
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
546
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
548
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
549
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
551
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
552
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
554
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
555
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
557
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
558
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
560
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
561
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
563
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
564
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
566
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
567
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
569
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
570
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
572
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
573
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 0[0m
|
579
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 0[0m
|
587
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 10[0m
|
595
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 20[0m
|
603
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
608
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
617
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
627
|
+
[1m[35m (0.0ms)[0m begin transaction
|
628
|
+
----------------------------------------------------------------------------------------------------
|
629
|
+
NavigationTest: test_I_see_table_title,_column_names_and_values_when_I_visit_show_table_entries_page
|
630
|
+
----------------------------------------------------------------------------------------------------
|
631
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
632
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
634
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
635
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 0[0m
|
641
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
645
|
+
[1m[35m (0.0ms)[0m begin transaction
|
646
|
+
---------------------------
|
647
|
+
RailsDbInfoTest: test_truth
|
648
|
+
---------------------------
|
649
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
650
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
651
|
+
---------------------------------------------------
|
652
|
+
NavigationTest: test_I_can_paginate_through_entires
|
653
|
+
---------------------------------------------------
|
654
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
655
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
657
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
658
|
+
[1m[35mSQL (0.7ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
660
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
661
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
663
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
664
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
666
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
667
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
669
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
670
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
672
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
673
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
675
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
676
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
678
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
679
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
681
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
682
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
684
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
685
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
687
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
688
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
690
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
691
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
693
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
694
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
696
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
697
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
700
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
702
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
703
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
705
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
706
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
708
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
709
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
711
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
712
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
714
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
715
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
717
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
718
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
720
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
721
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
723
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
724
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
726
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
727
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 0[0m
|
733
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 0[0m
|
741
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 10[0m
|
749
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 20[0m
|
757
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
762
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
771
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
781
|
+
[1m[35m (0.1ms)[0m begin transaction
|
782
|
+
----------------------------------------------------------------------------------------------------
|
783
|
+
NavigationTest: test_I_see_table_title,_column_names_and_values_when_I_visit_show_table_entries_page
|
784
|
+
----------------------------------------------------------------------------------------------------
|
785
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
786
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
788
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
789
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT * FROM users LIMIT 10 OFFSET 0[0m
|
795
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
799
|
+
[1m[35m (0.0ms)[0m begin transaction
|
800
|
+
---------------------------
|
801
|
+
RailsDbInfoTest: test_truth
|
494
802
|
---------------------------
|
495
803
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.
|
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
|
+
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
|