There is a very noticeable difference in application initiation time between running my specs from the command line with ruby 1.9.x vs. 1.8.7.My application initiates much faster with ruby 1.8.7 than
I recently migrating my ASP.Net MVC 1 application from VS.Net 2008 / C# 3.5 to VS.NET 2010 / C# 4.0. I massively used a builder to get URL strings from the strongly typed calls.