rheimbuch

1
4
  • Dumps YAML fixtures from existing data using ActiveRecord
    Forked from topfunky/ar_fixtures Wed Jul 30 14:23:04 -0700 2008
    legend
  • A quick & dirty git-powered Sinatra wiki
    Forked from jeffbski/git-wiki Tue Jul 29 14:24:00 -0700 2008
    legend
  • iTunesU authentication server.
    Created Fri Jun 06 10:54:39 -0700 2008
    legend
  • Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wr...
    Forked from schacon/ruby-git Mon Jul 28 09:28:52 -0700 2008
    legend

Public Activity  feed

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

bc92c30a4ac7200f96927cd1f9e7ab8e09a720c8

The #test_should_use_erb test was broken.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

af0f11cecd4366a7fac785a7ec24270e2d4e1e90

Updated tests to use 'db/data' directory.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

ef2c5f8b6400a29d5856a733877eaa4f4d771ea6

Create the dump_path directory automatically when dumping model data.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

c6c896e9651fc67bc8dee82b57512916b3847554

Modified #dump_path to return a relative path.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

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.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

99035c8aeb4b6f7a5ed4dce3a5e88d0eac0303b7

Bug fix with path assignment.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

a7bb69629f91e0a4416b9e298020a5bfe67d8ee8

Fixed spacing error in #dump_path.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

1dc0e5b003416e2dda9378eaa683e348f46ca95a

Added error handling in db:data:dump:all task.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

489353ffa82c7ccf88b09a5c7f277a2cbb9bf6b2

Modified tasks data:dump and data:load to also access the DUMP_PATH environmental variable.

rheimbuch committed to rheimbuch/ar_fixtures 29 days ago

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.