Also 1 can be replaced by $ gem source add http://edge.merbivore.com but if you do that, you will always install the edge version.
I personally prefer doing: 1. $ sudo gem install merb --source http://edge.merbivore.com (you might have to add --source http://gems.rubyforge.com if you need some extra gems) 2. change the dependencies 3. thor merb:gem:install - Matt On Mon, Feb 23, 2009 at 9:02 PM, m7d <[email protected]> wrote: > > Just documenting this here for anyone who might need it. To bundle > edge merb: > > 1. add http://edge.merbivore.com to .gemsrc in home dir > 2. change merb version in dependencies to 1.1 > 3. thor merb:gem:install > > On Feb 23, 10:15 am, Matt Aimonetti <[email protected]> wrote: > > it seems that we had a right issues on the server box, the problem should > > now be fixed. Please let me know. > > > > - Matt > > > > On Mon, Feb 23, 2009 at 9:37 AM, Matt Aimonetti <[email protected] > >wrote: > > > > > I'm going to look at that this morning. > > > > > Thanks, > > > > > - Matt > > > > > On Mon, Feb 23, 2009 at 4:31 AM, keeran <[email protected]> wrote: > > > > >> Looks like this is causing the issue? > > > > >> GET 404 Not Found: > > >>http://edge.merbivore.com/quick/Marshal.4.8/merb-1.1.gemspec.rz > > > > >> K > > > > >> On Feb 20, 8:09 pm, keeran <[email protected]> wrote: > > >> > Ah this might shed some light :) > > > > >> > kee...@ravage-2:~$ sudo gem install merb --sourcehttp:// > > >> edge.merbivore.com > > >> > --sourcehttp://gems.rubyforge.org--backtrace--debug > > >> > Exception `NameError' at /opt/local/lib/ruby/site_ruby/1.8/rubygems/ > > >> > command_manager.rb:134 - uninitialized constant > > >> > Gem::Commands::InstallCommand > > >> > Exception `Gem::RemoteFetcher::FetchError' at /opt/local/lib/ruby/ > > >> > site_ruby/1.8/rubygems/remote_fetcher.rb:253 - bad response Not > Found > > >> > 404 ( > http://edge.merbivore.com/quick/Marshal.4.8/merb-1.1.gemspec.rz) > > >> > Exception `Gem::RemoteFetcher::FetchError' at /opt/local/lib/ruby/ > > >> > site_ruby/1.8/rubygems/remote_fetcher.rb:146 - bad response Not > Found > > >> > 404 ( > http://edge.merbivore.com/quick/Marshal.4.8/merb-1.1.gemspec.rz) > > >> > Exception `Gem::RemoteFetcher::FetchError' at /opt/local/lib/ruby/ > > >> > site_ruby/1.8/rubygems/spec_fetcher.rb:69 - bad response Not Found > 404 > > >> > (http://edge.merbivore.com/quick/Marshal.4.8/merb-1.1.gemspec.rz) > > >> > Exception `Gem::GemNotFoundException' at > /opt/local/lib/ruby/site_ruby/ > > >> > 1.8/rubygems/dependency_installer.rb:197 - could not find gem merb > > >> > locally or in a repository > > >> > ERROR: could not find gem merb locally or in a repository > > >> > Exception `Gem::LoadError' at /opt/local/lib/ruby/site_ruby/1.8/ > > >> > rubygems.rb:636 - Could not find RubyGem rdoc (>= 0) > > > > >> > kee...@ravage-2:~$ > > > > >> > On Feb 20, 8:03 pm, Matt Aimonetti <[email protected]> wrote: > > > > >> > > Can you give me the full trace please? Btw I think the proper URL > > >> ishttp://edge.merbivore.com > > > > >> > > My burger is getting cold, I'll be back in my office in a bit. > > > > >> > > -Matt > > > > >> > > Sent from my iPhone > > > > >> > > On Feb 20, 2009, at 11:58, keeran <[email protected]> wrote: > > > > >> > > > Thanks for checking Matt - unfortunately same result > > > > >> > > > On Feb 20, 7:48 pm, Matt Aimonetti <[email protected]> > wrote: > > >> > > >> The Thor task is disable, what gem is missing? My guess is that > you > > >> > > >> need to pass 2 sources since DM won't be available on our > server: > > > > >> > > >> $ sudo gem install merb --sourcehttp://gems.merbivore.com-- > > >> > > >> sourcehttp://gems.rubyforge.org > > > > >> > > >> Give it a try and let me know. > > > > >> > > >> -Matt > > > > >> > > >> Sent from my iPhone > > > > >> > > >> On Feb 20, 2009, at 11:34, keeran <[email protected]> wrote: > > > > >> > > >>> Some of the returned messages : > > > > >> > > >>> kee...@ravage-2:~/sites/gh_stet(master)$ sudo gem install > merb -- > > >> > > >>> sourcehttp://gems.merbivore.com > > >> > > >>> ERROR: could not find gem merb locally or in a repository > > >> > > >>> (same for edge.merbivore.com) > > > > >> > > >>> kee...@ravage-2:~/sites/gh_stet(master)$ sudo thor > > >> > > >>> merb:stack:install > > >> > > >>> --edge > > >> > > >>> There was no available namespace `merb:stack'. > > >> > > >>> (same for all thor tasks - after deleting tasks/merb.thor & > > >> merb-gen > > >> > > >>> thor). > > > > >> > > >>> On Feb 20, 6:34 pm, keeran <[email protected]> wrote: > > >> > > >>>> Hi guys, > > > > >> > > >>>> Have spent the best part of this afternoon trying to find the > > >> > > >>>> current > > >> > > >>>> method of bundling edge Merb into an app. The most recent > > >> > > >>>> articles / > > >> > > >>>> guides / references I can find are from November and appear > to be > > > > >> > > >>>> out > > >> > > >>>> of date. > > > > >> > > >>>> I need to get my app onto edge for run_later support - the > > >> > > >>>> following > > >> > > >>>> all draw blanks: > > > > >> > > >>>> sudo thor merb:stack:install --edge > > >> > > >>>> bin/thor merb:edge --install > > >> > > >>>> sudo gem install merb --sourcehttp://edge.merbivore.com > > > > >> > > >>>> Any help appreciated! > > > > >> > > >>>> Kee > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
