rails_db_info 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef6d627dfb43fbe637cbfd4a5c035270718d34c4
4
- data.tar.gz: 11de3a5d1925462c44d5b6812db187940c4eb47c
3
+ metadata.gz: ac910d6f5186e67b479785eca891478751eed9f2
4
+ data.tar.gz: d7d4cd69be3995aba32f0aea351fb109739d38f9
5
5
  SHA512:
6
- metadata.gz: 861bedc0e701b78edd5c488d1520abc8e94a41db008d69ab128a5925f73c51d6b2d9f904770b7049d37e381a13930ab5ab9860c1e1c9c79488c6e690eb86297c
7
- data.tar.gz: 89f071ab7c2080525429bd4d1ee8f4055982034890d1e9ea254eb28dcbb63a507c38911f2d93c4c35e681ab92871f33acff8a99b94063aaa2a790c818e1ce4db
6
+ metadata.gz: 70859985633a124490910e6b7e89f822bedd11cb8ccca6eb601b79a68184561b3aea34db602c8fb7994fdc2db6ea31fcfef0933fbb1c19d659484b7f35909093
7
+ data.tar.gz: 82643091144e0380fc6637c597a6adb03774048015732a6d87def73d205085f3cc47e2251864c32b5aa70425aab7c33bac92a8ffd520502f84bfd3d7331a5a25
data/config/routes.rb CHANGED
@@ -6,5 +6,5 @@ RailsDbInfo::Engine.routes.draw do
6
6
  end
7
7
 
8
8
  Rails.application.routes.draw do
9
- mount RailsDbInfo::Engine => "/rails/info/db"
9
+ mount_rails_db_info
10
10
  end
@@ -0,0 +1,9 @@
1
+ module ActionDispatch::Routing
2
+ class Mapper
3
+ # Includes mount_rails_db_info method for routes. This method is responsible to
4
+ # generate all needed routes for rails_db_info
5
+ def mount_rails_db_info
6
+ mount RailsDbInfo::Engine=> "/rails/info/db"
7
+ end
8
+ end
9
+ end
@@ -1,3 +1,3 @@
1
1
  module RailsDbInfo
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
data/lib/rails_db_info.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require "rails_db_info/engine"
2
+ require "rails/routes"
2
3
 
3
4
  module RailsDbInfo
4
5
  end
@@ -801,3 +801,421 @@ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.3ms)
801
801
  RailsDbInfoTest: test_truth
802
802
  ---------------------------
803
803
   (0.1ms) rollback transaction
