I have a problem with GeoRuby conflicting with Authlogic.
I set up a very simple application that only lets me register and log in and out useing Authlogic. This works fine.
Then I added GeoRuby to the application and I get the error:
wrong number of arguments (1 for 2)
when the current_user
is called in the view.
I'm quite new to the Rails world so any help would be massively appreciated.