It looks like it will just run a build off the gem spec. No rake tasks allow :)
I think it would still be possible to write one that wraps up all the components. If someone wants to write up such a spec, I'd be happy to try it out on the github server. On Apr 26, 8:15 pm, Matt Palmer <[EMAIL PROTECTED]> wrote: > On Sat, Apr 26, 2008 at 05:51:19PM -0700, Josh Peek wrote: > > On Apr 25, 1:08 pm, Trevor Turk <[EMAIL PROTECTED]> wrote: > > > Now that github has built this gem server setup (see links below), > > > would it be possible to set up a gem for "rails edge" hosted on > > > github? This would allow you to do something like the following in > > > 2.1: > > > > config.gem "rails-rails", :source => "http://gems.github.com/" # use > > > rails edge gem > > > > I don't know if that would work, or if it would be a good idea, but > > > it's a thought :) > > > >http://gems.github.com/http://github.com/blog/51-github-s-rubygem-ser...... > > > Not sure how this would work since we have a gem for each component > > and all the components are in one git repo. We might have to split up > > them up into different repos. > > > But it would be cool for people to track rails edge through gems. > > Surely it'd just be a matter of having a Rake task in the top-level (or > however Github's implementing the gem creation; haven't looked yet) that ran > the gem creator for each component? I'm a bit surprised that isn't already > implemented in the Rails tree, actually. > > - Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
