Subscribe to
Main blog
Tumble Log

Tag Archive 'rails'

app_version Updated

I have updated my app_version Rails plugin to support getting build numbers from Git. This is of necessity a little kludgy. The plugin allows you to specify either ‘git-revcount’ or ‘git-hash’ as the build. ‘git-revcount’ will set the build number to the number of commits on the current Git branch and ‘git-hash’ will set the […]

Read Full Post »

app_version plugin is now hosted on GitHub

I recently changed hosting providers and I am still in the process of moving everything over. One headache that I don’t need is recreating all of the Subversion repositories that I had hosted on the old service. So, I have decided to move the code for my app_version plugin to GitHub.

The plugin’s code is now […]

Read Full Post »

Hello, WordPress. Again.

When I started this blog in June of 2005 I was using WordPress. At the time I was doing Java development and had yet to hear of Rails. Shortly after the blog turned one year old, I migrated to Typo and then to Mephisto in March of this year. Both Typo and Mephisto are capable […]

Read Full Post »

I have a Rails application with a small SOAP service that is used for integration. Today I updated the site to Edge Rails and noticed a ton of strange errors related to ActionWebService. The first error looked like this:

Expected app/controllers/my_controller.rb to define MyController

I remembered hearing that ActionWebService was going to be moved out of […]

Read Full Post »

RailsConf 2007

I will be attending RailsConf this year. My profile at conferencemeetup.com is here and the sessions I plan to attend are here. If anyone is interested in hanging out at the conference check out the conferencemeetup page or drop me a line at ptoland@fiatdev.com.

Read Full Post »

New Rails Plugin: App Version

A while back I began refactoring reusable pieces of code in my Rails applications into plugins. Overall this has been a successful strategy for keeping my application codebase clean. I have decided to release some of these plugins as open source in the hope that they are useful to someone else. The first plugin I […]

Read Full Post »

It turns out that I have more to say on the topic of what Rails can learn from other frameworks. This time I have a solution for implementing a cool feature from Django in Rails. With Django a single web site is composed of a “project”, which contains the configuration and settings, and many “applications”. […]

Read Full Post »

Object Caching in Rails

Earlier this month Pat Eyler asked “What can Ruby on Rails learn from other web frameworks?”, and there have been surprisingly few responses. I think that most people find it difficult to criticize a tool that they really like. Or, it could be that Rails does so many things well that the average user doesn’t […]

Read Full Post »

Would You Like XML With That?

Jamis Buck says in a post at The Rails Way that it is “trivial…to make your application into a web-service. There’s really very little reason not to do it.” I can think of one very good reason not to turn every controller into a web service: if you don’t need web services then that […]

Read Full Post »

Happy Birthday

Today was my 30th birthday and 11th wedding anniversary. My wife made an awesome Ruby on Rails themed birthday cake and brought it to work after lunch.

Read Full Post »

Older Posts »