804
+  (0.3ms) begin transaction
805
+ ---------------------------------------------------
806
+ NavigationTest: test_I_can_paginate_through_entires
807
+ ---------------------------------------------------
808
+  (0.0ms) SAVEPOINT active_record_1
809
+ SQL (5.0ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado1@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado1"]]
810
+  (0.1ms) RELEASE SAVEPOINT active_record_1
811
+  (0.1ms) SAVEPOINT active_record_1
812
+ SQL (0.8ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado2@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado2"]]
813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
814
+  (0.0ms) SAVEPOINT active_record_1
815
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado3@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado3"]]
816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
817
+  (0.0ms) SAVEPOINT active_record_1
818
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado4@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado4"]]
819
+  (0.0ms) RELEASE SAVEPOINT active_record_1
820
+  (0.0ms) SAVEPOINT active_record_1
821
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado5@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado5"]]
822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
823
+  (0.0ms) SAVEPOINT active_record_1
824
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado6@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado6"]]
825
+  (0.0ms) RELEASE SAVEPOINT active_record_1
826
+  (0.0ms) SAVEPOINT active_record_1
827
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado7@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado7"]]
828
+  (0.0ms) RELEASE SAVEPOINT active_record_1
829
+  (0.0ms) SAVEPOINT active_record_1
830
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado8@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado8"]]
831
+  (0.0ms) RELEASE SAVEPOINT active_record_1
832
+  (0.0ms) SAVEPOINT active_record_1
833
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado9@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado9"]]
834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
835
+  (0.0ms) SAVEPOINT active_record_1
836
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado10@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado10"]]
837
+  (0.0ms) RELEASE SAVEPOINT active_record_1
838
+  (0.0ms) SAVEPOINT active_record_1
839
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado11@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado11"]]
840
+  (0.0ms) RELEASE SAVEPOINT active_record_1
841
+  (0.0ms) SAVEPOINT active_record_1
842
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado12@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado12"]]
843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
844
+  (0.0ms) SAVEPOINT active_record_1
845
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado13@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado13"]]
846
+  (0.0ms) RELEASE SAVEPOINT active_record_1
847
+  (0.0ms) SAVEPOINT active_record_1
848
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado14@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado14"]]
849
+  (0.0ms) RELEASE SAVEPOINT active_record_1
850
+  (0.0ms) SAVEPOINT active_record_1
851
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado15@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado15"]]
852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
853
+  (0.0ms) SAVEPOINT active_record_1
854
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado16@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado16"]]
855
+  (0.0ms) RELEASE SAVEPOINT active_record_1
856
+  (0.0ms) SAVEPOINT active_record_1
857
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado17@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado17"]]
858
+  (0.0ms) RELEASE SAVEPOINT active_record_1
859
+  (0.0ms) SAVEPOINT active_record_1
860
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado18@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado18"]]
861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
862
+  (0.0ms) SAVEPOINT active_record_1
863
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado19@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado19"]]
864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
865
+  (0.0ms) SAVEPOINT active_record_1
866
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado20@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado20"]]
867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
868
+  (0.0ms) SAVEPOINT active_record_1
869
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado21@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado21"]]
870
+  (0.0ms) RELEASE SAVEPOINT active_record_1
871
+  (0.0ms) SAVEPOINT active_record_1
872
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado22@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado22"]]
873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
874
+  (0.0ms) SAVEPOINT active_record_1
875
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado23@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado23"]]
876
+  (0.0ms) RELEASE SAVEPOINT active_record_1
877
+  (0.0ms) SAVEPOINT active_record_1
878
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado24@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado24"]]
879
+  (0.0ms) RELEASE SAVEPOINT active_record_1
880
+  (0.0ms) SAVEPOINT active_record_1
881
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado25@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado25"]]
882
+  (0.0ms) RELEASE SAVEPOINT active_record_1
883
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-19 21:19:02 +0100
884
+ Processing by RailsDbInfo::TablesController#entries as HTML
885
+ Parameters: {"table_id"=>"users"}
886
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
887
+  (0.1ms) SELECT COUNT(*) FROM users
888
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (36.0ms)
889
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (1.7ms)
890
+ Completed 200 OK in 57ms (Views: 55.6ms | ActiveRecord: 1.0ms)
891
+ Started GET "/rails/info/db/tables/users/entries?page=1" for 127.0.0.1 at 2013-12-19 21:19:02 +0100
892
+ Processing by RailsDbInfo::TablesController#entries as HTML
893
+ Parameters: {"page"=>"1", "table_id"=>"users"}
894
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
895
+  (0.0ms) SELECT COUNT(*) FROM users
896
+ 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)
897
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
898
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.6ms)
899
+ Started GET "/rails/info/db/tables/users/entries?page=2" for 127.0.0.1 at 2013-12-19 21:19:02 +0100
900
+ Processing by RailsDbInfo::TablesController#entries as HTML
901
+ Parameters: {"page"=>"2", "table_id"=>"users"}
902
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 10
903
+  (0.0ms) SELECT COUNT(*) FROM users
904
+ 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)
905
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
906
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.5ms)
907
+ Started GET "/rails/info/db/tables/users/entries?page=3" for 127.0.0.1 at 2013-12-19 21:19:02 +0100
908
+ Processing by RailsDbInfo::TablesController#entries as HTML
909
+ Parameters: {"page"=>"3", "table_id"=>"users"}
910
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 20
911
+  (0.0ms) SELECT COUNT(*) FROM users
912
+ 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)
913
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
914
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.4ms)
915
+  (0.9ms) rollback transaction
916
+  (0.1ms) begin transaction
917
+ ------------------------------------------------------------------------------
918
+ NavigationTest: test_I_see_list_of_tables_when_I_visit_rails_db_info_dashboard
919
+ ------------------------------------------------------------------------------
920
+ Started GET "/rails/info/db" for 127.0.0.1 at 2013-12-19 21:19:02 +0100
921
+ Processing by RailsDbInfo::TablesController#index as HTML
922
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.2ms)
923
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)
924
+  (0.1ms) rollback transaction
925
+  (0.0ms) begin transaction
926
+ -----------------------------------------------------------------------
927
+ NavigationTest: test_I_see_table_column_details_when_I_visit_table_page
928
+ -----------------------------------------------------------------------
929
+ Started GET "/rails/info/db/tables/users" for 127.0.0.1 at 2013-12-19 21:19:02 +0100
930
+ Processing by RailsDbInfo::TablesController#show as HTML
931
+ Parameters: {"id"=>"users"}
932
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.8ms)
933
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)
934
+  (0.1ms) rollback transaction
935
+  (0.1ms) begin transaction
936
+ ----------------------------------------------------------------------------------------------------
937
+ NavigationTest: test_I_see_table_title,_column_names_and_values_when_I_visit_show_table_entries_page
938
+ ----------------------------------------------------------------------------------------------------
939
+  (0.0ms) SAVEPOINT active_record_1
940
+ SQL (0.3ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "vlado@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "vlado"]]
941
+  (0.1ms) RELEASE SAVEPOINT active_record_1
942
+  (0.0ms) SAVEPOINT active_record_1
943
+ SQL (0.3ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", false], ["age", 34], ["created_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["email", "ana@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:19:02 UTC +00:00], ["username", "ana"]]
944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
945
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-19 21:19:02 +0100
946
+ Processing by RailsDbInfo::TablesController#entries as HTML
947
+ Parameters: {"table_id"=>"users"}
948
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
949
+  (0.0ms) SELECT COUNT(*) FROM users
950
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.5ms)
951
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.3ms)
952
+  (0.4ms) rollback transaction
953
+  (0.0ms) begin transaction
954
+ ---------------------------
955
+ RailsDbInfoTest: test_truth
956
+ ---------------------------
957
+  (0.0ms) rollback transaction
958
+  (0.2ms) begin transaction
959
+ ---------------------------------------------------
960
+ NavigationTest: test_I_can_paginate_through_entires
961
+ ---------------------------------------------------
962
+  (0.0ms) SAVEPOINT active_record_1
963
+ SQL (1.8ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado1@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado1"]]
964
+  (0.0ms) RELEASE SAVEPOINT active_record_1
965
+  (0.0ms) SAVEPOINT active_record_1
966
+ SQL (0.9ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado2@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado2"]]
967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
968
+  (0.0ms) SAVEPOINT active_record_1
969
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado3@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado3"]]
970
+  (0.0ms) RELEASE SAVEPOINT active_record_1
971
+  (0.0ms) SAVEPOINT active_record_1
972
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado4@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado4"]]
973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
974
+  (0.0ms) SAVEPOINT active_record_1
975
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado5@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado5"]]
976
+  (0.0ms) RELEASE SAVEPOINT active_record_1
977
+  (0.0ms) SAVEPOINT active_record_1
978
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado6@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado6"]]
979
+  (0.0ms) RELEASE SAVEPOINT active_record_1
980
+  (0.0ms) SAVEPOINT active_record_1
981
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado7@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado7"]]
982
+  (0.0ms) RELEASE SAVEPOINT active_record_1
983
+  (0.0ms) SAVEPOINT active_record_1
984
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado8@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado8"]]
985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
986
+  (0.0ms) SAVEPOINT active_record_1
987
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado9@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado9"]]
988
+  (0.0ms) RELEASE SAVEPOINT active_record_1
989
+  (0.0ms) SAVEPOINT active_record_1
990
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado10@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado10"]]
991
+  (0.0ms) RELEASE SAVEPOINT active_record_1
992
+  (0.0ms) SAVEPOINT active_record_1
993
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado11@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado11"]]
994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
995
+  (0.0ms) SAVEPOINT active_record_1
996
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado12@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado12"]]
997
+  (0.0ms) RELEASE SAVEPOINT active_record_1
998
+  (0.0ms) SAVEPOINT active_record_1
999
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado13@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado13"]]
1000
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1001
+  (0.0ms) SAVEPOINT active_record_1
1002
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["email", "vlado14@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:21 UTC +00:00], ["username", "vlado14"]]
1003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1004
+  (0.0ms) SAVEPOINT active_record_1
1005
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado15@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado15"]]
1006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1007
+  (0.0ms) SAVEPOINT active_record_1
1008
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado16@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado16"]]
1009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1010
+  (0.0ms) SAVEPOINT active_record_1
1011
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado17@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado17"]]
1012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1013
+  (0.0ms) SAVEPOINT active_record_1
1014
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado18@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado18"]]
1015
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1016
+  (0.0ms) SAVEPOINT active_record_1
1017
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado19@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado19"]]
1018
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1019
+  (0.0ms) SAVEPOINT active_record_1
1020
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado20@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado20"]]
1021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1022
+  (0.0ms) SAVEPOINT active_record_1
1023
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado21@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado21"]]
1024
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1025
+  (0.0ms) SAVEPOINT active_record_1
1026
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado22@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado22"]]
1027
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1028
+  (0.0ms) SAVEPOINT active_record_1
1029
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado23@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado23"]]
1030
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1031
+  (0.0ms) SAVEPOINT active_record_1
1032
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado24@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado24"]]
1033
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1034
+  (0.0ms) SAVEPOINT active_record_1
1035
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado25@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado25"]]
1036
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1037
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-19 21:22:22 +0100
1038
+  (1.2ms) rollback transaction
1039
+  (0.1ms) begin transaction
1040
+ ------------------------------------------------------------------------------
1041
+ NavigationTest: test_I_see_list_of_tables_when_I_visit_rails_db_info_dashboard
1042
+ ------------------------------------------------------------------------------
1043
+ Started GET "/rails/info/db" for 127.0.0.1 at 2013-12-19 21:22:22 +0100
1044
+  (0.0ms) rollback transaction
1045
+  (0.0ms) begin transaction
1046
+ -----------------------------------------------------------------------
1047
+ NavigationTest: test_I_see_table_column_details_when_I_visit_table_page
1048
+ -----------------------------------------------------------------------
1049
+ Started GET "/rails/info/db/tables/users" for 127.0.0.1 at 2013-12-19 21:22:22 +0100
1050
+  (0.0ms) rollback transaction
1051
+  (0.0ms) begin transaction
1052
+ ----------------------------------------------------------------------------------------------------
1053
+ NavigationTest: test_I_see_table_title,_column_names_and_values_when_I_visit_show_table_entries_page
1054
+ ----------------------------------------------------------------------------------------------------
1055
+  (0.0ms) SAVEPOINT active_record_1
1056
+ SQL (0.3ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "vlado@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "vlado"]]
1057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1058
+  (0.0ms) SAVEPOINT active_record_1
1059
+ SQL (0.2ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", false], ["age", 34], ["created_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["email", "ana@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:22:22 UTC +00:00], ["username", "ana"]]
1060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1061
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-19 21:22:22 +0100
1062
+  (0.4ms) rollback transaction
1063
+  (0.0ms) begin transaction
1064
+ ---------------------------
1065
+ RailsDbInfoTest: test_truth
1066
+ ---------------------------
1067
+  (0.1ms) rollback transaction
1068
+  (0.2ms) begin transaction
1069
+ ---------------------------------------------------
1070
+ NavigationTest: test_I_can_paginate_through_entires
1071
+ ---------------------------------------------------
1072
+  (0.0ms) SAVEPOINT active_record_1
1073
+ SQL (1.8ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado1@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado1"]]
1074
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1075
+  (0.0ms) SAVEPOINT active_record_1
1076
+ SQL (0.9ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado2@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado2"]]
1077
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1078
+  (0.0ms) SAVEPOINT active_record_1
1079
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado3@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado3"]]
1080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1081
+  (0.0ms) SAVEPOINT active_record_1
1082
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado4@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado4"]]
1083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1084
+  (0.0ms) SAVEPOINT active_record_1
1085
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado5@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado5"]]
1086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1087
+  (0.0ms) SAVEPOINT active_record_1
1088
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado6@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado6"]]
1089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1090
+  (0.0ms) SAVEPOINT active_record_1
1091
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado7@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado7"]]
1092
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1093
+  (0.0ms) SAVEPOINT active_record_1
1094
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado8@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado8"]]
1095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1096
+  (0.0ms) SAVEPOINT active_record_1
1097
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado9@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado9"]]
1098
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1099
+  (0.0ms) SAVEPOINT active_record_1
1100
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado10@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado10"]]
1101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1102
+  (0.0ms) SAVEPOINT active_record_1
1103
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado11@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado11"]]
1104
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1105
+  (0.0ms) SAVEPOINT active_record_1
1106
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado12@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado12"]]
1107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1108
+  (0.0ms) SAVEPOINT active_record_1
1109
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado13@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado13"]]
1110
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1111
+  (0.0ms) SAVEPOINT active_record_1
1112
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado14@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado14"]]
1113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1114
+  (0.0ms) SAVEPOINT active_record_1
1115
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado15@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado15"]]
1116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1117
+  (0.0ms) SAVEPOINT active_record_1
1118
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado16@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado16"]]
1119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1120
+  (0.0ms) SAVEPOINT active_record_1
1121
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado17@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado17"]]
1122
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1123
+  (0.0ms) SAVEPOINT active_record_1
1124
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado18@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado18"]]
1125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1126
+  (0.0ms) SAVEPOINT active_record_1
1127
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado19@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado19"]]
1128
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1129
+  (0.0ms) SAVEPOINT active_record_1
1130
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado20@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado20"]]
1131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1132
+  (0.0ms) SAVEPOINT active_record_1
1133
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado21@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado21"]]
1134
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1135
+  (0.0ms) SAVEPOINT active_record_1
1136
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado22@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado22"]]
1137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1138
+  (0.0ms) SAVEPOINT active_record_1
1139
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado23@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado23"]]
1140
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1141
+  (0.0ms) SAVEPOINT active_record_1
1142
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado24@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado24"]]
1143
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1144
+  (0.0ms) SAVEPOINT active_record_1
1145
+ SQL (0.1ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["email", "vlado25@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:44 UTC +00:00], ["username", "vlado25"]]
1146
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1147
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-19 21:28:44 +0100
1148
+ Processing by RailsDbInfo::TablesController#entries as HTML
1149
+ Parameters: {"table_id"=>"users"}
1150
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
1151
+  (0.0ms) SELECT COUNT(*) FROM users
1152
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (26.4ms)
1153
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.8ms)
1154
+ Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.6ms)
1155
+ Started GET "/rails/info/db/tables/users/entries?page=1" for 127.0.0.1 at 2013-12-19 21:28:44 +0100
1156
+ Processing by RailsDbInfo::TablesController#entries as HTML
1157
+ Parameters: {"page"=>"1", "table_id"=>"users"}
1158
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
1159
+  (0.0ms) SELECT COUNT(*) FROM users
1160
+ 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)
1161
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
1162
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.6ms)
1163
+ Started GET "/rails/info/db/tables/users/entries?page=2" for 127.0.0.1 at 2013-12-19 21:28:44 +0100
1164
+ Processing by RailsDbInfo::TablesController#entries as HTML
1165
+ Parameters: {"page"=>"2", "table_id"=>"users"}
1166
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 10
1167
+  (0.0ms) SELECT COUNT(*) FROM users
1168
+ 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)
1169
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
1170
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.6ms)
1171
+ Started GET "/rails/info/db/tables/users/entries?page=3" for 127.0.0.1 at 2013-12-19 21:28:44 +0100
1172
+ Processing by RailsDbInfo::TablesController#entries as HTML
1173
+ Parameters: {"page"=>"3", "table_id"=>"users"}
1174
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 20
1175
+  (0.0ms) SELECT COUNT(*) FROM users
1176
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/entries.html.erb within layouts/rails_db_info/application (1.9ms)
1177
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.4ms)
1178
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.4ms)
1179
+  (1.1ms) rollback transaction
1180
+  (0.1ms) begin transaction
1181
+ ------------------------------------------------------------------------------
1182
+ NavigationTest: test_I_see_list_of_tables_when_I_visit_rails_db_info_dashboard
1183
+ ------------------------------------------------------------------------------
1184
+ Started GET "/rails/info/db" for 127.0.0.1 at 2013-12-19 21:28:44 +0100
1185
+ Processing by RailsDbInfo::TablesController#index as HTML
1186
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.2ms)
1187
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)
1188
+  (0.1ms) rollback transaction
1189
+  (0.0ms) begin transaction
1190
+ -----------------------------------------------------------------------
1191
+ NavigationTest: test_I_see_table_column_details_when_I_visit_table_page
1192
+ -----------------------------------------------------------------------
1193
+ Started GET "/rails/info/db/tables/users" for 127.0.0.1 at 2013-12-19 21:28:45 +0100
1194
+ Processing by RailsDbInfo::TablesController#show as HTML
1195
+ Parameters: {"id"=>"users"}
1196
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.7ms)
1197
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.1ms)
1198
+  (0.1ms) rollback transaction
1199
+  (0.0ms) begin transaction
1200
+ ----------------------------------------------------------------------------------------------------
1201
+ NavigationTest: test_I_see_table_title,_column_names_and_values_when_I_visit_show_table_entries_page
1202
+ ----------------------------------------------------------------------------------------------------
1203
+  (0.0ms) SAVEPOINT active_record_1
1204
+ SQL (0.3ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", true], ["age", 33], ["created_at", Thu, 19 Dec 2013 20:28:45 UTC +00:00], ["email", "vlado@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:45 UTC +00:00], ["username", "vlado"]]
1205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1206
+  (0.0ms) SAVEPOINT active_record_1
1207
+ SQL (0.2ms) INSERT INTO "users" ("admin", "age", "created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?, ?, ?) [["admin", false], ["age", 34], ["created_at", Thu, 19 Dec 2013 20:28:45 UTC +00:00], ["email", "ana@cingel.hr"], ["updated_at", Thu, 19 Dec 2013 20:28:45 UTC +00:00], ["username", "ana"]]
1208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1209
+ Started GET "/rails/info/db/tables/users/entries" for 127.0.0.1 at 2013-12-19 21:28:45 +0100
1210
+ Processing by RailsDbInfo::TablesController#entries as HTML
1211
+ Parameters: {"table_id"=>"users"}
1212
+  (0.1ms) SELECT * FROM users LIMIT 10 OFFSET 0
1213
+  (0.0ms) SELECT COUNT(*) FROM users
1214
+ Rendered /Users/vlado/Projects/Code/rails_db_info/app/views/rails_db_info/tables/_header.html.erb (0.5ms)
1215
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.3ms)
1216
+  (0.5ms) rollback transaction
1217
+  (0.1ms) begin transaction
1218
+ ---------------------------
1219
+ RailsDbInfoTest: test_truth
1220
+ ---------------------------
1221
+  (0.2ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_db_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlado Cingel
@@ -87,6 +87,7 @@ files:
87
87
  - app/views/rails_db_info/tables/index.html.erb
88
88
  - app/views/rails_db_info/tables/show.html.erb
89
89
  - config/routes.rb
90
+ - lib/rails/routes.rb
90
91
  - lib/rails_db_info/engine.rb
91
92
  - lib/rails_db_info/table.rb
92
93
  - lib/rails_db_info/table_entries.rb