ruote log_2010-07-19

2010-07-19 01:36:30 utc dhf jmettraux: good evening
2010-07-19 01:36:41 utc jmettraux dhf: good morning
2010-07-19 01:37:15 utc dhf The presentations of Ruote went well last week. They want a proof of concept ASAP
2010-07-19 01:37:25 utc jmettraux congrats !
2010-07-19 01:38:59 utc dhf Just downloaded the latest ruote and now get an error on st = Ruote::FsStorage.new('/tmp/dhf') I get NoMethodError: undefined method `generate' for #
2010-07-19 01:39:24 utc jmettraux which version of the 'json' gem are you using ?
2010-07-19 01:40:27 utc jmettraux ('yajl-ruby' is recommended, 'json' should be at least 1.4.3)
2010-07-19 01:40:56 utc dhf json_pure 1.4.3
2010-07-19 01:41:32 utc jmettraux ok let me try with that version, but yajl-ruby is really faster
2010-07-19 01:42:03 utc dhf I am not loading either from my Gemfile.
2010-07-19 01:42:27 utc jmettraux please specify yajl-ruby in there
2010-07-19 01:43:12 utc dhf I am doing so now to check
2010-07-19 01:43:18 utc jmettraux gem 'yajl-ruby', :require => 'yajl'
2010-07-19 01:43:20 utc jmettraux iirc
2010-07-19 01:48:10 utc dhf ok, thanks that did it
2010-07-19 01:48:46 utc jmettraux :)
2010-07-19 01:54:56 utc dhf is not pure-json still referenced in the doc?
2010-07-19 01:55:05 utc jmettraux where ?
2010-07-19 01:55:23 utc jmettraux ah yes, the quickstart
2010-07-19 01:56:00 utc jmettraux but it's for Windows people
2010-07-19 01:56:03 utc dhf that is where I saw it
2010-07-19 01:56:43 utc dhf it got loaded automatically because I did not have yajl installed
2010-07-19 01:57:03 utc jmettraux http://github.com/jmettraux/ruote_website/blob/master/ruote/content/quickstart.txt#L29-38 yes
2010-07-19 06:11:38 utc dhf jmettraux: When you use the :load_path, how can you specify that the participant is part of a module. When I direct register I used the full name: Participants::ImageParticipant.
2010-07-19 06:12:21 utc jmettraux :load_path => 'participant/image_participant.rb' usually
2010-07-19 06:14:57 utc dhf ok. I had removed the Participants:: before the class name.
2010-07-19 06:16:10 utc dhf I am going to do my auto participant load using your new :load_path and an additional data structure. It will meet my needs.
2010-07-19 06:17:06 utc jmettraux :)