search for: arjesin

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

Did you mean: arjesins
2010 Aug 21
2
My first gem
Hello all, I just published my first gem, I''ve extracted it out from a project I''m working on and just hope it would be useful to others, and get some community improvment/suggestions. The code is located on github here http://github.com/arjes/Cache-Column Hopefully the README has enough details show what my inevitable goal was. I have a few questions that I found poorly
2011 Mar 10
2
Parslet & Stack size
Hello all, I am using parslet to do some log-file parsing and have run into the "stack level too deep" error, and I am only half-way though with writing the rules for a single line to be parsed. From what I gathered there is no option to easily increase the stack size, it would require rebuilding ruby with some of the C flags set. Is there any other way? Can anyone with parslet
2011 Mar 30
3
Metasearch eager loading instead of lazy loading
Hey all, I have two models, in the first model Model1.search(nil) returns the metasearch builder as expected. for the the second model, the same search(nil) returns every object in the database (all 60k of them). This obviously isn''t what I want. I can''t seem to figure out what I did to the model to get it to behave this way, I have removed all of the code from the model
2013 Jan 24
5
Searching for Nodes
Hello All, I''m reviewing switching to puppet from chef and am trying to identify how to port the various features. I have hit a stumbling block searching for nodes. In Chef i could search for a node by role, but I am lost as how to do this with puppet and classes. Example: I want my load-balancing node to look for all application server nodes and grab their ip address (and hostname