Hey all...
Problems with the way rails parses win32 gems I think. Found a
workaround that has fixed locally. Had to change file -->
vendor_gem_source_index.rb
Getting:
App failed to start
An error happened during the initialization of your app.
----------------------------------------------------------------------------------------------------------------------------------------
Partial Trace
/usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/version.rb:182:in
`initialize': Malformed version number string mswin32 (ArgumentError)
from /home/slugs/262237_5f6ad9f_de5f/mnt/.gems/gems/rails-2.3.4/lib/
rails/vendor_gem_source_index.rb:105:in `new'
from /home/slugs/262237_5f6ad9f_de5f/mnt/.gems/gems/rails-2.3.4/lib/
rails/vendor_gem_source_index.rb:105:in `version_for_dir'
from /home/slugs/262237_5f6ad9f_de5f/mnt/.gems/gems/rails-2.3.4/lib/
rails/vendor_gem_source_index.rb:47:in `refresh!'
from /home/slugs/262237_5f6ad9f_de5f/mnt/.gems/gems/rails-2.3.4/lib/
rails/vendor_gem_source_index.rb:45:in `each'
from /home/slugs/262237_5f6ad9f_de5f/mnt/.gems/gems/rails-2.3.4/lib/
rails/vendor_gem_source_index.rb:45:in `refresh!'
from /home/slugs/262237_5f6ad9f_de5f/mnt/.gems/gems/rails-2.3.4/lib/
rails/vendor_gem_source_index.rb:29:in `initialize'
----------------------------------------------------------------------------------------------------------------
I have used this workaround: (3rd post)
http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/2af3c2930bfb4bce
also reference:
https://rails.lighthouseapp.com/projects/8994/tickets/4295-rails-incorrectly-imposes-version-number-as-last-part-of-gem-directory-name
---------------------------------------------------------------------
This workaround was done on my local machine. I don't believe I can
change these files on Heroku? Is there any way to get my app up and
running? Would love to deploy this app to Heroku as paid account.
Thanks
Shawn Lindsey
--
You received this message because you are subscribed to the Google Groups
"Heroku" 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/heroku?hl=en.