ruote log_2010-08-18

2010-08-18 05:59:24 utc jmettraux cool : http://twitter.com/sora_h/status/21467306006
2010-08-18 06:00:16 utc tosch_le is there a ruby-debug192 anywhere yet?
2010-08-18 06:00:29 utc jmettraux :-(
2010-08-18 06:00:43 utc tosch_le sorry, could not resist ;-)
2010-08-18 06:05:13 utc tosch_le hmm, http://mhfs.com.br/2010/06/03/ruby-1-9-2-rvm-ruby-debug.html looks promising
2010-08-18 06:08:31 utc jmettraux june 2010. where has it gone now
2010-08-18 06:17:50 utc tosch_le unfortunately, ruby-debug19 still fails with "lib/ruby_debug.so: undefined symbol: ruby_current_thread" :-(
2010-08-18 06:18:27 utc tosch_le but wait -- i suppose he tries to run my system ruby. what the heck…
2010-08-18 06:18:55 utc jmettraux sorry, could you remind me why you need ruby-debug ?
2010-08-18 06:19:28 utc tosch_le "rake spec" in ruote-kit uses ruby-debug. don't ask me why.
2010-08-18 06:19:46 utc tosch_le perhaps it's a rspec dependency?
2010-08-18 06:19:57 utc jmettraux let me check
2010-08-18 06:20:12 utc jmettraux http://rubygems.org/gems/rspec
2010-08-18 06:20:28 utc jmettraux no runtime deps
2010-08-18 06:21:04 utc tosch_le hmm. i'll investigate that
2010-08-18 06:24:16 utc tosch_le there's that '--debugger' option set in spec/spec.opts
2010-08-18 06:24:37 utc jmettraux let's simplify our lives
2010-08-18 06:27:02 utc tosch_le oh yes, please.
2010-08-18 06:29:40 utc tosch_le found the culprit for the undefined symbol, though: the rake installation went wrong, seemingly. there was a "#! /usr/bin/env ruby1.8" shebang.
2010-08-18 06:31:03 utc jmettraux I did gem uninstall ruby-debug ruby-debug-base
2010-08-18 06:31:08 utc jmettraux there were no complaints
2010-08-18 06:31:16 utc jmettraux then I did "rake spec"
2010-08-18 06:31:25 utc jmettraux no such file to load -- ruby-debug
2010-08-18 06:31:40 utc jmettraux I removed the --debugger and rake spec was successful
2010-08-18 06:32:07 utc tosch_le so let's drop the "--debugger"
2010-08-18 06:32:13 utc jmettraux :-)
2010-08-18 06:32:15 utc tosch_le we may add it locally if we need it
2010-08-18 06:32:20 utc jmettraux OK, committing
2010-08-18 06:32:23 utc tosch_le :-)
2010-08-18 06:32:47 utc tosch_le having load errors with ruby 1.9.2 in ruote-kit, now, though
2010-08-18 06:32:48 utc jmettraux pushed
2010-08-18 06:33:12 utc tosch_le seems the current dir isn't in the ruby load path
2010-08-18 06:33:45 utc tosch_le rake aborted! ; no such file to load -- lib/ruote-kit/version ; /home/tsc/git/ruote-kit/Rakefile:8:in `require'
2010-08-18 06:34:02 utc jmettraux 1.9.2 ?
2010-08-18 06:34:11 utc tosch_le ruby-1.9.2-preview1
2010-08-18 06:36:47 utc jmettraux ftp://ftp.ruby-lang.org//pub/ruby/1.9/
2010-08-18 06:37:01 utc jmettraux yeah, we'll have to wait for the p0
2010-08-18 06:37:42 utc tosch_le oups, preview1 is quite old.
2010-08-18 06:38:17 utc tosch_le you're right, let's see what p0 brings
2010-08-18 08:56:27 utc dhf tosch_le: did you look at the rRC2 versions. I have been bring my code up on it.
2010-08-18 08:59:21 utc tosch_le didn't do that already, will wait for p0 now; nobody has complained about ruote-kit not running on ruby 1.9.2 until now. but thanks for the hint anyway.
2010-08-18 21:01:57 utc fixr Hey guys, just saying "hello" over here :)
2010-08-18 23:24:50 utc jmettraux fixr: hola, welcome on #ruote
2010-08-18 23:26:30 utc fixr jmettraux: thanks! I'm getting so involved with ruote lately, it only seems natural for me to be here regularly. Hopefully I can contribute with some code/help sometime soon
2010-08-18 23:26:41 utc jmettraux :-)
2010-08-18 23:35:22 utc fixr by the way, excellent work on Ruote. I couldn't say that enough, it's helped us a lot on our applications
2010-08-18 23:35:44 utc jmettraux great to hear, even better to think you're moving to the 2.1.x ligne
2010-08-18 23:35:46 utc jmettraux line
2010-08-18 23:37:02 utc fixr indeed. Right now I'm getting into ruote-kit
2010-08-18 23:37:57 utc fixr I should thank Kenneth too :)
2010-08-18 23:38:23 utc jmettraux and Torsten and anb_ ;-)
2010-08-18 23:40:45 utc fixr oh, that's right! Ruote is gaining more and more contributors!
2010-08-18 23:45:25 utc fixr Well, I'm off to home. Nice getting to know you John, have a good day over there. See you around!
2010-08-18 23:45:25 utc jmettraux for what kind of processes are you using ruote ?
2010-08-18 23:45:35 utc jmettraux ah OK, have a good evening ! Ciao !
2010-08-18 23:46:12 utc fixr let me answer that
2010-08-18 23:47:27 utc fixr the short answer is, we work on a Knowledge Management (KM) web solution (http://en.wikipedia.org/wiki/Knowledge_management)
2010-08-18 23:47:50 utc jmettraux nice
2010-08-18 23:48:28 utc fixr basically, we have data that is to be shared among people on organizations. That data travels within workflows
2010-08-18 23:48:50 utc jmettraux are you pointing to the data ?
2010-08-18 23:48:57 utc jmettraux (from the workflows / workitems ?)
2010-08-18 23:50:11 utc fixr we use custom forms to hold the data, kinda like a form builder for each "knowledge block", and attach it to ruote workflows
2010-08-18 23:50:26 utc fixr something like a very especialized ruote-web2
2010-08-18 23:51:03 utc fixr more like the data is pointing to the workflows, yes )
2010-08-18 23:51:09 utc fixr :)*
2010-08-18 23:51:20 utc jmettraux I'm so glad to read that : form builder, it sounds so right
2010-08-18 23:52:02 utc fixr I'm wishing to contribute some of that I've learned with this particular use case to ruote
2010-08-18 23:52:21 utc fixr not sure if it'd be helpful, but still :)
2010-08-18 23:53:02 utc jmettraux even if it's packaged as ideas, help, conversations, it's already great and welcome
2010-08-18 23:53:32 utc fixr glad to hear that!
2010-08-18 23:53:43 utc fixr I will elaborate more, but I really have to go now hehe
2010-08-18 23:53:55 utc jmettraux ciao !
2010-08-18 23:54:06 utc fixr see you around! bye