Archive for category: RoR
25 May, 2009 (12:39) | .NET Tools, RoR, Software Architecture, Software Quality, Uncategorized | By: twagner
As a programmer / consultant I always work on improving my skills. Except for the past year or so. I coasted a little bit. Consequently I am faced with two technologies that I need to study up. MS MVC and Silverlight. My personal feeling is that Silverlight will grow into the larger market over [...]
Tags: jquery, MVC, sample code |
7 June, 2007 (05:09) | .NET, RoR, Software Architecture | By: Thomas
Ola Blini has a very interesting post about John Lam’s work on a MS version of Ruby. The most important part of it – to me – is the point that MS employees are not allowed to use Open Source projects in any way when developing new code. Hence John is not allowed to even [...]
No comments
2 June, 2007 (07:24) | .NET, RoR, Software Architecture, Software Quality | By: Thomas
Sam Gentile has a lengthy post about a recent essay called RubyMicrosoft by none other than Martin Fowler. Both items are excellent reads. Sam underscores the chasm that exists between certain elements of the MS Development community. Although I do want to add one point – I have used Dependency Injection and ORM for almost [...]
No comments
18 May, 2007 (05:57) | RoR | By: Thomas
Here is a slide show that explains the pains and optimizations that Twitter went through. With all the cute names for libs and apps I feel like I fell into the Kindergardent class of Ruby. Seriously.
No comments
26 February, 2007 (20:01) | .NET, .NET Tools, RoR, Software Architecture | By: Thomas
Microsoft centric developers aka “Softies” (like myself) have very little exposure to MVC and Action Frameworks. In reading “Rails for Java Developers” I see again and again how RoR is built in many ways like Struts and Spring and how ActiveRecord resolves many of the same issues that Hibernate addresses. So I can only imagine [...]
3 comments
21 February, 2007 (20:30) | RoR, Software Architecture | By: Thomas
I’m browsing through Stuart Halloway and Justin Gehtland’s recent book “Rails for Java Developers” , published by the Pragmatic Programmers. The mere fact that there are more and more Java centric Ruby and RoR books out there tells you something. And while my main language is C#, there are enough similarities with Java to make it interesting to read. “Rails for Java [...]
2 comments
19 February, 2007 (18:52) | .NET, .NET Tools, General, RoR, Software Architecture | By: Thomas
Did I get your attention? Good!
I am reading “Founders at Work” – Stories of startups early days – a collection of interviews with the founders of ArsDigita, Blogger, Marimba, 37Signals, Lycos, Flick, SixApart, PayPal and many more, written by Jessica Livingston and published by Apress.
It is part educational, part entertaining and part infuriating [...]
1 comment
1 February, 2007 (20:17) | RoR | By: Thomas
As you know, in a complete fit of me-too-ism I’ve been spending time with RoR. One of the nicer free IDE’s in that part of the world is RadRails. I had been using Notepad++ and JEdit, but I have to say just simply having something that feels more like an IDE is nice. One problem [...]
No comments
27 January, 2007 (07:09) | RoR | By: Thomas
This is annoying. I would love it if a language supported all aspects of OO. In C# this is braindead simple.
“…..Ruby does not support multiple-inheritance. Personally, I have mixed feelings about that, but the fact of the matter is, you can accomplish almost exactly the same thing using modules.
Consider this ActiveRecord scenario. In Basecamp, [...]
2 comments
24 January, 2007 (06:43) | RoR | By: Thomas
This certainly looks very useful to a majority of web apps I’ve worked on. Being able to control at a fine grained detail the access to a given model is a great idea. Wonder if there is an audit trail example out there as well
No comments