search for: badth

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

Did you mean: bath
2005 Sep 27
2
No Custom Validation
Hi, Correct me if I am wrong but there doesn''t seem to be an easy way to add validation outside the pre-built ones (validates_presence_of, validates_lenght_of, etc.). Ideally there should be something like: Class Person < ActiveRecord::Base validates :my_method, :on => create, :message => ''was not valid'' def my_method(param) false unless
2005 Oct 29
1
winbind capabilities
...esable way of implementing winbind in NSS and maintaining existing UID/GID mappings. #1 doesn't really work for us (we want to ditch NIS for a number of reasons and we can't adequately secure NIS running under SFU). #2 doesn't really work due to security constraints and strikes me as a BadThing in general. My first real question to the list is what does #4 get me over #3? Some other requirements for our environment: We need group membership to work (e.g, have users as members of groups on the unix side) We also need a mechanism for restricting login on workstations to a specific list...
2009 Mar 10
1
[LLVMdev] Generating DWARF info
I'm using llvm-2.5 on OS X 10.5 and having a problem getting debug info from my compiler into a resulting executable. My code flow is: LLVM API -> Assembly file .s -> gcc to .dylib I'm using DIFactory to generate the debug info, and my usage seems to match what clang's CGDebugInfo would do. In my resulting assembly file, I see the DWARF sections with apparently valid