You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
When I try to rake db:seed when the assignments directory is not a git repository, I get no relevant error message.
I get something like:
rake aborted!
/home/dbp/code/captain-teach/src/assignments
/home/dbp/code/captain-teach/app/app/models/user_repo.rb:44:in `rescue in init'
/home/dbp/code/captain-teach/app/app/models/user_repo.rb:35:in `init'
/home/dbp/.rvm/gems/ruby-1.9.3-p362@captain-teach/gems/activesupport-4.0.0.rc1/lib/active_support/callbacks.rb:394:
in `_run__565035237__initialize__callbacks'
...
Now the first two lines in the backtrace indicate where the error came from, but it's still a little ridiculous. If I replicate the command that is to blame,
When I try to rake db:seed when the assignments directory is not a git repository, I get no relevant error message.
I get something like:
Now the first two lines in the backtrace indicate where the error came from, but it's still a little ridiculous. If I replicate the command that is to blame,
At the console, I get an appropriate message.
This is probably not something we can fix, just good to keep track of.
The text was updated successfully, but these errors were encountered: