Displaying 3 results from an estimated 3 matches for "generify".
Did you mean:
generic
2012 Sep 19
7
Renaming Journey and avoiding libraries with common noun names
Hi all,
I know this is a long shot, but could renaming the "Journey" module please
be considered by those in a position to support it?
I''ve written an issue on this in the journey repo also:
https://github.com/rails/journey/issues/49
Essentially our project has a model named Journey, the same as Rails 3.2''s
new routing driver. As a consequence we can no longer
2013 Sep 13
0
Refactoring my modules and moving from 2.7.x to 3.3 and have a few questions
...ut to Ruby''s
Time function, set a timestamp, and set the resource to absent after an
expiration period, a cleanup script then runs on the database node and
purges exported resources that belong to nodes that would qualify as
unresponsive + a grace period of a few days. I see I can now generify this
a bit more with create_resources, but Is there a better or built-in way to
do this now?
The second involves puppet being declarative and the edge cases where you
really need it not to be. A lot of times I wound up writing custom
providers or lenses to skirt around this, but when that jus...
2012 Oct 18
0
unexpected return (LocalJumpError) only when executing this code within autoloaded classes?
Posted on stackoverflow but no traction yet:
http://stackoverflow.com/questions/12942505/why-does-using-set-trace-func-work-in-some-places-but-cause-unexpected-return-l
The following is a generified part of the code in a gem I''m working on:
module SomeModule
class << self
attr_accessor :procedure
def log_events(*args)
args.flatten!