glow 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. data/.gitignore +7 -0
  2. data/Gemfile +14 -0
  3. data/Gemfile.lock +97 -0
  4. data/glow.gemspec +29 -0
  5. data/lib/glow/engine.rb +4 -2
  6. data/lib/glow/railtie.rb +4 -2
  7. data/lib/glow/version.rb +1 -1
  8. data/src/glow.coffee +12 -0
  9. data/test/rails3/.rspec +1 -0
  10. data/test/rails3/Gemfile.lock +1 -1
  11. data/test/rails3/log/.gitkeep +0 -0
  12. data/test/rails3/spec/controllers/.flash_controller_spec.rb.swn +0 -0
  13. data/test/rails3/spec/controllers/.flash_controller_spec.rb.swo +0 -0
  14. data/test/rails31/.gitignore +5 -0
  15. data/test/rails31/Gemfile.lock +1 -1
  16. data/test/rails31/log/.gitkeep +0 -0
  17. data/test/rails31/spec/controllers/.flash_controller_spec.rb.swn +0 -0
  18. data/test/rails31/spec/controllers/.flash_controller_spec.rb.swo +0 -0
  19. metadata +49 -60
  20. data/test/rails3/log/development.log +0 -1629
  21. data/test/rails3/log/test.log +0 -1225
  22. data/test/rails31/log/development.log +0 -59
  23. data/test/rails31/log/test.log +0 -289
  24. data/test/rails31/tmp/cache/assets/CC6/400/sprockets%2Ffc6d386e5a58972d13920c9cd2528768 +0 -0
  25. data/test/rails31/tmp/cache/assets/CD8/F20/sprockets%2Fd66a691d6f63c00b6b0025ec732734c9 +0 -0
  26. data/test/rails31/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 +0 -0
  27. data/test/rails31/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  28. data/test/rails31/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
  29. data/test/rails31/tmp/cache/assets/D5F/DC0/sprockets%2F3bdad2a5487de08b16ac12dcd8411538 +0 -0
  30. data/test/rails31/tmp/cache/assets/D61/A80/sprockets%2Fa4b21f72f1e092ec190a2fc0d679c4c3 +0 -0
  31. data/test/rails31/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  32. data/test/rails31/tmp/cache/assets/DA0/D40/sprockets%2Fa7b4ee1a4cf4cc742c0d968b2f40c779 +0 -0
  33. data/test/rails31/tmp/cache/assets/DB8/BB0/sprockets%2Fca4a6e5b550132e2e7e5ebd40dcc55a0 +0 -0
  34. data/test/rails31/tmp/cache/assets/DD8/AF0/sprockets%2F4297f5a02e59cff78bd076afd7b7faa1 +0 -0
  35. data/test/rails31/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
