search for: 315850

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

Did you mean: 135850
2005 Apr 14
0
[Bug 2607] New: Rsync logging time incorrectly
...bytes received 695 bytes total size 11321603 Time 06:59:51 is the problem. 16:59:51 is correct. Example 2: 2005/04/14 14:50:56 [14371] rsync to test from support@unknown (192.168.1.250) 2005/04/14 04:50:57 [14371] [192.168.1.250] recv test (support#iservnetworks.com) Companies/Industries.QBB 315850 2005/04/14 04:50:58 [14371] [192.168.1.250] recv test (support#iservnetworks.com) Companies/Industries.QBW 1917952 2005/04/14 04:51:01 [14371] sent 69 bytes received 2906168 bytes total size 11321603 Time 04:50:57,04:50:58 and 04:51:01 is the problem. The time in the first line is correct than i...
2010 Aug 16
2
Form validation and processing w/o model (no Db/ActiveRecord)
All - Trying not to fight rails on this, basically have a form and all the same as would be with an ActiveRecord model except that there is no table. I started out using this article: http://stackoverflow.com/questions/315850/rails-model-without-database ...which is kind of a hack by inheriting ActiveRecord in to non-AR model but am running into some problems and just have the feeling that I am fighting rails and going to spend more time on this than the benefit warrants. All am looking to do is receive and validate f...