Why does bundle install always take SOOOO long on jquery-rails?
sergiotapia opened this issue · 6 comments
I was curious as I'm learning Rails from scratch.
Whenever I run a bundle install command on any Rails application it always takes several minutes on "Installing jquey-rails" - why is that?
Every other gem in my Gemfile bundles quickly in 1 to 10 seconds, except this gem.
Any ideas?
I have no idea. I've never noticed this or had anyone else report it. Is it still an issue for you?
Yeah it's still an issue. But it's only the first bundle install, so I guess it's a "non-issue". Still, curious about it.
Happens for me as well, using JRuby 1.7.3 - sure, everything is slower, because the JVM needs to start, but jquery-rails is by far the longest running.
Teaching myself Rails at the minute, happens to me on jquery-rails 2.2.1 (on Rails 3.2.12). Network activity is telling me that it's downloading A LOT of data...
Is this still an issue for people? I don't know why it'd be downloading so much data. You can go to rubygems.org/gems/jquery-rails and click "Download" to download the gem file directly, and see that it's only 186KB.
This was a bug in Bundler. It's fixed in the latest release.