I have a simple rails application with a model. The data that needs to
be entered in the database comes from an external application which I
can parse using a standard ruby script. What would be the proper way
to handle model/database interactions from an external ruby script?
Should I use rake tasks instead?