Displaying 3 results from an estimated 3 matches for "andrewkendall".
2005 Dec 21
1
route a name to an id?
i have a database setup with an id and a field called uniquename
say for example my db looks like this:
<table border="1" cellpadding="1" cellspacing="1">
<tr>
<td>id</td>
<td>uniquename</td>
</tr>
<tr>
<td>1</td>
<td>pizza</td>
</tr>
<tr>
2005 Dec 23
1
Salted Login Error
Anyone know what''s causing this?
------------------------------------------------------------------------
1) Error:
test_delete(UserControllerTest):
NoMethodError: undefined method `advance_by_days='' for Time:Class
./test/functional/user_controller_test.rb:132:in `test_delete''
2) Error:
test_signup(UserControllerTest):
NoMethodError: undefined method
2005 Dec 26
3
Display Login Status
I''m using salted login generator and would like my pages to display a
login status bar.
If the user is logged in I want it to show something like:
---------------------------------------------------------------
You are currently logged in as UserX (Logout)
---------------------------------------------------------------
And if they''re not logged in: