search for: hydrat

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

Did you mean: hydra
2005 Sep 29
0
Single Table Inheritance and rhtml docs
Is there any way to wire the .rhtml files in app/views into Rails'' Single Table Inheritance mechanism? So given: class Bar < Foo The STI mechanism is generating the objects correctly when it hydrates them out of the db, but when it goes to rendering pages, it pulls everything from app/views/foo and doesn''t touch app/views/bar. I can of course hook in manual type-checking but if there''s something already in the framework (or easy to add <g>), I''d rather DRO (D...
2017 Aug 08
0
Problem with serialization via readRDS() on a textConnection()
Hi All, I had working code under R v3.2 that serialized an object, stored the serialized object in a database, and then successfully retrieved and hydrated that object. I recently updated to R v3.4.1 and the same code now fails. Here is the code in question (simplified), and the resulting error: > zz = textConnection('tempConnection', 'wb') > saveRDS(c("a", "b", "c"), zz, ascii = TRUE) > ser...
2003 Jan 05
2
VorbisFile library crashs.
Hello! There is a problem with the VorbisFile library. It only works when I open an OGG file for the 1st time. After I closed the file and try to open another one or the same it crashs. It seems it applies to the use of either ov_open or ov_test functions or their combination. I wrote a test app that illustrates the bug. It crashs with a message "Unmapped memory exception". It's