I wonder if this will help MacRuby applications: http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the-future/ Sounds like it is tied to Rails, but might be possible to extend it slightly to serve our needs... -enp
On Fri, Oct 16, 2009 at 2:01 PM, Ernest N. Prabhakar, Ph.D. <prabhaka@apple.com> wrote:
I wonder if this will help MacRuby applications: http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the-future/
Sounds like it is tied to Rails, but might be possible to extend it slightly to serve our needs...
It's completely independent of Rails, though Rails 3 is using it :) jeremy
Yehuda is wicked smart and tends to reach for fundamental and well-considered solutions, so I expect this to be quite solid. -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development
Hi Rich, On Oct 16, 2009, at 2:14 PM, Rich Morin wrote:
Yehuda is wicked smart and tends to reach for fundamental and well-considered solutions, so I expect this to be quite solid.
I don't doubt that. What I'm wondering is whether it is "generic" enough that we could use it as "the" solution for bundling arbitrary gems -- or even MacRuby itself -- inside Mac OS X applications. Any insights on that? -- Ernie P.
At 2:49 PM -0700 10/16/09, Ernest N. Prabhakar, Ph.D. wrote:
What I'm wondering is whether it is "generic" enough that we could use it as "the" solution for bundling arbitrary gems -- or even MacRuby itself -- inside Mac OS X applications. Any insights on that?
Sadly, no, but I suspect that Matt Aimonetti does (:-). Also, if the problems aren't too fundamental (and/or can be reported fairly soon), there's a pretty good chance of YK fixing them. So, I strongly suggest that the MacRuby community try out the new tools as soon as possible and see what happens... -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm@cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development
I'm planning on using this in Rucola as well, this should all be à rake task away. But still need to fix the plumbing fitst... Eloy Sent from my iPhone On 16 okt 2009, at 23:01, "Ernest N. Prabhakar, Ph.D." <prabhaka@apple.com
wrote:
I wonder if this will help MacRuby applications:
http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the- future/
Sounds like it is tied to Rails, but might be possible to extend it slightly to serve our needs...
-enp _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
The Gem bundler that Carl Lerche and Yehuda Katz worked on should in theory work great with MacRuby. However, as far as I know, it doesn't offer a fallback to system gems, so you need to package all your gems with your application. (which, really, shouldn't be a problem) That said, I never gave it a shot with MacRuby, but that sounds like a fun project for when I come back from vacation. - Matt On Fri, Oct 16, 2009 at 7:36 PM, Eloy Duran <eloy.de.enige@gmail.com> wrote:
I'm planning on using this in Rucola as well, this should all be à rake task away. But still need to fix the plumbing fitst...
Eloy
Sent from my iPhone
On 16 okt 2009, at 23:01, "Ernest N. Prabhakar, Ph.D." <prabhaka@apple.com> wrote:
I wonder if this will help MacRuby applications:
<http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the-future/> http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the-future/
Sounds like it is tied to Rails, but might be possible to extend it slightly to serve our needs...
-enp
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
If the AOT compiler's being used, I wonder if there's the possibility of statically compiling gems into the executable itself? --Mike On Oct 16, 2009, at 5:01 PM, Ernest N. Prabhakar, Ph.D. wrote:
I wonder if this will help MacRuby applications:
http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the- future/
Sounds like it is tied to Rails, but might be possible to extend it slightly to serve our needs...
-enp _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
It looks like support for system gems was added today. http://github.com/wycats/bundler/commit/8a7ee26c8a979b69a2b7b299a3d9bfe248fe... --J On Sat, Oct 17, 2009 at 4:50 PM, Michael Shapiro <koudelka@ryoukai.org> wrote:
If the AOT compiler's being used, I wonder if there's the possibility of statically compiling gems into the executable itself?
--Mike
On Oct 16, 2009, at 5:01 PM, Ernest N. Prabhakar, Ph.D. wrote:
I wonder if this will help MacRuby applications:
http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the-future/
Sounds like it is tied to Rails, but might be possible to extend it slightly to serve our needs...
-enp _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Mike, this sounds like a very interesting option for packaging gems with a MacRuby application. Also, one might be able to ship dynamically linked libraries with the application. -Conrad On Sat, Oct 17, 2009 at 2:50 PM, Michael Shapiro <koudelka@ryoukai.org>wrote:
If the AOT compiler's being used, I wonder if there's the possibility of statically compiling gems into the executable itself?
--Mike
On Oct 16, 2009, at 5:01 PM, Ernest N. Prabhakar, Ph.D. wrote:
I wonder if this will help MacRuby applications:
http://litanyagainstfear.com/blog/2009/10/14/gem-bundler-is-the-future/
Sounds like it is tied to Rails, but might be possible to extend it slightly to serve our needs...
-enp _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (8)
-
Conrad Taylor
-
Eloy Duran
-
Ernest N. Prabhakar, Ph.D.
-
Jeremy Kemper
-
Jonathan Hicks
-
Matt Aimonetti
-
Michael Shapiro
-
Rich Morin