search for: import_all

Displaying 2 results from an estimated 2 matches for "import_all".

Did you mean: export_all
2013 Aug 15
1
Announce: Puppet 3.2.4 Available [ Security Release ]
...import and autoloading code paths d689513 (#21971) Create system for safely dealing with path patterns 214d42e (Maint) Reinstate check for manifest dir John Duarte (1): c9473a6 (#21953) Add test to verify module permissions Josh Partlow (5): 3932e78 (#21971) Fix TypeLoader#import_all on Ruby 1.8.7 a0f8a32 (#21971) Fixes PathPattern''s usage of Dir.glob for Windows 987c4d5 (#21971) Allow paths that contain .. as part of a name c0234fe (maint) Fix windows test for embedded ''..'' in path adff11c (maint) Fix module_utils regex tests...
2006 Jun 10
5
[REL] Manage Fixtures 2.0.0
.... Defaults to development database. Set RAILS_ENV to override. [%] rake db:fixtures:import_for_models MODELS=Foo[,Bar,Land] Import all YAML test fixtures for all of the models from data in an existing database. Defaults to development database. Set RAILS_ENV to override. [%] rake db:fixtures:import_all