ar_fixtures "broken?" in rails 1.2.1???

I think you need to use the class name to do to_fixture. (capitalized, cos it’s a constant).

ruby script/runner “Login.to_fixture”

If that’s not your problem, let me know.