test/rails3/log/test.log in glow-0.0.3 vs test/rails3/log/test.log in glow-0.0.4
- old
+ new
@@ -1107,5 +1107,43 @@
Started GET "/flashajax/notice.js?message=jquery+utf8%3A+%E2%9C%93" for 127.0.0.1 at 2011-08-30 16:10:44 +0200
Processing by FlashController#ajax as JS
Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
Completed 200 OK in 3ms (Views: 2.3ms)
+ Processing by FlashController#redirect as HTML
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
+Redirected to http://test.host/flash
+Completed 302 Found in 2ms
+ Processing by FlashController#ajax as JS
+ Parameters: {"message"=>"Glow!", "type"=>:notice}
+Completed 200 OK in 167ms (Views: 165.4ms)
+ Processing by FlashController#ajax as JS
+ Parameters: {"message"=>"utf8: ✓", "type"=>:notice}
+Completed 200 OK in 4ms (Views: 3.2ms)
+
+
+Started GET "/" for 127.0.0.1 at 2011-09-07 15:15:07 +0200
+ Processing by FlashController#show as HTML
+Completed 200 OK in 105ms (Views: 104.2ms)
+
+
+Started GET "/flash/notice?message=utf8%3A+%E2%9C%93+" for 127.0.0.1 at 2011-09-07 15:15:09 +0200
+ Processing by FlashController#redirect as HTML
+ Parameters: {"message"=>"utf8: ✓ ", "type"=>"notice"}
+Redirected to http://127.0.0.1:55372/flash
+Completed 302 Found in 2ms
+
+
+Started GET "/flash" for 127.0.0.1 at 2011-09-07 15:15:10 +0200
+ Processing by FlashController#show as HTML
+Completed 200 OK in 6ms (Views: 5.8ms)
+
+
+Started GET "/" for 127.0.0.1 at 2011-09-07 15:15:26 +0200
+ Processing by FlashController#show as HTML
+Completed 200 OK in 6ms (Views: 5.9ms)
+
+
+Started GET "/flashajax/notice.js?message=jquery+utf8%3A+%E2%9C%93" for 127.0.0.1 at 2011-09-07 15:15:27 +0200
+ Processing by FlashController#ajax as JS
+ Parameters: {"message"=>"jquery utf8: ✓", "type"=>"notice"}
+Completed 200 OK in 3ms (Views: 2.2ms)