Hi,
(newbie here)
I’m having a problem with the restful_authentication plugin.
When I fill out my information on this page:
http://localhost:3000/users/new
I’m routed to “users/index” which isn’t defined.
Here’s what’s happening in the log: (I’ve replaced my actual values with
XXX below – and I did use a valid email address)
Processing UsersController#index (for 127.0.0.1 at 2007-07-23 22:00:19)
[POST]
Session ID:
BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D–1a2fe1a336d66f48d7cd0578ecc051d598f4cf5a
Parameters: {“user”=>{“password_confirmation”=>“XXX”, “login”=>“XXX”,
“password”=>“XXX”, “email”=>“XXX”}, “commit”=>“Sign up”,
“action”=>“index”, “controller”=>“users”}
Rendering users/index
Completed in 0.03610 (27 reqs/sec) | Rendering: 0.02607 (72%) | DB:
0.00000 (0%) | 200 OK [http://localhost/users]
I’ve tried creating a views/index.rhtml file, which prevents the
"Unknown action
No action responded to index"
error from occuring, but when I look at my database, no new user has
been created. Reading some pages on the web I tried again with edge
rails and getting the active record plugin, but the problem persists.
Is the ‘index’ action really the one that is supposed to be invoked? If
not what is? Is email supposed to be sent to the email address I
submitted with password confirmation? I see this file:
app/views/user_notifier/signup_notification.rhtml
But I never get there.
Any help appreaciated. Thanks in advance!
I reloaded the restful_authentication today, but I’m not sure how to
check the version number.
Ruby version 1.8.6 (powerpc-darwin8.9.0)
RubyGems version 0.9.2
Rails version 1.2.3
Active Record version 1.15.3
Action Pack version 1.13.3
Action Mailer version 1.3.3
Active Support version 1.4.2
Edge Rails revision 7216
Environment development
Database adapter mysql
Database schema version 1