search for: thepeoplesfeed

Displaying 2 results from an estimated 2 matches for "thepeoplesfeed".

2009 Jul 25
3
Rails Authorization and Security question
Working through the Users and Authentication of Learning Rails book (great book, code needs to be proof-read in a few cases, though), I came across this: There''s still one leftover that may be worth addressing, depending on your security needs. The authorization? method has secured the data, and the view no longer shows the user options they can''t really use, but if a
2009 Aug 05
4
Strange problem with Rails and Tomcat
Hi all, I´m having a strange problem in my rails app hosted on Tomcat: The ''div'' element which stores the validation errors of a model doesn´t seem to be ''refreshed'' after each request,so I end up with the following problem: In the first request:''5 problems ocurred'' In the second request:''10 problems ocurred'' and so on...