My mac had an unrecoverable error this week, fortunately I was able to back up my files before erasing the drive and reinstalling OSX. I reinstalled the google-appengine gem, but haven't get things working right yet.
appcfg.rb generate_app . in my applications directory generates:
On Fri, Jan 14, 2011 at 7:23 PM, Tim Inman <tim.in...@gmail.com> wrote: > Hi everyone,
> My mac had an unrecoverable error this week, fortunately I was able to back > up my files before erasing the drive and reinstalling OSX. > I reinstalled the google-appengine gem, but haven't get things working > right yet.
> appcfg.rb generate_app . in my applications directory generates:
> Additionally, I'm now using rubygems version 1.4.2? Can anyone confirm if
> bundler08 is working with rubygems1.4.2?
> Tim
> On Fri, Jan 14, 2011 at 7:23 PM, Tim Inman <tim.in...@gmail.com> wrote:
> > Hi everyone,
> > My mac had an unrecoverable error this week, fortunately I was able to back
> > up my files before erasing the drive and reinstalling OSX.
> > I reinstalled the google-appengine gem, but haven't get things working
> > right yet.
> > appcfg.rb generate_app . in my applications directory generates:
I had thought that since there was an update system command that there would be a command to downgrade, but that doesn't seem to be the case. I think what I ended up doing was just deleting the old executable and downloading a new .dmg (on mac osx).
You can down grade rubygems by installing rubygems-update -v 1.3.7 and running update_rubygems.
I've sometimes had an issue with it where update_rubygems wasn't added to the path. Then you need to run ruby -I /<path-to-gems>/rubygems-update-1.3.7/lib /<path-to-gems/rubygems-update-1.3.7/bin/update_rubygems
The -I is because rubygems-update needs to be on the load path. On Feb 4, 2011 12:50 AM, "Tim Inman" <tim.in...@gmail.com> wrote:
> I had thought that since there was an update system command that there would > be a command to downgrade, but that doesn't seem to be the case. I think > what I ended up doing was just deleting the old executable and downloading a > new .dmg (on mac osx).
> Tim
> -- > You received this message because you are subscribed to the Google Groups
"Google App Engine for JRuby" group.
> To post to this group, send email to appengine-jruby@googlegroups.com. > To unsubscribe from this group, send email to
> On Jan 15, 6:45 am, Tim Inman <tim.in...@gmail.com> wrote:
> > Additionally, I'm now using rubygems version 1.4.2? Can anyone confirm if
> > bundler08 is working with rubygems1.4.2?
> > Tim
> > On Fri, Jan 14, 2011 at 7:23 PM, Tim Inman <tim.in...@gmail.com> wrote:
> > > Hi everyone,
> > > My mac had an unrecoverable error this week, fortunately I was able to back
> > > up my files before erasing the drive and reinstalling OSX.
> > > I reinstalled the google-appengine gem, but haven't get things working
> > > right yet.
> > > appcfg.rb generate_app . in my applications directory generates:
> On Feb 2, 12:52 pm, winfield <winfield...@gmail.com> wrote:
> > rubygems above 1.4 not working for me either
> > I downgrade to 1.3.7 to solve it.
> > On Jan 15, 6:45 am, Tim Inman <tim.in...@gmail.com> wrote:
> > > Additionally, I'm now using rubygems version 1.4.2? Can anyone confirm if
> > > bundler08 is working with rubygems1.4.2?
> > > Tim
> > > On Fri, Jan 14, 2011 at 7:23 PM, Tim Inman <tim.in...@gmail.com> wrote:
> > > > Hi everyone,
> > > > My mac had an unrecoverable error this week, fortunately I was able to back
> > > > up my files before erasing the drive and reinstalling OSX.
> > > > I reinstalled the google-appengine gem, but haven't get things working
> > > > right yet.
> > > > appcfg.rb generate_app . in my applications directory generates:
> > > > My first guess was something like a problem with paths and ruby finding
> > > > executables, but I'm not getting anywhere on my own. Any ideas?