Blog Posts Tagged with "rails"
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
08/03/06
by
Shawn
0 Comments
A few months ago I started playing/solving Sudoku puzzles. One of the best sites I've found online is Iron Sudoku. It's a great site... check it out. Plus it's built in Rails too! (...
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...
Posted on
08/07/06
by
Buck
0 Comments
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...
Deploying .NET Apps vs Ruby on Rails Apps
Posted on
08/11/06
by
Adam
0 Comments
It has been a while since I have had to do much work in .NET since we started our migration towards Open Source tools about 10 months ago. Today I had to deploy a .NET site and I was amazed at how long it took me compared to deploying a Rails site. By the time I had created a new copy of the .NET site, cleaned out t...
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...
Making My Blog More Search Engine Friendly
Posted on
09/07/06
by
Travis
0 Comments
After reading Colin's excellent post on search engine optimization, I decided that my personal blog could use a little fine-tuning to hopefully index it a little higher in search results. Google, at lea...
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...
Old School HTML for Email Marketing
Posted on
03/08/07
by
Buck
0 Comments
This morning, I formatted an email newsletter for Nuci's Space. Because most web-based email services don't support modern web standards in their preview...
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...
How to Remove External Rails Plugins from your Application
Posted on
01/24/08
by
Adam
0 Comments
There isn't a single command in subversion to remove external plugins from your application so I figured I would post this to help the next person save 10 minutes of reading docs. Make sure you are in the root of your app and do: svn propedit svn:externals vendor/plugins
undefined method `last' for {}:Hash
Posted on
02/22/08
by
Colin
2 Comments
Sometimes you hate the things that make your life so easy, because you have some problems with those things that make it temporarily more difficult. But then you fix the problems, and everything's back to being cool again. In this case, I'm using Engines with Ruby on Rails, and there seems to be a conflict ...

