I got it working, after a bit of futzing. config/environment.rb from the 2.1rc1 was in the config directory.
I did not have git on my path and have put it there (C:\Program Files\Git\bin). Doing that allowed "bundle install" to make more progress, but it's still failing. The message says to run 'gem update --system'. After doing that, 'bundle install' seemed to work. Launching mongrel, I get: D:\Profiles\myusername\My Documents\Downloads\TracksApp-tracks-0479c7b>ruby script\server -e production fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git => Booting Mongrel => Rails 2.3.14 application starting on http://0.0.0.0:3000 NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from C:/Ruby187/lib/ruby/gems/1.8/gems/rails-2.3.14/lib/rails/gem_dependency.rb:21. config.gem: Unpacked gem aruba-0.2.2 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. => Call with -d to detach => Ctrl-C to shutdown server Going to localhost:3000/signup, everything worked, but only after I put the full path to the sqlite3 database in the database.yml file. > Tracks is complaining about missing git. > Did you use the config/environment.rb from the 2.1rc1? > > Could you post the complete stack trace? > > Reinier > >> -----Oorspronkelijk bericht----- >> Van: [email protected] >> [mailto:tracks-discuss- >> [email protected]] Namens [email protected] >> Verzonden: woensdag 4 april 2012 16:56 >> Aan: [email protected] >> Onderwerp: [Tracks-discuss] Re: Release Candidate 1 of Tracks 2.1 is >> out! >> >> I'm having an issue starting 2.1 with mongrel: >> >> D:/Profiles/myusername/My >> Documents/Downloads/TracksApp-tracks-0479c7b/vendor/gems/aruba- >> 0.2.2/aruba.gemspec:17:in >> ``': No such file or directory - git ls-files (Errno::ENOEN >> T) >> from D:/Profiles/myusername/My >> Documents/Downloads/TracksApp-tracks-0479c7b/vendor/gems/aruba- >> 0.2.2/aruba.gemspec:17 >> from >> C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/specification.rb:349:in >> `initialize' >> from D:/Profiles/myusername/My >> Documents/Downloads/TracksApp-tracks-0479c7b/vendor/gems/aruba- >> 0.2.2/aruba.gemspec:4:in >> `new' >> from D:/Profiles/myusername/My >> Documents/Downloads/TracksApp-tracks-0479c7b/vendor/gems/aruba- >> 0.2.2/aruba.gemspec:4 >> >> > Hi all, >> > >> > It is finally release candidate time! >> >> _______________________________________________ >> Tracks-discuss mailing list >> [email protected] >> http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss > > _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
