Blog (current_release)
A few days ago I discovered Padrino, an excellent ruby framework built on top of Sinatra. What can be a better than experimenting with it? Build an actual website with it!
So last night I ported Wuit.com from using vanilla PHP + Flourish to using Padrino + DataMapper + Haml.
The entire porting experience was positive, albeit the website only has two pages.
I did encounter a strange problem with Capistrano though - both current_release and latest_release were giving me strange results. In the e...