search for: yaml_db

Displaying 3 results from an estimated 3 matches for "yaml_db".

Did you mean: samldb
2009 Jan 09
0
Using yaml_db plugin on windows
Hi, I''ve tried installing yaml_db on a winxp machine. installation seemed fine: ruby script\plugin install git://github.com/adamwiggins/yaml_db.git - was ok but when i am trying to run rake db:dump i am getting: ------8<----------8<----------8<----------8<----------8<----------8<---- C:\ruby\ab_proj\dprdb\09...
2010 Aug 16
0
Restoring blob fileds in Mysql
...does not restore. If I run a mysqldump on the restored database the size is 185 MB. I really need to have a bombproof way to backup and restore as my existing backups appear worthless. I am particularly concerned that it "fails silently" with no error log entries as far as I can see. Is yaml_db reliable for blobs? The environment is windows server 2003 sp2 Any help appreciated! George -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@...
2013 Jun 14
0
Support for deferrable constraints in PostgreSQLAdapter#disable_referential_integrity
...upport (foreigner and schema_plus), and I think it is useful to encourage innovation in this space. I do, however, strongly believe that #disable_referential_integrity belongs in ActiveRecord because it exposes an interface to both internal code (i.e. fixtures) and 3rd-party code (database_cleaner, yaml_db, etc.) that need this support, and centralizing that improves the chances of both getting the behavior implemented correctly and simplifying life for the code that needs this support to tap into it. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:...