search for: saltedlogingeneratorquickstart

Displaying 4 results from an estimated 4 matches for "saltedlogingeneratorquickstart".

2006 Mar 02
2
Unit tests, salted hash login
...and rails so I am having a little trouble deciphering the error message I get when running ''rake test_units''. Up till the point where I try to run the unit tests I have followed the quick start guide for the salted hash login generator (http://wiki.rubyonrails.com/rails/pages/SaltedLoginGeneratorQuickstart), my version of rake is 0.7.0. This is my error message [brasse@keso login-test]$ rake test_units (in /home/brasse/RAILS/login-test) psql:db/development_structure.sql:37: NOTICE: CREATE TABLE will create implicit sequence "users_id_seq" for "serial" column "users.id&qu...
2006 Apr 20
2
Salted Login Generator glitch
I followed the tutorial here http://wiki.rubyonrails.com/rails/pages/SaltedLoginGeneratorQuickstart and didn''t have any problems. Actionmailer is working fine. When I sign up I get the email saying "Please click on the following link to confirm your registration" When I do i go to the default page with "Welcome. You are now logged into the system..." So I thought...
2005 Jul 18
1
scripts/create_db
I have been installing rails. I got through the //localhost:3000 information. At that point, I figured I need an app and have been working on salted hash login. I found http://wiki.rubyonrails.com/rails/show/SaltedLoginGeneratorQuickstart and worked through to where I want the create the db tables. Instead, I get script/create_db -bash: script/create_db: Permission denied [root@astarcc html]# ruby script/create_db ./script/../config/../lib/localization.rb:82:in `module_eval'':(eval):3:in `module_eval'': undefine...
2006 Feb 28
10
Salted hash login, postgresql, unit tests
Hello, I have tried to install the salted hash login generator by following the quick start guide at: http://wiki.rubyonrails.com/rails/pages/SaltedLoginGeneratorQuickstart. Everything seems to work fine until I try to run the unit tests by doing ''rake test_units'', then I get the following error message: <error-message> [brasse@keso login-test]$ rake test_units (in /home/brasse/RAILS/login-test) psql:db/development_structure.sql:29: NOTICE:...