Using Ruby In Steel

August 19, 2008

After trying various other editors for Ruby on Rails I have settled with Ruby In Steel Text Edtion.  The reason that I have gone with the Text Edition is that priced at the more affortable US $49 but still has the features I need at this point.

When it comes down to it Ruby in Steel is a plugin for Visual Studio 2008.  So it seems a bit strange to back with Visual Studio 2008 which is the tool I use nearly every day for Visual Basic.NET development.  Of course that is somewhat of an advantage in knowing the keyboard shortcuts and other features.

One thing I really like about Ruby In Steel is that is very well documented so you feel as though you are getting something of substance for the cost of the licence.

The other handy consideration for me is that while you are in Visual Studio you can do all of your HTML editing with very good CSS support.  I must admit this is an area where Microsoft has made a big investment and provided many improvements.  The split view between source HTML and visual representation provides “the best of both worlds”.

I will keep watchin the progress on Intype and E Text Editor as they are both good products that have the potential to be great in my view.  Intype particularly is making very slow progress and I have a look every couple of months to see if anything has changed (much the same as my own progress with Ruby on Rails).


Managing SQLite Database from Visual Studio

August 1, 2008

I am a great fan of SQLite because it is such a light weight and easy to develop against SQL database.  Because of it minimalistic nature you don’t get by default a lot of management tools.  However when it is integrated into Visual Studio it is easy to use.

Now that I have started using Ruby In Steel it is great to have SQLite database viewing and editing integrated into Visual Studio.

It is many thanks to the ADO.NET 2.0 Provider for SQLite that is available from System.Data.SQLite that this is possible.  After downloading SQLite-1.0.54.0-setup.exe and running the installer it elegantly let you select which versions of Visual Studio to integrate it into :-

Designer Installation

Designer Installation

So now when you go into Visual Studio and add a new Data Connection to Server Explorer you can choose SQLite as below :-

Add Data Source

Add Data Source

So finally you get to view and manage your SQLite database from within Visual Studio :-

Database Viewing

Database Viewing