Hi
Obviously my Titanium app can have a Ruby interpreter built in, and I know there's an API to launch new processes.
My question is, is there a way to launch a new Ruby process. I've had a dig around in the packages app (MacOS) and it looks like everything gets linked into a single executable, so there's no separate 'ruby' binary to launch.
If there's no way out I guess I'll just have to bundle yet another complete Ruby setup inside my Resources directory
Also - same question for SQLite - any way other processes I launch can get use it?
Cheers
Tom