Roop says

I created gravity?

Roop says header image 1

Aptana RadRails 1.0

March 12th, 2008 · 1 Comment

I have recently become frustrated with the Eclipse IDE. I use 3.2 to do my java development, Flex Builder to do Flex development and Aptana RadRails for Ruby and Rails stuff. This last week I almost cracked and purchased TextMate , to see what all the fuss was, but since Aptana just […]

[Read more →]

Filed Under: development · software

acts_as_conference

February 11th, 2008 · 3 Comments

This past weekend I had the pleasure to attend a local conference, acts_as_conference. The conference was described as an event that was focused on Ruby on Rails, but it seemed to be much more focused on Ruby, with Rails in mind. Overall I think the conference was a great success at $100 a […]

[Read more →]

Filed Under: community

When is a Tool not a Tool?

November 12th, 2007 · 4 Comments

A couple weeks ago my colleague Brian LeGros published an article about Object Persistance and Architecture. It was a very good article in his series on design practices, but it made me think about some struggles I have had when working with persistance frameworks.
Before I begin I want to attempt to establish two seperate […]

[Read more →]

Filed Under: development · programming · theory

JRuby vs Groovy

September 22nd, 2007 · 5 Comments

Lately at my office there has been some conversation about dynamic languages, and which one we should be investigating to replace dead languages like, ColdFusion, there I said it. Luckily one of the dynamic language junkies left to go work for Netscape, now Propellar, because he was a Python fan boy. I looked a little […]

[Read more →]

Filed Under: development · languages

If at first you don’t succeed…

September 22nd, 2007 · 4 Comments

Anyone who has been following my blog, probably knows that I have been working on some PoC work with Buildr at my office. Well when it came down to it, my boss and I decided that Buildr just isn’t quite ready for our office. After we came to the sad realization that I wouldn’t […]

[Read more →]

Filed Under: development

Syntax Sugar

June 22nd, 2007 · 1 Comment

I have been doing a lot of reading lately about MDSD and DSLs and I have to admit the ideas they suggest are rather seductive. I don’t mean that in a negative way, I simple mean the end goal of these two techniques are to bring the developer closer to solving the problem domain […]

[Read more →]

Filed Under: languages · programming

Banana Pudding…Yum!!!

June 8th, 2007 · 1 Comment

I just want to make a quick and dirty post congratulating a co-worker of mine on the launch of his first independent project. The project is Ataraxis Pudding and it is:
“Pudding is a simple visual collaboration tool. You upload images and invite people to review, comment on, and approve your work.”
I helped Michael with […]

[Read more →]

Filed Under: community

Hi I’m RubyOnRails

May 16th, 2007 · No Comments

They guys over at Rails Envy have put together some pretty funny spots in the spirit of the I’m a Mac ads that apple has been publishing.
I have met these guys at my local RUG, which Greg, the RubyOnRails Guy, leads. I haven’t been devote at following there blogs, but I will probably be […]

[Read more →]

Filed Under: community

current_page?

April 24th, 2007 · 2 Comments

This weekend I found myself caught in a love/hate relationship with a certain method in rails. I love this method because it uses some sort of mind control to know exactly when to show a link and when to show text. This method I speak of is UrlHelper.link_to_unless_current. My beef is not […]

[Read more →]

Filed Under: programming

Resful Resources

April 18th, 2007 · 1 Comment

Over the last two weeks Tyler and I have been coding like mad men, after work to get closer to a feature complete TallyHoh beta. One of annoying things I came across when I was making the transition to Resful Rails, was attempting to set a format using the special path/url methods.
I […]

[Read more →]

Filed Under: programming