search for: studenttest

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

2008 Feb 28
1
Logging rsync results using >> not getting all output
...ols.framework/Versions/ A/Resources/ All is well, but I am realizing that it is not logging information like this, I am only able to get this if I run manually: rsync error: some files could not be transferred (code 23) at main.c(702) rsync: chgrp "/Volumes/BackupDrive/Backups/x/Volumes/x/x/studenttest/RECYCLER/S-1-5-21-34 0522140-3920632414-2425575602-1391/D@1/Favorites/Documents" failed: No such file or directory (2) Anybody know whats going on? I tried to use tee to see if that would make any difference but no luck. -------------- next part -------------- HTML attachment scrubbed and re...
2008 Apr 09
1
rspec SQLException problem
...;': syntax error: DELETE FROM Copy of assignments WHERE 1=1 and SQLException: SQL logic error or missing database I tried running rake db:test:clone, but that didn''t fix it. Here''s the unit test file: require File.dirname(__FILE__) + ''/../test_helper'' class StudentTest < ActiveSupport::TestCase def test_truth assert true end end I''m on Windows XP; ruby is version 1.8.6; rails is version 2.0.2; db is sqlite3, version 3.5.6. Any help here would be greatly appreciated! thanks Win -- Posted via http://www.ruby-forum.com/.