search for: de_nam

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

Did you mean: devnam
2005 Dec 18
0
Extending AR::B to provide translations
...a way as to be able to support and display different language versions of objects. I know of and have tried Globalize but still want to do this on my own for a multitude of reasons (the educational value probably being most important). My table for the objects has columns named like en_name, de_name, fr_name, en_description, de_description, fr_description and so on. I plan to write method_missing for AR::B like this: class AR::B def method_missing(method_name) self.send((current_lang + method_name.to_s).to_sym) end end so that when I call obj.name it will return de_name or en_...
2013 Mar 28
9
Rock Ridge. Was: Allowed code pages and encodings to write f0.txt through f1.txt?
Hi, i began to implement a common lookup function for SUSP and Rock Ridge entries: /* Obtain the payload bytes of all SUSP entries with a given signature. @param fs The data source from which to read CE blocks. @param dir_rec Memory containing the whole ISO 9660 directory record. @param sig Two characters of SUSP signature. E.g. "NM", "ER", ...