Hello Jeff,
thanks a lot for sharing your "process".
Which version of Git are you using. IIRC, "submodule" are a feature of
Git 1.6.x, it doesn't work with git 1.5.x
(I will add a warning about that to the install procedure on github).
> <btw, I'm Ruby 1.8.6 & Rails 2.3.2, atop InstantRails 2.0, using
> Netbeans6.5 fyi>
>
> I dug into ruote.rake and simply manually followed these steps you so
> kindly automated (with evil Git commands):
>
> 1) download git://github.com/jmettraux/ruote.git, and copy into ruote-
> web2/vendor/ruote_plugin/
>
> 2) following through ruote.rake, next command was to place fluo-
> can.js, fluo-json.js & fluo-tred.js into ruote-web2/public/javascripts
> --> cool beans, they're already there (somehow). Already downloaded
> ruote-fluo, but okay.
This "fetch_fluo" task is not run on install, I provide it as an easy
way for people to upgrade their ruote-fluo when there are changes in
it.
> 3) to complete '>>rake gems:install' I had to edit ruote-web2/
> environment.rb to add the following line (to circumvent a HOME
> undefined error):
> ENV['HOME'] = 'c:\dev\InstantRails\rails_apps\ruote-web2'
>
> 4) created db (rake db:create)
>
> 5) I had to edit config/initializer/participant.rb to comment out the
> sample participant because it was erroring out my attempts to
> db:migrate
>
> 6) rake db:migrate
>
> 7) rake db:fixtures:load FIXTURE_PATH=db/dev_fixtures
>
> And at long last
>
> 8) script/server & live at http://127.0.0.1:3000/session/new -- whew!
>
> Been running a brief while now, and most features appear to be
> working. Except I know better than to rename 'admins' now.
>
> Downloading 700mb of Git install turned out to be a complete waste of
> time for me, though I'll likely start using it locally for my own
> version control. Hope these steps spare any other n00bs that time in
> the future.
Thanks a lot Jeff, I will immediately write something about git 1.5.x
/ 1.6.x on the ruote-web2 install procedure.
Best regards,
--
John Mettraux - http://jmettraux.wordpress.com
Hello Jeff,
Ah OK, C:/..., the engine thinks it's a remote thing / URI.
> However, given my rather awkward/cumbersome/goofy steps to try to get
> ruote-web2 running, methinks I may have missed something rather
> substantial, e.g. _not_ actually correctly incorporating open-wfe/
> ruote/?
No, you haven't missed anything.
Feel free to set :remote_definitions_allowed to true in
vendor/plugins/ruote_plugin/init.rb
h[:remote_definitions_allowed] = true
until I fix this issue :
http://rubyforge.org/tracker/index.php?func=detail&aid=25301&group_id=2609&atid=10023
Thanks for your efforts, best regards,
Hello Jeff,
I committed a tentative fix :
http://github.com/jmettraux/ruote/commit/40ebd454af2e709a0a8a131f3127bfb01b8acfb4
If you have some time, could you tell me if it works for you ?
Thanks in advance,
Hello Freddy,
could I have the backtrace for "marshal data too short" ? Else I won't
be able to help you.
May I have some details about your windows version and your ruby
version ? Cygwin or ruby.exe something ?
Thanks for the information, what happens if you stop, erase work/ and
restart ? Does this "marshal data too short" come back ?
Thanks for the info, is there some information about the "process
launch failed" in the log ?
argh, sorry.
in public/defs/sequence1.rb remove the participant "herr_murphy" line,
it's a test participant that triggers that "dead beef" error. It's on
purpose.
I shouldn't have committed that. So nothing wrong.
Best regards,
Hello Freddy,
OK, I found a windows laptop. Trying to install / test right now. I
hope to have a decent test environment soon.
I'll come back with results in this thread.
Thanks and best regards,
Hi Jeff + Freddy,
I now have a windows install and I think I have fixed the C:/ issue :
http://github.com/jmettraux/ruote/commit/f33623b6f72224325f883f7076e2c94391ea776a
I myself have an issue with mysql 5.0.77 and the gem mysql (version
2.7.3). Which version of this gem are you guys using ? (gem search
mysql). I will try with sqlite3 for now.
Best regards,
Hi Freddy,
as you've spotted, you can set the :persist_as_yaml to true in the
application_context, ie replace the line 48 of config/environment.rb
with that one :
RUOTE_ENV = { :persist_as_yaml => true }
It will have the same effect as the change you've described.
> However, I still don't know why the Marshalling fails. Maybe you have
> to force UTF-8? Or Marshal files are not plain files but HEX or
> something else?
This commit fixes the issue (for me at least) :
http://github.com/jmettraux/ruote/commit/fb533e799128b43a8941660dadc744bcaabebde1
Now, I'd really love if you'd answer these previous questions of mine :
On Apr 17, 4:19 am, John Mettraux <jmettr...@openwfe.org> wrote:
>
> Hi Jeff + Freddy,
>
> I myself have an issue with mysql 5.0.77 and the gem mysql (version
> 2.7.3). Which version of this gem are you guys using ? (gem search mysql).
Which version of MySQL are you using ?
Which version of the ruby mysql gem are you using ?
That would really help me.
Thanks in advance, que le vaya bien,
Ah great,
sorry, I read your answer on the iPhone at first and it made me skip
your first answer.
My issue is active-record (well, the whole ruby runtime) dying after a
while when re-connecting to mysql.
I will try with 5.1.11.
Thanks !
Hello,
I don't own any copy of ms-sql, I can't help you much.
Have you tried to google a bit :
?
Next time, could you please start a new thread of discussion ? This
connection problem is not related directly to the thread started by
Coondog. Thanks in advance.
Best regards,
Hi Bahaw,
please do not "steal" an old discussion thread, if you encounter an
issue, you have to create a new thread of discussion.
The issue you are encountering is/was discussed in
http://groups.google.com/group/openwferu-users/browse_frm/thread/a802c856569c05f8
ending in a further issue about the mysql driver.
As said to Pranav, I will not be able to track this problem before next month.
Best regards,