I am using Rails 3, on ruby 1.8.7. And use for auth. develop (1.1.3). But this is a rather large community site that I create, so I have a table for profiles and a table for users. And every time a user logs in, he must generate a profile as well, but in development I do not allow controllers, so I completely lost ..
Edit
Now he says
undefined method `getlocal' for Tue, 28 Dec 2010 11:18:55 +0000:DateTime
Then, when I create a file in lib named date_time.rb with this code
class DateTime def getlocal "it works" end end
And claim it in my application controller, it gives me this
fail wrong number of arguments (1 for 0)
it looks like he no longer knows anything called devise, but on my routes I have development
devise_for :users
source share