Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Rails 3.0beta4, Devise 1.1.rc2 and right_aws incompatibility
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
andrea  
View profile  
 More options Jul 17 2010, 4:38 pm
From: andrea <longhiand...@gmail.com>
Date: Sat, 17 Jul 2010 13:38:09 -0700 (PDT)
Local: Sat, Jul 17 2010 4:38 pm
Subject: Rails 3.0beta4, Devise 1.1.rc2 and right_aws incompatibility
Hello,
I am trying to use both devise and right_aws in a new rails 3.0
project.
It seems devise and right_aws don't work well together as, after
adding right_aws to a working devise app when trying to access the
default sign_in, sign_up, or sign_out resources I get the error
ActionController::RoutingError (wrong constant name Devise/
sessionsController). Is this a know issue? I don't know if this
depends on devise or right_aws as I haven't investigated yet but the
lower cased sessionsController makes me think it's some kind of
right_aws monkey patching with unexpected side effects.

Regards
Andrea


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
andrea  
View profile  
 More options Jul 17 2010, 5:06 pm
From: andrea <longhiand...@gmail.com>
Date: Sat, 17 Jul 2010 14:06:52 -0700 (PDT)
Local: Sat, Jul 17 2010 5:06 pm
Subject: Re: Rails 3.0beta4, Devise 1.1.rc2 and right_aws incompatibility
It's definitely a right_aws issue. right_aws/lib/awsbase/support.rb
defines a String#camelize method that is not compatible with the rails
one.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
José Valim  
View profile  
 More options Jul 18 2010, 4:07 am
From: José Valim <jose.va...@gmail.com>
Date: Sun, 18 Jul 2010 10:07:55 +0200
Local: Sun, Jul 18 2010 4:07 am
Subject: Re: [devise] Re: Rails 3.0beta4, Devise 1.1.rc2 and right_aws incompatibility

Woah, these defining an incompatible String#camelize is evil. :)

On Sat, Jul 17, 2010 at 11:06 PM, andrea <longhiand...@gmail.com> wrote:
> It's definitely a right_aws issue. right_aws/lib/awsbase/support.rb
> defines a String#camelize method that is not compatible with the rails
> one.

--
José Valim

Director of Engineering - Plataforma Tecnologia
Know more about us: http://plataformatec.com.br/en/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Vandenberk  
View profile  
 More options Nov 1 2010, 9:34 am
From: Peter Vandenberk <pvandenb...@googlemail.com>
Date: Mon, 1 Nov 2010 06:34:50 -0700 (PDT)
Local: Mon, Nov 1 2010 9:34 am
Subject: Re: Rails 3.0beta4, Devise 1.1.rc2 and right_aws incompatibility
FWIW: this has been reported on github...

  http://github.com/rightscale/right_aws/issues#issue/28

... and a "Rails 3" compatible version of right_aws can be checked out
from mikel's forked repository.

Hopefully the right_aws guys will accept his pull request before too
long  ;-)

Peter

On Jul 17, 8:38 pm, andrea <longhiand...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »