Recently I needed to hook up a rails app to MSSQL 2005. Some quick google searches and I get tons of information that is contradictory and out of date. Once I figured out all the right steps, it is very easy to get running:
Category: Ruby
I am a big fan of the Mobwars game on facebook. It is pretty fun, but there is lots of tedious things that you have to do to start making money. One of these things is attacking various users attempting to boost your rating or steal money.
As a fun task, I decided to see what I could do with page scraping and Mechanize. Here is some examples on how to use it.
If you haven't tried uploading files in rails, you are in for a treat. Most of the time a feature is implemented that everything is done with reasonable defaults and just works. Uploading files, this is simply not the case.
Why would I be using Windows and RoR? I am in the process of creating an automated build system for windows mobile builds, and windows mobile only builds on windows. There are quite a few things that behave different on windows vs linux or osx. The topic today is file access.
It was pointed out that my last post was not complete. Things worked, but as soon as you ran the test cases (admittedly, I don't do that very often) things break.
To solve the problem, I found a great page on the rubyonrails.org wiki here
Recent Comments