Closed plang closed 13 years ago
I am facing exact same problem. No idea about the conflict with pg gem. Cant find any reference to the gem in the stack trace.
Same problem here, have tried p136 and p180. Again, works fine when gem pg commented out.
Since this appears to be a problem between the pg gem and Net::HTTP, I'm not sure how I can comment on it. Furthermore, the 1.0.1 release of this gem no longer downloads any files, so this shouldn't be an issue anyway.
Hi,
When the pg gem is loaded, rails g jquery:install segfaults:
macbook-pro-de-philippe-lang:fart plang$ rails g jquery:install remove public/javascripts/controls.js remove public/javascripts/dragdrop.js remove public/javascripts/effects.js remove public/javascripts/prototype.js fetching jQuery (1.5) identical public/javascripts/jquery.js identical public/javascripts/jquery.min.js fetching jQuery UJS adapter (github HEAD)
As soon as you comment it in the Gemfile, everything runs fine.
Any idea what kind of conflict there can be between jquery-rails and pg gems?