search for: nobrows

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

Did you mean: nobrowse
2007 Oct 24
3
Bizarre log file permissions
When I create a new app with the rails command, it creates a log directory. You must chmod that to 666 according to the error message I get whenever anything (like script/generate) tries to log a message. Fine ... ... But, what the hell is this about??? $ ls -la log/ ls: cannot access log/.: Permission denied ls: cannot access log/..: Permission denied ls: cannot access log/development.log:
2007 Dec 09
2
Mocks and Manual Tests
Is it possible for me to use Mock objects in manual testing? They work great for functional testing, but now I need to load the pages and play around with some stuff, but of course I cant load them because there are a number of classes without implementations, which I want to just mock out. Any ideas? ----------------------------------------------------------------- Find the home of your dreams