The on going experance with Ruby on Rails

The experimental Ruby on Rails application is plodding along nicely, so far I have about six database tables with relationships between a number of them, and I’m getting it to display meaningful data from them.

I’m slowly starting to get my head round how to set up table relationships. Over the weekend I expect to have the first pass at a workable data model that records most of the required database. This is going slowly as I’m only getting to spend about an hour a day on this project.

It’s likely that I may be in a position to publish some working code late in July (or early August).

Ruby on Rails (take 2)

Since Saturday I’ve carried on looking at Ruby on Rails and so far I’m very impressed. While reading though the first part about of Agile Web Development with Rails, I wrote a simple web application which displays some data from a single database table, requires a logged in session to change data and always has user management via the admin interface. I don’t think I could have gotten this much done in so little time (and code) in any other language.My next target to get a better understanding of the data model system and set up some inter-table relationship. In about a month or so the application may very well worth publishing.

Ruby on Rails

Last night I went to ScotRUG mainly to meet mathie, but also to find out what all the fuss is about and so far I like what I’ve heard. It being like Python (without the whitespace) is a good thing as Python has been my programming language of choice for many years.

While thinking about starting this blog I was looking at PHP, trying to get my head round it as a programing language (which is a title I don’t think it really deserves). From the few hours that I spent tying to code a simple application, the vile and loathing for PHP has come back in force.

So today I’m going to try and find my first Ruby on Rails book as I generally want to learn more about Agile Development methods and Rudy on Rails. There’s that itch forming to write something while learning Ruby on Rails, which should be interesting as I’ve never written a web application before. Also my new book on CSS can be put to good use.

Update: I’ve now got 2 Ruby on Rails books, read the first few chapters of Agile Web Development with Rails and so far it sounds like a very nice framework, next is getting an environment set up and the staple hello world!