Flowdock

Notes posted by lzap

RSS feed
March 31, 2011
0 thanks

Test strings with match

To test a string use match, e.g.

"test".should match("test")
March 30, 2011 - (>= v3.0.0)
2 thanks

After filters are not called when exception occurs

Please note after filters are not executed when an exception occurs. You have to handle these situations explicitly.