
Plugins files not dispersing
Reported by Titaniumbrella | April 1st, 2009 @ 02:58 AM
after installing twitter_auth I have to manually move the files into my various project folders (sessions into controller/, twitter-auth into model, etc)
On top of that for some strange reason I get this error.
NoMethodError in SessionsController#oauth_callback
undefined method `identify_or_create_from_access_token' for #Class:0xb7624d5c
It's most likely me but it seems like this thing SHOULD work pretty straight forward.
Comments and changes to this ticket
-
Michael Bleigh April 1st, 2009 @ 07:50 AM
Are you running Rails 2.3? TwitterAuth is only compatible with Rails 2.3 because it utilizes Engines support (having an /app directory in the plugin itself).
-
Michael Bleigh April 4th, 2009 @ 10:56 PM
- State changed from new to invalid
Marking this as invalid until more evidence of a problem is presented.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A full-stack authentication system for Rails that uses Twitter.