jump to navigation

Code Tip – Delete all Rails Sessions July 21, 2008

Posted by adamw523 in code, development.
add a comment

Never can remember this one:
CGI::Session::ActiveRecordStore::Session.destroy_all

Reggy – OS X Regular Expression Tool May 14, 2008

Posted by adamw523 in development, mac.
2 comments

Simple Regular Expression Matching

I’ve been searching for a simple regular expression matching tool for quite a while. But, I never thought of searching the Apple software directory. Until now….

Reggy has helped me out a few times already, and many more times to come, I’m sure. Now, gotta learn some Objective-C to try to add a feature or two. First one that comes to mind… Show each multiple match individually… Should be pretty easy, right?