On Jan 12, 9:03 pm, AkitaOnRails <[email protected]> wrote:
> Awesome, this should work. And it is great to see people actually
> using it. I stumbled upon the same bug in Rails 2.2.2's truncate
> method need of the :omission 
> key.http://gitorious.org/projects/gitorious/repos/billms-clone/commits/4b...
> I was going to submit it but billm did it first.

I'm running into another odd one (well a couple, but I'll start with
this one).  The OpenID plugin throws some nasty exceptions:
A NoMethodError occurred in sessions#create:

 undefined method `relative_url_root' for
#<ActionController::CgiRequest:0x2c10fe9c>
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/
cgi_process.rb:111:in `method_missing'

This commit seems to fix it:
http://github.com/rails/open_id_authentication/commit/00d8bc7f97b9a3113e004475b63dbf84f5397237

but that's for 2.1 backwards compatibility based on the commit log.
Applying the patch to my local copy fixes it, not sure if it was an
issue prior to the update to 2.2.2.

I had to do unholy things to the exception notifier to have it
actually mail me - changing environments/production.rb seemed to make
zero difference (still used the default.com sender address with no
recipient) - I never did track it down, I noticed it while trying to
figure out the truncate issue.

--Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to