|
This post originated from an RSS feed registered with Ruby Buzz
by Guy Naor.
|
Original Post: Fixing output_compression to work with Rails 1.1
Feed Title: Famundo - The Dev Blog
Feed URL: http://devblog.famundo.com/xml/rss/feed.xml
Feed Description: A blog describing the development and related technologies involved in creating famundo.com - a family management sytem written using Ruby On Rails and postgres
|
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Guy Naor
Latest Posts From Famundo - The Dev Blog
|
|
Rails 1.1 is finally out and it’s a really amazing release. See some details here and here. It even has my spawner launching improvement in it.
But this release breaks a few things, one of them is the output_compression plugin which I use.
Once I upgraded to 1.1, I had to tweak it a bit to make it work. Mainly it’s removing the code dealing with component requests, as that’s part of rails now, and changing one function call.
Get the modified output_compression.rb file and give it a try.
Read: Fixing output_compression to work with Rails 1.1