acts_as_starrable 0.0.1

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.
Files changed (76) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +46 -0
  4. data/app/assets/javascripts/application.js +15 -0
  5. data/app/assets/javascripts/jquery.rateit.min.js +2 -0
  6. data/app/assets/javascripts/starrable.js +35 -0
  7. data/app/assets/stylesheets/application.css +13 -0
  8. data/app/assets/stylesheets/rateit.css +98 -0
  9. data/app/controllers/application_controller.rb +5 -0
  10. data/app/controllers/ratings_controller.rb +15 -0
  11. data/app/helpers/application_helper.rb +5 -0
  12. data/app/views/layouts/application.html.erb +14 -0
  13. data/app/views/starrable/_stars.html.erb +6 -0
  14. data/config/routes.rb +4 -0
  15. data/lib/acts_as_starrable/engine.rb +13 -0
  16. data/lib/acts_as_starrable/rating.rb +10 -0
  17. data/lib/acts_as_starrable/starrable.rb +39 -0
  18. data/lib/acts_as_starrable/starrable_helper.rb +10 -0
  19. data/lib/acts_as_starrable/version.rb +4 -0
  20. data/lib/acts_as_starrable.rb +10 -0
  21. data/lib/generators/acts_as_starrable/migration/migration_generator.rb +40 -0
  22. data/lib/generators/acts_as_starrable/migration/templates/active_record/migration.rb +17 -0
  23. data/lib/tasks/acts_as_starrable_tasks.rake +4 -0
  24. data/spec/controllers/ratings_controller_spec.rb +35 -0
  25. data/spec/dummy/Gemfile +38 -0
  26. data/spec/dummy/Gemfile.lock +114 -0
  27. data/spec/dummy/README.rdoc +261 -0
  28. data/spec/dummy/Rakefile +7 -0
  29. data/spec/dummy/app/assets/images/rails.png +0 -0
  30. data/spec/dummy/app/assets/javascripts/application.js +15 -0
  31. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  32. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  33. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  34. data/spec/dummy/app/models/flick.rb +4 -0
  35. data/spec/dummy/app/models/user.rb +3 -0
  36. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  37. data/spec/dummy/config/application.rb +62 -0
  38. data/spec/dummy/config/boot.rb +6 -0
  39. data/spec/dummy/config/database.yml +25 -0
  40. data/spec/dummy/config/environment.rb +5 -0
  41. data/spec/dummy/config/environments/development.rb +37 -0
  42. data/spec/dummy/config/environments/production.rb +67 -0
  43. data/spec/dummy/config/environments/test.rb +37 -0
  44. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  45. data/spec/dummy/config/initializers/inflections.rb +15 -0
  46. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  47. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  48. data/spec/dummy/config/initializers/session_store.rb +8 -0
  49. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  50. data/spec/dummy/config/locales/en.yml +5 -0
  51. data/spec/dummy/config/routes.rb +58 -0
  52. data/spec/dummy/config.ru +4 -0
  53. data/spec/dummy/db/development.sqlite3 +0 -0
  54. data/spec/dummy/db/migrate/20140409035450_create_flicks.rb +9 -0
  55. data/spec/dummy/db/migrate/20140409041520_create_users.rb +9 -0
  56. data/spec/dummy/db/migrate/20140412132501_acts_as_starrable_migration.rb +16 -0
  57. data/spec/dummy/db/schema.rb +39 -0
  58. data/spec/dummy/db/seeds.rb +8 -0
  59. data/spec/dummy/db/test.sqlite3 +0 -0
  60. data/spec/dummy/doc/README_FOR_APP +2 -0
  61. data/spec/dummy/log/development.log +158 -0
  62. data/spec/dummy/log/test.log +627 -0
  63. data/spec/dummy/public/404.html +26 -0
  64. data/spec/dummy/public/422.html +26 -0
  65. data/spec/dummy/public/500.html +25 -0
  66. data/spec/dummy/public/favicon.ico +0 -0
  67. data/spec/dummy/public/index.html +241 -0
  68. data/spec/dummy/public/robots.txt +5 -0
  69. data/spec/dummy/script/rails +6 -0
  70. data/spec/dummy/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 +0 -0
  71. data/spec/dummy/tmp/cache/assets/E25/4C0/sprockets%2Fde2fd9fd11c04a582cdbbe3d84a35ae6 +0 -0
  72. data/spec/factories.rb +11 -0
  73. data/spec/models/flick_spec.rb +10 -0
  74. data/spec/models/user_spec.rb +10 -0
  75. data/spec/spec_helper.rb +30 -0
  76. metadata +301 -0
