Tag Archives: Rails

A Good IDE for Ruby and Rails

I saw an announcement today that the IntelliJ folks have released an IDE. I think that means that all of the major Java IDEs have now started supporting Ruby in some form or another (Netbeans, Eclipse, IntelliJ, Visual Studio?). I have been using TextMate as long as I have been on a Mac. I have [...]

Development Philosophy

There is this constant argument going on in the software development world between faster development times and faster execution times. Well written C will run faster than just about anything, but it takes forever to write. Developers can create apps in Ruby on Rails in practically no time, but the code is slow. Depending on [...]