@@ -1,59 +0,0 @@
1
-
2
-
3
- Started GET "/" for 127.0.0.1 at 2011-09-02 12:08:01 +0200
4
- Processing by FlashController#show as HTML
5
- Rendered flash/show.html.erb within layouts/application (33.3ms)
6
- Compiled application.css (2ms) (pid 91779)
7
- Compiled application.js (33ms) (pid 91779)
8
- Compiled jquery.js (16ms) (pid 91779)
9
- Compiled jquery_ujs.js (1ms) (pid 91779)
10
- Compiled glow.js (684ms) (pid 91779)
11
- Completed 200 OK in 1047ms (Views: 1046.6ms)
12
-
13
-
14
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-09-02 12:08:03 +0200
15
- Served asset /jquery.js - 200 OK (53ms)
16
-
17
-
18
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-09-02 12:08:03 +0200
19
- Served asset /jquery_ujs.js - 200 OK (78ms)
20
-
21
-
22
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-09-02 12:08:03 +0200
23
- Served asset /application.css - 200 OK (51ms)
24
-
25
-
26
- Started GET "/assets/glow.js?body=1" for 127.0.0.1 at 2011-09-02 12:08:03 +0200
27
- Compiled glow.js (29ms) (pid 91779)
28
- Served asset /glow.js - 200 OK (51ms)
29
-
30
-
31
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-09-02 12:08:03 +0200
32
- Served asset /application.js - 200 OK (109ms)
33
-
34
-
35
- Started GET "/flashajax/notice?message=rails+ajax%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-02 12:08:05 +0200
36
- Processing by FlashController#ajax as JS
37
- Parameters: {"message"=>"rails ajax: ✓ ", "type"=>"notice"}
38
- Rendered flash/ajax.js.erb (1.0ms)
39
- Completed 200 OK in 108ms (Views: 106.6ms)
40
-
41
-
42
- Started GET "/flashajax/notice.js?message=jquery+utf8%3A+%E2%9C%93" for 127.0.0.1 at 2011-09-02 12:08:07 +0200
43
- Processing by FlashController#ajax as JS
44
- Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
45
- Rendered flash/ajax.js.erb (0.1ms)
46
- Completed 200 OK in 12ms (Views: 11.2ms)
47
-
48
-
49
- Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-02 12:08:09 +0200
50
- Processing by FlashController#redirect as HTML
51
- Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
52
- Redirected to http://localhost:3000/flash
53
- Completed 302 Found in 2ms
54
-
55
-
56
- Started GET "/flash" for 127.0.0.1 at 2011-09-02 12:08:09 +0200
57
- Processing by FlashController#show as HTML
58
- Rendered flash/show.html.erb within layouts/application (3.7ms)
59
- Completed 200 OK in 16ms (Views: 15.0ms)
@@ -1,289 +0,0 @@
1
- Processing by FlashController#redirect as HTML
2
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
3
- Redirected to http://test.host/flash
4
- Completed 302 Found in 2ms
5
- Processing by FlashController#ajax as JS
6
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
7
- Completed 200 OK in 285ms (Views: 284.2ms)
8
- Processing by FlashController#ajax as JS
9
- Parameters: {"message"=>"utf8: ✓", "type"=>"notice"}
10
- Completed 200 OK in 3ms (Views: 2.2ms)
11
-
12
-
13
- Started GET "/assets/rails.png" for 127.0.0.1 at 2011-09-02 11:52:36 +0200
14
- Served asset /rails.png - 200 OK (35ms)
15
- Processing by FlashController#redirect as HTML
16
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
17
- Redirected to http://test.host/flash
18
- Completed 302 Found in 2ms
19
- Processing by FlashController#ajax as JS
20
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
21
- Completed 200 OK in 211ms (Views: 209.6ms)
22
- Processing by FlashController#ajax as JS
23
- Parameters: {"message"=>"utf8: ✓", "type"=>"notice"}
24
- Completed 200 OK in 3ms (Views: 2.3ms)
25
-
26
-
27
- Started GET "/" for 127.0.0.1 at 2011-09-02 11:53:29 +0200
28
- Processing by FlashController#show as HTML
29
- Completed 200 OK in 25ms (Views: 24.1ms)
30
-
31
-
32
- Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-02 11:53:30 +0200
33
- Compiled application.js (26ms) (pid 91635)
34
- Compiled jquery.js (22ms) (pid 91635)
35
- Compiled jquery_ujs.js (1ms) (pid 91635)
36
- Compiled glow.js (604ms) (pid 91635)
37
- Served asset /application.js - 200 OK (719ms)
38
-
39
-
40
- Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-02 11:53:30 +0200
41
- Compiled application.css (42ms) (pid 91635)
42
- Served asset /application.css - 200 OK (60ms)
43
-
44
-
45
- Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-02 11:53:31 +0200
46
- Processing by FlashController#redirect as HTML
47
- Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
48
- Redirected to http://127.0.0.1:54436/flash
49
- Completed 302 Found in 2ms
50
-
51
-
52
- Started GET "/flash" for 127.0.0.1 at 2011-09-02 11:53:31 +0200
53
- Processing by FlashController#show as HTML
54
- Completed 200 OK in 8ms (Views: 7.3ms)
55
-
56
-
57
- Started GET "/" for 127.0.0.1 at 2011-09-02 11:53:43 +0200
58
- Processing by FlashController#show as HTML
59
- Completed 200 OK in 6ms (Views: 5.3ms)
60
-
61
-
62
- Started GET "/flashajax/notice.js?message=jquery+utf8%3A+%E2%9C%93" for 127.0.0.1 at 2011-09-02 11:53:43 +0200
63
- Processing by FlashController#ajax as JS
64
- Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
65
- Completed 200 OK in 3ms (Views: 2.3ms)
66
- Processing by FlashController#redirect as HTML
67
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
68
- Redirected to http://test.host/flash
69
- Completed 302 Found in 2ms
70
- Processing by FlashController#ajax as JS
71
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
72
- Completed 200 OK in 203ms (Views: 201.8ms)
73
- Processing by FlashController#ajax as JS
74
- Parameters: {"message"=>"utf8: ✓", "type"=>"notice"}
75
- Completed 200 OK in 3ms (Views: 2.2ms)
76
-
77
-
78
- Started GET "/" for 127.0.0.1 at 2011-09-02 12:09:37 +0200
79
- Processing by FlashController#show as HTML
80
- Completed 200 OK in 81ms (Views: 79.9ms)
81
-
82
-
83
- Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-02 12:09:38 +0200
84
- Compiled application.js (12ms) (pid 91840)
85
- Compiled jquery.js (5ms) (pid 91840)
86
- Compiled jquery_ujs.js (1ms) (pid 91840)
87
- Compiled glow.js (428ms) (pid 91840)
88
- Served asset /application.js - 200 OK (541ms)
89
-
90
-
91
- Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-02 12:09:38 +0200
92
- Compiled application.css (2ms) (pid 91840)
93
- Served asset /application.css - 200 OK (13ms)
94
-
95
-
96
- Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-02 12:09:39 +0200
97
- Processing by FlashController#redirect as HTML
98
- Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
99
- Redirected to http://127.0.0.1:54664/flash
100
- Completed 302 Found in 3ms
101
-
102
-
103
- Started GET "/flash" for 127.0.0.1 at 2011-09-02 12:09:39 +0200
104
- Processing by FlashController#show as HTML
105
- Completed 200 OK in 6ms (Views: 6.0ms)
106
- Processing by FlashController#redirect as HTML
107
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
108
- Redirected to http://test.host/flash
109
- Completed 302 Found in 2ms
110
- Processing by FlashController#ajax as JS
111
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
112
- Completed 200 OK in 261ms (Views: 259.5ms)
113
- Processing by FlashController#ajax as JS
114
- Parameters: {"message"=>"utf8: ✓", "type"=>"notice"}
115
- Completed 200 OK in 3ms (Views: 2.3ms)
116
-
117
-
118
- Started GET "/" for 127.0.0.1 at 2011-09-02 12:10:20 +0200
119
- Processing by FlashController#show as HTML
120
- Completed 200 OK in 15ms (Views: 13.6ms)
121
-
122
-
123
- Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-02 12:10:21 +0200
124
- Served asset /application.css - 200 OK (10ms)
125
-
126
-
127
- Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-02 12:10:21 +0200
128
- Served asset /application.js - 200 OK (21ms)
129
-
130
-
131
- Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-02 12:10:21 +0200
132
- Processing by FlashController#redirect as HTML
133
- Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
134
- Redirected to http://127.0.0.1:54711/flash
135
- Completed 302 Found in 2ms
136
-
137
-
138
- Started GET "/flash" for 127.0.0.1 at 2011-09-02 12:10:21 +0200
139
- Processing by FlashController#show as HTML
140
- Completed 200 OK in 6ms (Views: 5.4ms)
141
-
142
-
143
- Started GET "/" for 127.0.0.1 at 2011-09-02 12:10:42 +0200
144
- Processing by FlashController#show as HTML
145
- Completed 200 OK in 35ms (Views: 34.3ms)
146
-
147
-
148
- Started GET "/flashajax/notice.js?message=jquery+utf8%3A+%E2%9C%93" for 127.0.0.1 at 2011-09-02 12:10:42 +0200
149
- Processing by FlashController#ajax as JS
150
- Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
151
- Completed 200 OK in 3ms (Views: 2.2ms)
152
- Processing by FlashController#redirect as HTML
153
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
154
- Redirected to http://test.host/flash
155
- Completed 302 Found in 3ms
156
- Processing by FlashController#ajax as JS
157
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
158
- Completed 200 OK in 373ms (Views: 372.2ms)
159
- Processing by FlashController#ajax as JS
160
- Parameters: {"message"=>"utf8: ✓", "type"=>"notice"}
161
- Completed 200 OK in 3ms (Views: 2.4ms)
162
-
163
-
164
- Started GET "/" for 127.0.0.1 at 2011-09-07 15:17:39 +0200
165
- Processing by FlashController#show as HTML
166
- Completed 200 OK in 75ms (Views: 73.9ms)
167
-
168
-
169
- Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-07 15:17:39 +0200
170
- Served asset /application.js - 200 OK (261ms)
171
-
172
-
173
- Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-07 15:17:40 +0200
174
- Served asset /application.css - 200 OK (21ms)
175
-
176
-
177
- Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-07 15:17:41 +0200
178
- Processing by FlashController#redirect as HTML
179
- Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
180
- Redirected to http://127.0.0.1:55459/flash
181
- Completed 302 Found in 3ms
182
-
183
-
184
- Started GET "/flash" for 127.0.0.1 at 2011-09-07 15:17:41 +0200
185
- Processing by FlashController#show as HTML
186
- Completed 200 OK in 7ms (Views: 7.2ms)
187
-
188
-
189
- Started GET "/" for 127.0.0.1 at 2011-09-07 15:18:05 +0200
190
- Processing by FlashController#show as HTML
191
- Completed 200 OK in 7ms (Views: 6.5ms)
192
-
193
-
194
- Started GET "/flashajax/notice.js?message=jquery+utf8%3A+%E2%9C%93" for 127.0.0.1 at 2011-09-07 15:18:07 +0200
195
- Processing by FlashController#ajax as JS
196
- Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
197
- Completed 200 OK in 8ms (Views: 7.2ms)
198
- Processing by FlashController#redirect as HTML
199
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
200
- Redirected to http://test.host/flash
201
- Completed 302 Found in 2ms
202
- Processing by FlashController#ajax as JS
203
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
204
- Completed 200 OK in 306ms (Views: 305.3ms)
205
- Processing by FlashController#ajax as JS
206
- Parameters: {"message"=>"utf8: ✓", "type"=>"notice"}
207
- Completed 200 OK in 3ms (Views: 2.2ms)
208
-
209
-
210
- Started GET "/" for 127.0.0.1 at 2011-09-19 12:06:14 +0200
211
- Processing by FlashController#show as HTML
212
- Completed 200 OK in 39ms (Views: 37.9ms)
213
-
214
-
215
- Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-19 12:06:14 +0200
216
- Served asset /application.css - 200 OK (21ms)
217
-
218
-
219
- Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-19 12:06:14 +0200
220
- Served asset /application.js - 200 OK (69ms)
221
-
222
-
223
- Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-19 12:06:15 +0200
224
- Processing by FlashController#redirect as HTML
225
- Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
226
- Redirected to http://127.0.0.1:60384/flash
227
- Completed 302 Found in 2ms
228
-
229
-
230
- Started GET "/flash" for 127.0.0.1 at 2011-09-19 12:06:15 +0200
231
- Processing by FlashController#show as HTML
232
- Completed 200 OK in 35ms (Views: 35.2ms)
233
-
234
-
235
- Started GET "/" for 127.0.0.1 at 2011-09-19 12:06:26 +0200
236
- Processing by FlashController#show as HTML
237
- Completed 200 OK in 6ms (Views: 6.1ms)
238
-
239
-
240
- Started GET "/flashajax/notice.js?message=jquery+utf8%3A+%E2%9C%93" for 127.0.0.1 at 2011-09-19 12:06:26 +0200
241
- Processing by FlashController#ajax as JS
242
- Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
243
- Completed 200 OK in 3ms (Views: 2.1ms)
244
- Processing by FlashController#redirect as HTML
245
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
246
- Redirected to http://test.host/flash
247
- Completed 302 Found in 3ms
248
- Processing by FlashController#ajax as JS
249
- Parameters: {"message"=>"Glow!", "type"=>"notice"}
250
- Completed 200 OK in 220ms (Views: 218.6ms)
251
- Processing by FlashController#ajax as JS
252
- Parameters: {"message"=>"utf8: ✓", "type"=>"notice"}
253
- Completed 200 OK in 3ms (Views: 2.2ms)
254
-
255
-
256
- Started GET "/" for 127.0.0.1 at 2011-09-19 13:42:27 +0200
257
- Processing by FlashController#show as HTML
258
- Completed 200 OK in 50ms (Views: 49.0ms)
259
-
260
-
261
- Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-19 13:42:27 +0200
262
- Served asset /application.js - 200 OK (111ms)
263
-
264
-
265
- Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-19 13:42:27 +0200
266
- Served asset /application.css - 200 OK (28ms)
267
-
268
-
269
- Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-19 13:42:28 +0200
270
- Processing by FlashController#redirect as HTML
271
- Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
272
- Redirected to http://127.0.0.1:60901/flash
273
- Completed 302 Found in 2ms
274
-
275
-
276
- Started GET "/flash" for 127.0.0.1 at 2011-09-19 13:42:28 +0200
277
- Processing by FlashController#show as HTML
278
- Completed 200 OK in 15ms (Views: 15.2ms)
279
-
280
-
281
- Started GET "/" for 127.0.0.1 at 2011-09-19 13:42:42 +0200
282
- Processing by FlashController#show as HTML
283
- Completed 200 OK in 10ms (Views: 10.0ms)
284
-
285
-
286
- Started GET "/flashajax/notice.js?message=jquery+utf8%3A+%E2%9C%93" for 127.0.0.1 at 2011-09-19 13:42:42 +0200
287
- Processing by FlashController#ajax as JS
288
- Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
289
- Completed 200 OK in 3ms (Views: 2.2ms)