bc92c30a4ac7200f96927cd1f9e7ab8e09a720c8
The #test_should_use_erb test was broken.
af0f11cecd4366a7fac785a7ec24270e2d4e1e90
Updated tests to use 'db/data' directory.
ef2c5f8b6400a29d5856a733877eaa4f4d771ea6
Create the dump_path directory automatically when dumping model data.
c6c896e9651fc67bc8dee82b57512916b3847554
Modified #dump_path to return a relative path.
dc3d5cde211e0f2ddd2453d9c6ac73c01f736fd9
Added #dump_path method to rakefile. dump_path uses ENV['DUMP_PATH'] or the default dump_path defined in ActiveRecord::Base by the plugin.
99035c8aeb4b6f7a5ed4dce3a5e88d0eac0303b7
Bug fix with path assignment.
a7bb69629f91e0a4416b9e298020a5bfe67d8ee8
Fixed spacing error in #dump_path.
1dc0e5b003416e2dda9378eaa683e348f46ca95a
Added error handling in db:data:dump:all task.
489353ffa82c7ccf88b09a5c7f277a2cbb9bf6b2
Modified tasks data:dump and data:load to also access the DUMP_PATH environmental variable.
267548b98610993c15a2b730c63e8e012cc79b20
Modified load_file and made the rake tasks data:dump:all and data:load:all allow you to specify the path to load/dump the data from/to.