Sha256: 52e433465b5dc392dbf7cbbedda321a373de867fa925153ab500bb4910e3b63a
Contents?: true
Size: 1.42 KB
Versions: 17
Compression:
Stored size: 1.42 KB
Contents
? the whole gem_path thing is still fubar ? commands need quoting, esp for windows, "c:\Documents And..." etc - signals not operating properly on windows , non critical error tho... - need to figure out how to cache connections for Bj.in(...) - ttl will be added. maxing it out will cause auto-resubmission (Steve Midgley) - is having the runner thread try forever to start the process the best thing? - allow easy way to run ruby code. perhaps ./script/runner 'eval STDIN.read' is good enough - allow easy way to run ruby code that persists - allow specification of runner on submit (--runner) - allow specification of tags a runner will consume (--tag) - flesh out the cli interface - it's a test only at this point - test in windows ================================================================================ X ./script/console submission hangs on windows X default PATH setting X install issues for dave? - gem_path... X main only loaded for (bin|script)/bj X make it possible to declare externally managed runners X restartable will be added. true by default (Steve Midgley) X do the lifeline inline with the loop X need to address the serialzable writer issue (:lock => true ??) X migrations use --force X i forget to add "#{ Bj.ruby } ... " to the generate command X ./script/bj must be found in path before c:/.....bin/bj X make sure database.yml is loaded via YAML::load(ERB.new(File.read * "config/database.yml").result)
Version data entries
17 entries across 17 versions & 9 rubygems