search for: core_s

Displaying 4 results from an estimated 4 matches for "core_s".

Did you mean: cores
2009 May 28
4
Managing core files using coreadm (Solaris + Puppet)
Hi all, I have an interesting one - Solaris uses a lot of commands to configure specific items. A simple example is coreadm. In this example: # coreadm -p "/var/core/core_%n_%f_%u_%g_%t_%p" will set the directory and filename to dump core files (with some expansion). The question is - how to get this to run only if the config has changed. I have come up with 2 options, neither of
2007 Aug 07
26
rmagick on windows
Is there any special way to set up rmagick on windows, I installed the gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll file. Can someone give me a run down on how to do it on windows. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby
2006 May 31
1
Advice needed: Rails generating Java WebRowSet style XML
All, My Rails app. is required to interface with some pre-existing stuff that consumes the XML output of a Java 1.5 WebRowSet. If you''ve never seen once of these beasts, it is basically an XML-ized version of SQL data, chock full of table and column specific metadata. I should be able to generate this without too much trouble, but wondered in anyone had any advice for me about how
2012 Feb 01
6
Does Devise make use of a "status" method? Weird bug.
So I''ve inherited a legacy application and I''m trying to work around the edges as I put an admin tool interface on top of the existing code base. I install Devise for user authentication, since I''ve used it in the past. I change none of the default code. And yet, on successful sign in, I get an error: Render and/or redirect were called multiple times in this action.