Displaying 2 results from an estimated 2 matches for "userstest".
Did you mean:
user_test
2013 May 05
1
Why?? NFS cached permissions groups etc
...disapeared and my beautiful uptime was rebooted and it was
fixed by reading
http://serverfault.com/questions/98900/is-a-reboot-required-to-refresh-permissio
ns-after-adding-a-user-to-a-new-group
#/home is mounted from a NFS export
[jpyeron at node000 ~]$ cat /tmp/jobs/foo.txt ~jobs/test.txt ~jobs/userstest.txt
afasdasd
cat: /home/jobs/test.txt: Permission denied
Sun May 5 03:20:36 EDT 2013
#### why does this fix the issue?
[jpyeron at node000 ~]$ newgrp jobs
[jpyeron at node000 ~]$ cat /tmp/jobs/foo.txt ~jobs/test.txt ~jobs/userstest.txt
afasdasd
Sun May 5 02:27:17 EDT 2013
Sun May 5 03:20...
2006 Jul 13
10
Problem with flashes staying on between pages
...word
redirect back to login
When the post action redirects back to login it sets a flash telling
the user it failed. So far so good. The problem is that if I get
another page after that, the flash is still there. It only disapears
on the second. Here''s my integration test to do it:
class UsersTests < ActionController::IntegrationTest
#Test if the login flash stays on if we navigate to a different page
def test_login_flash
#can''t login with incorrect password
post "/user/login", :user=> {:email => "bob@mcbob.com",...