[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Rails 0.10.1: FCGI stability, WS generator, tons of fixes

David Heinemeier Hansson

3/7/2005 2:47:00 AM

This is the point release to tie up the various loose ends introduced
with Rails 0.10.0. Action Web Service has seen the most interesting
improvements feature-wise with a new generator and tie-ins with the
testing setup. There's better support for XML-RPC: Instead of
performing type checking on the parameters the remote client sends, AWS
does casting to try and make it compatible with the signature instead,
but if it fails, passes the parameter through anyway. And cleaner
support for "prefix.methodName" XML-RPC methods with a new dispatching
mode named :layered (this is an incompatible change for XML-RPC
services that use namespaced XML method names: metaWeblog/blogger
implementations will require changes).

As Basecamp moved to lighttpd/FCGI this past week, we also got a bunch
of good fixes in that increases the stability of FCGI in a production
environment quite a lot. No more FCGI dying and in case uncaught
exceptions are raised, you'll know about it in log/fastcgi.crash.log.

In total, we managed to squeeze in no less than 52 additions, changes,
fixes, and tweaks. See all the changes in the changelogs for:

* Active Record : http://ar.rubyonrails.com/files/CHAN...
* Action Pack : http://ap.rubyonrails.com/files/CHAN...
* Active Support : http://as.rubyonrails.com/files/CHAN...
* Action Web Service : http://aws.rubyonrails.com/files/CHAN...
* Rails : http://rails.rubyonrails.com/files/CHAN...

No application changes should be required. Update using gem update
rails.

Learn more about Rails at http://www.rubyo....
--
David Heinemeier Hansson,
http://www.basec... -- Web-based Project Management
http://www.rubyo.../ -- Web-application framework for Ruby
http://www.loudthi... -- Broadcasting Brain



1 Answer

Bill Guindon

3/7/2005 3:14:00 AM

0

On Mon, 7 Mar 2005 11:47:20 +0900, David Heinemeier Hansson
<david@loudthinking.com> wrote:
> This is the point release to tie up the various loose ends introduced
> with Rails 0.10.0. Action Web Service has seen the most interesting
> improvements feature-wise with a new generator and tie-ins with the
> testing setup. There's better support for XML-RPC: Instead of
> performing type checking on the parameters the remote client sends, AWS
> does casting to try and make it compatible with the signature instead,
> but if it fails, passes the parameter through anyway. And cleaner
> support for "prefix.methodName" XML-RPC methods with a new dispatching
> mode named :layered (this is an incompatible change for XML-RPC
> services that use namespaced XML method names: metaWeblog/blogger
> implementations will require changes).
>
> As Basecamp moved to lighttpd/FCGI this past week, we also got a bunch
> of good fixes in that increases the stability of FCGI in a production
> environment quite a lot. No more FCGI dying and in case uncaught
> exceptions are raised, you'll know about it in log/fastcgi.crash.log.
>
> In total, we managed to squeeze in no less than 52 additions, changes,
> fixes, and tweaks. See all the changes in the changelogs for:
>
> * Active Record : http://ar.rubyonrails.com/files/CHAN...
> * Action Pack : http://ap.rubyonrails.com/files/CHAN...
> * Active Support : http://as.rubyonrails.com/files/CHAN...
> * Action Web Service : http://aws.rubyonrails.com/files/CHAN...
> * Rails : http://rails.rubyonrails.com/files/CHAN...
>
> No application changes should be required. Update using gem update
> rails.

ERROR: While executing gem ... (NameError)
uninitialized constant ActionView::Base

WinXP, Ruby 1.8.2, Gem 0.8.4, Rails 0.10.0 previously installed.

--
Bill Guindon (aka aGorilla)