Hi,

I bundled the dependencies of my merb app with thor which created the
cache, doc, gems and specifications directories under gems. I then
added all these directories (recursively) to source control. I'm using
svn. I then proceeded to deploy my application to production, which
performed "/bin/thor merb:gem:redeploy" in order to compile the native
gems.

The redeploy thor task did nothing because, I guess, the gems/gems
directories already exist and it thinks it doesn't need to recompile
the gems. So, after you bundle the dependencies, do you only add the
gems/cache directory to source control? You won't have access to thor
in that case, since ./bin/thor uses ./gems/gems/thor. So, what is the
correct setup for source control?

I have one other quick question to an issue that I came across when
compiling the native gems on the remote machine: does module do_mysql
compile with mysql 4.1 libraries?

Thanks,
Tiberiu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to