Displaying 2 results from an estimated 2 matches for "keso".
Did you mean:
eso
2006 Feb 28
10
Salted hash login, postgresql, unit tests
...tor 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: CREATE TABLE will create
implicit sequence "users_id_seq" for "serial" column "users.id"
psql:db/development_structure.sql:38: NOTICE: ALTER TABLE / ADD PRI...
2006 Mar 02
2
Unit tests, salted hash login
...'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"
psql:db/development_structure.sql:46: NOTICE: ALTER TABLE / ADD PRI...