Roop says

I created gravity?

Roop says header image 1

Quoth the raven, Nevermore.

August 8th, 2007 · No Comments

I felt this classic line from Edgar Allen Poe’s The Raven was appropriate to start off my review of Raven “the build tool for Java programs based on Rake and Ruby Gems”. Now that my eyes have been opened to the world of using dynamic scripting languages to build Java projects I can safely […]

[Read more →]

Filed Under: build

Alternatives to Ant

July 22nd, 2007 · No Comments

A very exciting thing happened recently at my office. I was given the go ahead to do a proof of concept build process using Ruby (Sica if you are reading this calm down and enjoy your new baby!). The task was to use two exciting projects in our repository, and build them. […]

[Read more →]

Filed Under: build

Orlando User Groups

July 2nd, 2007 · 1 Comment

I just wanted to point out that I added my user group affiliations to the navigation panel. Anyone in the Orlando area, that is interested in Ruby probably already knows about the ORUG. The ORUG is a fairly popular user group run by some good guys, Gregg over at RailsEnvy is the leader […]

[Read more →]

Filed Under: community

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 · No 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