Archive for November, 2007

Trying out Sinatra on Windows

I saw a lot of buzz about the new Sinatra web framework and decided I’d give it a try. I have a client now that has a simple site they need up now and then I can migrate them to Rails over time. When I saw how easy Sinatra looked, I thought I [...]


CI: Using RoR for ASP.Net – Success! (Sort of…)

In my continued quest to use Ruby to build my .Net apps, I have been successful using Ruby’s “sh” command to call the C# compiler (csc.exe) and successfully build my assemblies. I still have not gotten it to use MSBuild, but I’ve been lazily trying to use the .csproj files generated by Visual Studio, [...]


Continuous Integration : Using RoR to manage my ASP.Net builds

So I’ve started down the path of setting up continuous integration (CI). I’m working on a project now for a client that wants to be involved with the process as much as possible. The CI with a few other hacks will allow him to use the current working version of his website at [...]