couch_docs icon indicating copy to clipboard operation
couch_docs copied to clipboard

deep_merge hash patch breaking rails 3

Open sporto opened this issue 13 years ago • 0 comments

Added the gem to a rails 3 project, immediately started getting errors like:

undefined method deep_merge' for "%Y-%m-%d":String undefined methoddeep_merge' for ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]:Array

I haven't look into this too much, but the deep_merge patch in design_directory.rb is creating conflicts.

sporto avatar Nov 12 '12 22:11 sporto