Blog Posts Tagged with "ruby"
Posted on
08/10/06
by
Shawn
0 Comments
Yesterday, 8/9/2006, Ruby on Rails 1.1.5 was released, followed quickly by 1.1.6 today, and is considered a mandatory upgrade for anyone running a Rails site on a public facing server. The vulnerability that 1.1.6 fixes is a routing bug that allowed code to be run which is normally only run for develop...
Posted on
06/27/06
by
Shawn
1 Comment
Adam and I were able to attend the first international Rails Conference this past weekend (June 23rd-26th) in Chicago. It was good to see what everyone in the community was doing and to hear the latest things coming down the pipe from the core development team. The community around Ruby on Rails is growing fast and it...
Name Space Conflicts with Ruby 1.8.4
Posted on
07/13/06
by
Shawn
0 Comments
When implementing an RSS feed on this site, we ran into an intersting problem. The feeds worked perfectly on my development machine and on our development server. However, once the site was placed on the live server, the feeds no longer worked. After searching and trying to debug the issue for quite some tim...
OS X Leopard to have Ruby on Rails
Posted on
08/09/06
by
Travis
1 Comment
I received a jubilant email today from Shawn that contained a link to this article officially announcing that Mac OS X Leopard will indeed...
Posted on
09/12/06
by
Adam
0 Comments
I was poking around google for some info on how to enable syntax highlighting in irb and stumbled across wirble. It is an excellent set of enhancements and extremely easy to start using. Give it a shot.
Posted on
11/10/06
by
Adam
0 Comments
Rails page caching is without a doubt the best way to speed up your application and reduce the server load. I decided to cache some XML I was dumping out for a web service and realized that Rails will cache the document as HTML. As long as the controller handles nothing but xml you can do the following as a work-aro...
Rails inline ERb effects on HTML structure
Posted on
03/20/07
by
Travis
1 Comment
When using Ruby on Rails, ERb (embedded Ruby) is used a LOT in the X/HTML. There are two types of ERb, An evaluation block: <% so...
Rails Caching non HTML Files in a Different Cache Location
Posted on
05/08/07
by
Adam
1 Comment
We use page caching in Rails to speed up sites and improve performance. This is a great feature of Rails but can get cumbersome when trying to keep up with which pages to sweep and when. To make life easier we use a separate directory to house the cache. This solution is great for files that end in a .html extension...