@@ -0,0 +1,627 @@
1
+ Connecting to database specified by database.yml
2
+ Connecting to database specified by database.yml
3
+ Connecting to database specified by database.yml
4
+ Connecting to database specified by database.yml
5
+ Connecting to database specified by database.yml
6
+ Connecting to database specified by database.yml
7
+ Connecting to database specified by database.yml
8
+ Connecting to database specified by database.yml
9
+ Connecting to database specified by database.yml
10
+ Connecting to database specified by database.yml
11
+  (0.5ms) begin transaction
12
+  (0.0ms) rollback transaction
13
+  (0.4ms) begin transaction
14
+  (0.0ms) rollback transaction
15
+ Connecting to database specified by database.yml
16
+  (0.5ms) begin transaction
17
+  (0.1ms) rollback transaction
18
+  (0.5ms) begin transaction
19
+  (0.0ms) rollback transaction
20
+  (0.4ms) begin transaction
21
+  (0.0ms) rollback transaction
22
+ Connecting to database specified by database.yml
23
+  (0.5ms) begin transaction
24
+  (0.0ms) SAVEPOINT active_record_1
25
+ SQL (53.7ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:13:15 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Wed, 09 Apr 2014 04:13:15 UTC +00:00]]
26
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27
+  (0.4ms) rollback transaction
28
+ Connecting to database specified by database.yml
29
+ Connecting to database specified by database.yml
30
+  (0.6ms) begin transaction
31
+  (0.0ms) SAVEPOINT active_record_1
32
+ SQL (8.1ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:18:51 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Wed, 09 Apr 2014 04:18:51 UTC +00:00]]
33
+  (0.1ms) RELEASE SAVEPOINT active_record_1
34
+  (0.4ms) rollback transaction
35
+  (0.1ms) begin transaction
36
+  (0.1ms) SAVEPOINT active_record_1
37
+ SQL (0.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:18:51 UTC +00:00], ["name", "Jim"], ["updated_at", Wed, 09 Apr 2014 04:18:51 UTC +00:00]]
38
+  (0.0ms) RELEASE SAVEPOINT active_record_1
39
+  (0.4ms) rollback transaction
40
+ Connecting to database specified by database.yml
41
+  (0.5ms) begin transaction
42
+  (0.0ms) SAVEPOINT active_record_1
43
+ SQL (7.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:19:56 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Wed, 09 Apr 2014 04:19:56 UTC +00:00]]
44
+  (0.0ms) RELEASE SAVEPOINT active_record_1
45
+  (0.4ms) rollback transaction
46
+  (0.1ms) begin transaction
47
+  (0.0ms) SAVEPOINT active_record_1
48
+ SQL (0.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:19:56 UTC +00:00], ["name", "Jim"], ["updated_at", Wed, 09 Apr 2014 04:19:56 UTC +00:00]]
49
+  (0.1ms) RELEASE SAVEPOINT active_record_1
50
+  (0.4ms) rollback transaction
51
+ Connecting to database specified by database.yml
52
+  (0.5ms) begin transaction
53
+  (0.0ms) SAVEPOINT active_record_1
54
+ SQL (8.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:24:49 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Wed, 09 Apr 2014 04:24:49 UTC +00:00]]
55
+  (0.1ms) RELEASE SAVEPOINT active_record_1
56
+  (0.4ms) rollback transaction
57
+  (0.0ms) begin transaction
58
+  (0.0ms) SAVEPOINT active_record_1
59
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:24:49 UTC +00:00], ["name", "Jim"], ["updated_at", Wed, 09 Apr 2014 04:24:49 UTC +00:00]]
60
+  (0.0ms) RELEASE SAVEPOINT active_record_1
61
+  (0.5ms) rollback transaction
62
+  (0.5ms) begin transaction
63
+  (0.0ms) SAVEPOINT active_record_1
64
+ SQL (6.8ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:25:22 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Wed, 09 Apr 2014 04:25:22 UTC +00:00]]
65
+  (0.0ms) RELEASE SAVEPOINT active_record_1
66
+  (0.4ms) rollback transaction
67
+  (0.1ms) begin transaction
68
+  (0.0ms) SAVEPOINT active_record_1
69
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:25:22 UTC +00:00], ["name", "Jim"], ["updated_at", Wed, 09 Apr 2014 04:25:22 UTC +00:00]]
70
+  (0.0ms) RELEASE SAVEPOINT active_record_1
71
+  (2.5ms) rollback transaction
72
+ Connecting to database specified by database.yml
73
+  (0.5ms) begin transaction
74
+  (0.0ms) SAVEPOINT active_record_1
75
+ SQL (8.7ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:25:35 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Wed, 09 Apr 2014 04:25:35 UTC +00:00]]
76
+  (0.1ms) RELEASE SAVEPOINT active_record_1
77
+  (0.7ms) rollback transaction
78
+  (0.1ms) begin transaction
79
+  (0.0ms) SAVEPOINT active_record_1
80
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:25:35 UTC +00:00], ["name", "Jim"], ["updated_at", Wed, 09 Apr 2014 04:25:35 UTC +00:00]]
81
+  (0.0ms) RELEASE SAVEPOINT active_record_1
82
+  (0.7ms) rollback transaction
83
+  (0.5ms) begin transaction
84
+  (0.0ms) SAVEPOINT active_record_1
85
+ SQL (7.5ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:26:00 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Wed, 09 Apr 2014 04:26:00 UTC +00:00]]
86
+  (0.0ms) RELEASE SAVEPOINT active_record_1
87
+  (26.8ms) rollback transaction
88
+  (0.1ms) begin transaction
89
+  (0.0ms) SAVEPOINT active_record_1
90
+ SQL (0.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:26:00 UTC +00:00], ["name", "Jim"], ["updated_at", Wed, 09 Apr 2014 04:26:00 UTC +00:00]]
91
+  (0.0ms) RELEASE SAVEPOINT active_record_1
92
+  (0.3ms) rollback transaction
93
+ Connecting to database specified by database.yml
94
+  (0.5ms) begin transaction
95
+  (0.0ms) SAVEPOINT active_record_1
96
+ SQL (7.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:26:13 UTC +00:00], ["name", "Jim"], ["updated_at", Wed, 09 Apr 2014 04:26:13 UTC +00:00]]
97
+  (0.0ms) RELEASE SAVEPOINT active_record_1
98
+  (0.4ms) rollback transaction
99
+  (0.1ms) begin transaction
100
+  (0.1ms) SAVEPOINT active_record_1
101
+ SQL (0.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 09 Apr 2014 04:26:13 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Wed, 09 Apr 2014 04:26:13 UTC +00:00]]
102
+  (0.1ms) RELEASE SAVEPOINT active_record_1
103
+  (0.4ms) rollback transaction
104
+ Connecting to database specified by database.yml
105
+  (0.4ms) begin transaction
106
+  (0.0ms) SAVEPOINT active_record_1
107
+ SQL (112.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:16:01 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:16:01 UTC +00:00]]
108
+  (0.1ms) RELEASE SAVEPOINT active_record_1
109
+  (0.3ms) rollback transaction
110
+  (0.0ms) begin transaction
111
+  (0.0ms) SAVEPOINT active_record_1
112
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:16:01 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:16:01 UTC +00:00]]
113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
114
+  (0.3ms) rollback transaction
115
+ Connecting to database specified by database.yml
116
+  (0.4ms) begin transaction
117
+  (0.0ms) SAVEPOINT active_record_1
118
+ SQL (29.2ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:19:23 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:19:23 UTC +00:00]]
119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
120
+  (0.3ms) rollback transaction
121
+  (0.0ms) begin transaction
122
+  (0.0ms) SAVEPOINT active_record_1
123
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:19:23 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:19:23 UTC +00:00]]
124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
125
+  (0.3ms) rollback transaction
126
+ Connecting to database specified by database.yml
127
+  (0.4ms) begin transaction
128
+  (0.0ms) SAVEPOINT active_record_1
129
+ SQL (6.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:32:13 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:32:13 UTC +00:00]]
130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
131
+  (0.5ms) rollback transaction
132
+  (0.0ms) begin transaction
133
+  (0.0ms) SAVEPOINT active_record_1
134
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:32:13 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:32:13 UTC +00:00]]
135
+  (0.0ms) RELEASE SAVEPOINT active_record_1
136
+  (0.3ms) rollback transaction
137
+ Connecting to database specified by database.yml
138
+ Connecting to database specified by database.yml
139
+  (0.5ms) begin transaction
140
+  (0.0ms) SAVEPOINT active_record_1
141
+ SQL (8.0ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:38:18 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:38:18 UTC +00:00]]
142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
143
+  (0.4ms) rollback transaction
144
+  (0.1ms) begin transaction
145
+  (0.0ms) SAVEPOINT active_record_1
146
+ SQL (0.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:38:18 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:38:18 UTC +00:00]]
147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
148
+  (0.4ms) rollback transaction
149
+  (0.5ms) begin transaction
150
+  (0.0ms) SAVEPOINT active_record_1
151
+ SQL (7.8ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:39:29 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:39:29 UTC +00:00]]
152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
153
+  (0.4ms) rollback transaction
154
+  (0.0ms) begin transaction
155
+  (0.0ms) SAVEPOINT active_record_1
156
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:39:29 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:39:29 UTC +00:00]]
157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
158
+  (0.4ms) rollback transaction
159
+ Connecting to database specified by database.yml
160
+  (0.5ms) begin transaction
161
+  (0.0ms) SAVEPOINT active_record_1
162
+ SQL (8.2ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:39:42 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:39:42 UTC +00:00]]
163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
164
+  (0.4ms) rollback transaction
165
+  (0.1ms) begin transaction
166
+  (0.0ms) SAVEPOINT active_record_1
167
+ SQL (0.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:39:42 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:39:42 UTC +00:00]]
168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
169
+  (0.4ms) rollback transaction
170
+ Connecting to database specified by database.yml
171
+  (0.6ms) begin transaction
172
+  (0.0ms) SAVEPOINT active_record_1
173
+ SQL (8.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:40:00 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:40:00 UTC +00:00]]
174
+  (0.0ms) RELEASE SAVEPOINT active_record_1
175
+  (0.4ms) rollback transaction
176
+  (0.1ms) begin transaction
177
+  (0.0ms) SAVEPOINT active_record_1
178
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:40:00 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:40:00 UTC +00:00]]
179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
180
+  (0.4ms) rollback transaction
181
+  (0.5ms) begin transaction
182
+  (0.0ms) SAVEPOINT active_record_1
183
+ SQL (7.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:40:17 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:40:17 UTC +00:00]]
184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
185
+  (0.4ms) rollback transaction
186
+  (0.1ms) begin transaction
187
+  (0.0ms) SAVEPOINT active_record_1
188
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:40:17 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:40:17 UTC +00:00]]
189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
190
+  (0.3ms) rollback transaction
191
+ Connecting to database specified by database.yml
192
+  (0.5ms) begin transaction
193
+  (0.0ms) SAVEPOINT active_record_1
194
+ SQL (8.2ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:42:00 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:42:00 UTC +00:00]]
195
+  (0.1ms) RELEASE SAVEPOINT active_record_1
196
+  (0.4ms) rollback transaction
197
+  (0.0ms) begin transaction
198
+  (0.0ms) SAVEPOINT active_record_1
199
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:42:00 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:42:00 UTC +00:00]]
200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
201
+  (0.3ms) rollback transaction
202
+ Connecting to database specified by database.yml
203
+  (0.5ms) begin transaction
204
+  (0.0ms) SAVEPOINT active_record_1
205
+ SQL (7.4ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:47:39 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:47:39 UTC +00:00]]
206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
207
+  (0.4ms) rollback transaction
208
+  (0.0ms) begin transaction
209
+  (0.0ms) SAVEPOINT active_record_1
210
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:47:39 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:47:39 UTC +00:00]]
211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
212
+  (2.0ms) rollback transaction
213
+ Connecting to database specified by database.yml
214
+  (0.5ms) begin transaction
215
+  (0.1ms) SAVEPOINT active_record_1
216
+ SQL (7.5ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:47:45 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:47:45 UTC +00:00]]
217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
218
+  (0.3ms) rollback transaction
219
+  (0.0ms) begin transaction
220
+  (0.0ms) SAVEPOINT active_record_1
221
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:47:45 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:47:45 UTC +00:00]]
222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
223
+  (0.4ms) rollback transaction
224
+ Connecting to database specified by database.yml
225
+  (0.4ms) begin transaction
226
+  (0.0ms) SAVEPOINT active_record_1
227
+ SQL (6.5ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:47:56 UTC +00:00], ["name", "Jim"], ["updated_at", Thu, 10 Apr 2014 01:47:56 UTC +00:00]]
228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
229
+  (0.3ms) rollback transaction
230
+  (0.0ms) begin transaction
231
+  (0.0ms) SAVEPOINT active_record_1
232
+ SQL (0.3ms) INSERT INTO "flicks" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 10 Apr 2014 01:47:56 UTC +00:00], ["name", "Back to the Future"], ["updated_at", Thu, 10 Apr 2014 01:47:56 UTC +00:00]]
233
+  (0.0ms) RELEASE SAVEPOINT active_record_1
234
+  (0.3ms) rollback transaction
235
+ Connecting to database specified by database.yml
236
+  (0.4ms) begin transaction
237
+  (0.0ms) rollback transaction
238
+  (0.0ms) begin transaction
239
+  (0.0ms) rollback transaction
240
+ Connecting to database specified by database.yml
241
+  (0.4ms) begin transaction
242
+  (0.1ms) rollback transaction
243
+  (0.0ms) begin transaction
244
+  (0.0ms) rollback transaction
245
+ Connecting to database specified by database.yml
246
+  (0.5ms) begin transaction
247
+  (0.1ms) rollback transaction
248
+  (0.0ms) begin transaction
249
+  (0.0ms) rollback transaction
250
+  (0.5ms) begin transaction
251
+  (0.1ms) rollback transaction
252
+  (0.0ms) begin transaction
253
+  (0.0ms) rollback transaction
254
+ Connecting to database specified by database.yml
255
+  (0.5ms) begin transaction
256
+  (0.1ms) rollback transaction
257
+  (0.1ms) begin transaction
258
+  (0.0ms) rollback transaction
259
+ Connecting to database specified by database.yml
260
+  (0.4ms) begin transaction
261
+  (0.0ms) rollback transaction
262
+  (0.0ms) begin transaction
263
+  (0.0ms) rollback transaction
264
+ Connecting to database specified by database.yml
265
+  (0.4ms) begin transaction
266
+  (0.1ms) rollback transaction
267
+  (0.0ms) begin transaction
268
+  (0.0ms) rollback transaction
269
+ Connecting to database specified by database.yml
270
+  (0.4ms) begin transaction
271
+  (0.0ms) rollback transaction
272
+ Connecting to database specified by database.yml
273
+  (0.4ms) begin transaction
274
+  (0.0ms) rollback transaction
275
+ Connecting to database specified by database.yml
276
+  (0.4ms) begin transaction
277
+  (0.0ms) rollback transaction
278
+ Connecting to database specified by database.yml
279
+  (0.4ms) begin transaction
280
+  (0.0ms) rollback transaction
281
+ Connecting to database specified by database.yml
282
+  (0.4ms) begin transaction
283
+  (0.0ms) rollback transaction
284
+ Connecting to database specified by database.yml
285
+  (0.4ms) begin transaction
286
+  (0.0ms) rollback transaction
287
+ Connecting to database specified by database.yml
288
+  (0.4ms) begin transaction
289
+  (0.0ms) rollback transaction
290
+ Connecting to database specified by database.yml
291
+  (0.4ms) begin transaction
292
+  (0.0ms) rollback transaction
293
+ Connecting to database specified by database.yml
294
+  (0.4ms) begin transaction
295
+ Processing by RatingsController#create as JSON
296
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
297
+ Completed 500 Internal Server Error in 3.1ms
298
+  (0.0ms) rollback transaction
299
+ Connecting to database specified by database.yml
300
+  (0.4ms) begin transaction
301
+ Processing by RatingsController#create as JSON
302
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
303
+ Completed 500 Internal Server Error in 2.8ms
304
+  (0.0ms) rollback transaction
305
+ Connecting to database specified by database.yml
306
+  (0.4ms) begin transaction
307
+ Processing by RatingsController#create as JSON
308
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
309
+ Completed 201 Created in 6.6ms (Views: 1.4ms | ActiveRecord: 4.9ms)
310
+  (0.0ms) rollback transaction
311
+  (0.0ms) begin transaction
312
+  (0.1ms) rollback transaction
313
+  (0.0ms) begin transaction
314
+  (0.0ms) rollback transaction
315
+ Connecting to database specified by database.yml
316
+ Connecting to database specified by database.yml
317
+ Connecting to database specified by database.yml
318
+  (0.4ms) begin transaction
319
+ Processing by RatingsController#create as JSON
320
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
321
+ Completed 201 Created in 3.6ms (Views: 1.4ms | ActiveRecord: 1.8ms)
322
+  (0.0ms) rollback transaction
323
+  (0.0ms) begin transaction
324
+  (0.1ms) rollback transaction
325
+  (0.0ms) begin transaction
326
+  (0.0ms) rollback transaction
327
+ Connecting to database specified by database.yml
328
+  (0.4ms) begin transaction
329
+ Processing by RatingsController#create as JSON
330
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
331
+ Completed 201 Created in 3.8ms (Views: 1.4ms | ActiveRecord: 2.0ms)
332
+  (0.0ms) rollback transaction
333
+  (0.0ms) begin transaction
334
+  (0.1ms) rollback transaction
335
+  (0.0ms) begin transaction
336
+  (0.1ms) rollback transaction
337
+ Connecting to database specified by database.yml
338
+  (0.4ms) begin transaction
339
+ Processing by RatingsController#create as JSON
340
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
341
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 1.9ms)
342
+  (0.0ms) rollback transaction
343
+  (0.0ms) begin transaction
344
+  (0.0ms) rollback transaction
345
+  (0.0ms) begin transaction
346
+  (0.0ms) rollback transaction
347
+ Connecting to database specified by database.yml
348
+  (0.4ms) begin transaction
349
+  (0.0ms) rollback transaction
350
+  (0.0ms) begin transaction
351
+  (0.0ms) rollback transaction
352
+  (0.0ms) begin transaction
353
+ Processing by RatingsController#create as JSON
354
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
355
+ Completed 201 Created in 1.6ms (Views: 1.1ms | ActiveRecord: 0.2ms)
356
+  (0.0ms) rollback transaction
357
+ Connecting to database specified by database.yml
358
+  (0.4ms) begin transaction
359
+ Processing by RatingsController#create as JSON
360
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
361
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 2.0ms)
362
+  (0.0ms) rollback transaction
363
+  (0.0ms) begin transaction
364
+ Processing by RatingsController#create as JSON
365
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
366
+ Completed 201 Created in 0.4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
367
+  (0.0ms) rollback transaction
368
+  (0.0ms) begin transaction
369
+  (0.0ms) rollback transaction
370
+  (0.0ms) begin transaction
371
+  (0.0ms) rollback transaction
372
+ Connecting to database specified by database.yml
373
+  (0.4ms) begin transaction
374
+ Processing by RatingsController#create as JSON
375
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
376
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 1.9ms)
377
+  (0.0ms) rollback transaction
378
+  (0.0ms) begin transaction
379
+ Processing by RatingsController#create as JSON
380
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
381
+ Completed 201 Created in 0.4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
382
+  (0.0ms) rollback transaction
383
+  (0.0ms) begin transaction
384
+  (0.0ms) rollback transaction
385
+  (0.0ms) begin transaction
386
+  (0.0ms) rollback transaction
387
+ Connecting to database specified by database.yml
388
+  (0.4ms) begin transaction
389
+ Processing by RatingsController#create as JSON
390
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
391
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 1.9ms)
392
+  (0.0ms) rollback transaction
393
+  (0.0ms) begin transaction
394
+ Processing by RatingsController#create as JSON
395
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
396
+ Completed 201 Created in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
397
+  (0.0ms) rollback transaction
398
+  (0.0ms) begin transaction
399
+  (0.0ms) rollback transaction
400
+  (0.0ms) begin transaction
401
+  (0.0ms) rollback transaction
402
+ Connecting to database specified by database.yml
403
+  (0.4ms) begin transaction
404
+ Processing by RatingsController#create as JSON
405
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
406
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 1.9ms)
407
+  (0.1ms) rollback transaction
408
+  (0.0ms) begin transaction
409
+ Processing by RatingsController#create as JSON
410
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
411
+ Completed 201 Created in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
412
+  (0.0ms) rollback transaction
413
+  (0.0ms) begin transaction
414
+  (0.0ms) rollback transaction
415
+  (0.0ms) begin transaction
416
+  (0.0ms) rollback transaction
417
+ Connecting to database specified by database.yml
418
+  (0.4ms) begin transaction
419
+ Processing by RatingsController#create as JSON
420
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
421
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 1.9ms)
422
+  (0.0ms) rollback transaction
423
+  (0.0ms) begin transaction
424
+ Processing by RatingsController#create as JSON
425
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
426
+ Completed 201 Created in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
427
+  (0.0ms) rollback transaction
428
+  (0.0ms) begin transaction
429
+  (0.0ms) rollback transaction
430
+  (0.0ms) begin transaction
431
+  (0.0ms) rollback transaction
432
+ Connecting to database specified by database.yml
433
+  (0.4ms) begin transaction
434
+  (0.0ms) rollback transaction
435
+  (0.0ms) begin transaction
436
+  (0.1ms) rollback transaction
437
+  (0.0ms) begin transaction
438
+ Processing by RatingsController#create as JSON
439
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
440
+ Completed 201 Created in 1.6ms (Views: 1.0ms | ActiveRecord: 0.2ms)
441
+  (0.0ms) rollback transaction
442
+  (0.0ms) begin transaction
443
+ Processing by RatingsController#create as JSON
444
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
445
+ Completed 201 Created in 0.4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
446
+  (0.1ms) rollback transaction
447
+ Connecting to database specified by database.yml
448
+  (0.4ms) begin transaction
449
+ Processing by RatingsController#create as JSON
450
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
451
+ Completed 201 Created in 3.8ms (Views: 1.4ms | ActiveRecord: 2.0ms)
452
+  (0.1ms) rollback transaction
453
+  (0.0ms) begin transaction
454
+ Processing by RatingsController#create as JSON
455
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
456
+ Completed 201 Created in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
457
+  (0.0ms) rollback transaction
458
+  (0.0ms) begin transaction
459
+  (0.0ms) rollback transaction
460
+  (0.0ms) begin transaction
461
+  (0.0ms) rollback transaction
462
+ Connecting to database specified by database.yml
463
+  (0.4ms) begin transaction
464
+  (0.0ms) rollback transaction
465
+  (0.0ms) begin transaction
466
+ Processing by RatingsController#create as JSON
467
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
468
+ Completed 201 Created in 1.6ms (Views: 1.1ms | ActiveRecord: 0.2ms)
469
+  (0.0ms) rollback transaction
470
+  (0.0ms) begin transaction
471
+ Processing by RatingsController#create as JSON
472
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
473
+ Completed 201 Created in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
474
+  (0.0ms) rollback transaction
475
+  (0.0ms) begin transaction
476
+  (0.0ms) rollback transaction
477
+ Connecting to database specified by database.yml
478
+  (0.4ms) begin transaction
479
+  (0.0ms) rollback transaction
480
+  (0.0ms) begin transaction
481
+  (0.1ms) rollback transaction
482
+  (0.0ms) begin transaction
483
+ Processing by RatingsController#create as JSON
484
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
485
+ Completed 201 Created in 1.6ms (Views: 1.0ms | ActiveRecord: 0.2ms)
486
+  (0.0ms) rollback transaction
487
+  (0.0ms) begin transaction
488
+ Processing by RatingsController#create as JSON
489
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
490
+ Completed 201 Created in 0.4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
491
+  (0.1ms) rollback transaction
492
+ Connecting to database specified by database.yml
493
+  (0.4ms) begin transaction
494
+ Processing by RatingsController#create as JSON
495
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
496
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 2.0ms)
497
+  (0.1ms) rollback transaction
498
+  (0.0ms) begin transaction
499
+ Processing by RatingsController#create as JSON
500
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
501
+ Completed 201 Created in 0.4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
502
+  (0.0ms) rollback transaction
503
+  (0.0ms) begin transaction
504
+  (0.0ms) rollback transaction
505
+  (0.0ms) begin transaction
506
+  (0.0ms) rollback transaction
507
+ Connecting to database specified by database.yml
508
+  (0.4ms) begin transaction
509
+ Processing by RatingsController#create as JSON
510
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
511
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 2.0ms)
512
+  (0.1ms) rollback transaction
513
+  (0.0ms) begin transaction
514
+ Processing by RatingsController#create as JSON
515
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
516
+ Completed 201 Created in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
517
+  (0.0ms) rollback transaction
518
+  (0.0ms) begin transaction
519
+  (0.0ms) rollback transaction
520
+  (0.0ms) begin transaction
521
+  (0.0ms) rollback transaction
522
+ Connecting to database specified by database.yml
523
+  (0.4ms) begin transaction
524
+ Processing by RatingsController#create as JSON
525
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
526
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 1.9ms)
527
+  (0.1ms) rollback transaction
528
+  (0.0ms) begin transaction
529
+ Processing by RatingsController#create as JSON
530
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
531
+ Completed 201 Created in 0.4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
532
+  (0.0ms) rollback transaction
533
+  (0.0ms) begin transaction
534
+  (0.0ms) rollback transaction
535
+  (0.0ms) begin transaction
536
+  (0.0ms) rollback transaction
537
+ Connecting to database specified by database.yml
538
+  (0.4ms) begin transaction
539
+ Processing by RatingsController#create as JSON
540
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
541
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 1.9ms)
542
+  (0.0ms) rollback transaction
543
+  (0.0ms) begin transaction
544
+ Processing by RatingsController#create as JSON
545
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
546
+ Completed 201 Created in 0.4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
547
+  (0.0ms) rollback transaction
548
+  (0.0ms) begin transaction
549
+  (0.0ms) rollback transaction
550
+  (0.0ms) begin transaction
551
+  (0.0ms) rollback transaction
552
+ Connecting to database specified by database.yml
553
+  (0.4ms) begin transaction
554
+  (0.0ms) rollback transaction
555
+  (0.0ms) begin transaction
556
+  (0.1ms) rollback transaction
557
+  (0.0ms) begin transaction
558
+ Processing by RatingsController#create as JSON
559
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
560
+ Completed 201 Created in 1.6ms (Views: 1.0ms | ActiveRecord: 0.2ms)
561
+  (0.0ms) rollback transaction
562
+  (0.0ms) begin transaction
563
+ Processing by RatingsController#create as JSON
564
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
565
+ Completed 201 Created in 0.4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
566
+  (0.1ms) rollback transaction
567
+ Connecting to database specified by database.yml
568
+  (0.4ms) begin transaction
569
+ Processing by RatingsController#create as JSON
570
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
571
+ Completed 201 Created in 3.7ms (Views: 1.4ms | ActiveRecord: 1.9ms)
572
+  (0.0ms) rollback transaction
573
+  (0.0ms) begin transaction
574
+ Processing by RatingsController#create as JSON
575
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
576
+ Completed 201 Created in 0.4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
577
+  (0.0ms) rollback transaction
578
+  (0.0ms) begin transaction
579
+  (0.0ms) rollback transaction
580
+  (0.0ms) begin transaction
581
+  (0.0ms) rollback transaction
582
+ Connecting to database specified by database.yml
583
+  (0.4ms) begin transaction
584
+  (0.0ms) rollback transaction
585
+  (0.0ms) begin transaction
586
+  (0.1ms) rollback transaction
587
+  (0.0ms) begin transaction
588
+ Processing by RatingsController#create as JSON
589
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
590
+ Completed 201 Created in 1.6ms (Views: 1.1ms | ActiveRecord: 0.2ms)
591
+  (0.0ms) rollback transaction
592
+  (0.0ms) begin transaction
593
+ Processing by RatingsController#create as JSON
594
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
595
+ Completed 500 Internal Server Error in 0.2ms
596
+  (0.0ms) rollback transaction
597
+ Connecting to database specified by database.yml
598
+  (0.4ms) begin transaction
599
+  (0.0ms) rollback transaction
600
+  (0.0ms) begin transaction
601
+  (0.1ms) rollback transaction
602
+  (0.0ms) begin transaction
603
+ Processing by RatingsController#create as JSON
604
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
605
+ Completed 201 Created in 1.6ms (Views: 1.0ms | ActiveRecord: 0.2ms)
606
+  (0.0ms) rollback transaction
607
+  (0.0ms) begin transaction
608
+ Processing by RatingsController#create as JSON
609
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
610
+ Completed 422 Unprocessable Entity in 0.3ms (Views: 0.1ms | ActiveRecord: 0.0ms)
611
+  (0.0ms) rollback transaction
612
+ Connecting to database specified by database.yml
613
+ Connecting to database specified by database.yml
614
+  (0.4ms) begin transaction
615
+  (0.0ms) rollback transaction
616
+  (0.0ms) begin transaction
617
+ Processing by RatingsController#create as JSON
618
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
619
+ Completed 422 Unprocessable Entity in 0.5ms (Views: 0.2ms | ActiveRecord: 0.0ms)
620
+  (0.1ms) rollback transaction
621
+  (0.0ms) begin transaction
622
+ Processing by RatingsController#create as JSON
623
+ Parameters: {"rating"=>{"id"=>"1", "stype"=>"Flick", "value"=>"2.5"}}
624
+ Completed 201 Created in 1.4ms (Views: 1.0ms | ActiveRecord: 0.2ms)
625
+  (0.0ms) rollback transaction
626
+  (0.0ms) begin transaction
627
+  (0.0ms) rollback transaction