The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Fixing output_compression to work with Rails 1.1

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Guy Naor

Posts: 104
Nickname: familyguy
Registered: Mar, 2006

Guy Naor is one of the founders of famundo.com and a long time developer
Fixing output_compression to work with Rails 1.1 Posted: Apr 1, 2006 12:37 AM
Reply to this message Reply

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

Advertisement

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

Topic: Presenting at RailsConf on Migrations Previous Topic   Next Topic Topic: Iterating over multiple arrays

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use