test/rails31/log/test.log in glow-0.0.3 vs test/rails31/log/test.log in glow-0.0.4
- old
+ new
@@ -147,5 +147,51 @@
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
Processing by FlashController#ajax as JS
Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
Completed 200 OK in 3ms (Views: 2.2ms)
+ Processing by FlashController#redirect as HTML
+ Parameters: {"message"=>"Glow!", "type"=>"notice"}
+Redirected to http://test.host/flash
+Completed 302 Found in 3ms
+ Processing by FlashController#ajax as JS
+ Parameters: {"message"=>"Glow!", "type"=>"notice"}
+Completed 200 OK in 373ms (Views: 372.2ms)
+ Processing by FlashController#ajax as JS
+ Parameters: {"message"=>"utf8: ✓", "type"=>"notice"}
+Completed 200 OK in 3ms (Views: 2.4ms)
+
+
+Started GET "/" for 127.0.0.1 at 2011-09-07 15:17:39 +0200
+ Processing by FlashController#show as HTML
+Completed 200 OK in 75ms (Views: 73.9ms)
+
+
+Started GET "/assets/application.js" for 127.0.0.1 at 2011-09-07 15:17:39 +0200
+Served asset /application.js - 200 OK (261ms)
+
+
+Started GET "/assets/application.css" for 127.0.0.1 at 2011-09-07 15:17:40 +0200
+Served asset /application.css - 200 OK (21ms)
+
+
+Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-07 15:17:41 +0200
+ Processing by FlashController#redirect as HTML
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
+Redirected to http://127.0.0.1:55459/flash
+Completed 302 Found in 3ms
+
+
+Started GET "/flash" for 127.0.0.1 at 2011-09-07 15:17:41 +0200
+ Processing by FlashController#show as HTML
+Completed 200 OK in 7ms (Views: 7.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2011-09-07 15:18:05 +0200
+ Processing by FlashController#show as HTML
+Completed 200 OK in 7ms (Views: 6.5ms)
+
+
+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
+ Processing by FlashController#ajax as JS
+ Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
+Completed 200 OK in 8ms (Views: 7.2ms)