-
I re-did everything and re downloaded the gem and made sure "tzinfo" was installed. the Gem that was re-downloaded was 0.9.3 again. Should this not be 0.9.4 or should I use the --pre option?
The sc…
-
It appears that bundler is re-resolving and un-taring the .gem files on _every_ request. Including javascripts, stylesheets, everything. This may not actually be a bundler problem -- maybe it's a shot…
-
- Bundler.setup alters the load_paths
- if you do Bundler.setup, bundler should take over and stop from loading system gems that aren't in the bundle
- but apparently Gem.source_index still has refere…
-
I use RRD-FFI in a Rails 3 application to fetch data from RRD files, and the RAM used by the thin process is growing over time (my application fetch data from a RRD file every 10 seconds).
My code wor…