just do it
My name is Chris Blackburn. I am the owner and principal engineer of internet software consulting firm CBCI (CBlackburn Consulting, Inc.).
I have been programming since 1989 for GE, Sprint, Net2Phone, DST, the Lee Company and many other small businesses.
My company uses Ruby on Rails to build solutions because it allows us to deliver stable projects much faster than other frameworks, and that makes us and our clients happy.
algorithms applescript bugs cards code errors howto mac mysql plugins rails ruby rubyonrails rubyprof snippets sourcecode terminal timings validation workarounds
Posted by Chris Blackburn Tue, 22 May 2007 23:46:00 GMT
Have you ever wanted to look at the call stack without raising an exception to do it?
caller.each {|c| puts c}