<shaiguitar>
mpapis: same. also, pretty sure because that's a really old version that isn't downloaded anymore
<shaiguitar>
basically, pretty sure there's a bug
<shaiguitar>
not sure who's the know-guy. gonna take a peak at the specs.
huoxito has quit [Ping timeout: 252 seconds]
huoxito has joined #rubygems
huoxito has quit [Remote host closed the connection]
huoxito has joined #rubygems
huoxito has quit [Read error: Connection reset by peer]
huoxito has joined #rubygems
TheMoonMaster has quit [*.net *.split]
nz has quit [*.net *.split]
Guest85414___ has quit [*.net *.split]
randym_ has quit [*.net *.split]
swills has quit [*.net *.split]
Boohbah has quit [*.net *.split]
randym_ has joined #rubygems
nz has joined #rubygems
Guest85414___ has joined #rubygems
swills has joined #rubygems
TheMoonMaster has joined #rubygems
swills has quit [Changing host]
swills has joined #rubygems
<shaiguitar>
boom found it
<shaiguitar>
1) Failure:
<shaiguitar>
test: on GET to search happy path with JSON should return download stats for the days specified for ranges larger than 90 days. (Api::V1::Versions::DownloadsControllerTest) [test/functional/api/v1/versions/downloads_controller_test.rb:139]:
<mpapis>
drbrain, is there a plan for healthy path for it, so users actually see a warning to update rubygems first (or something that will tell them what to do) instead of a cryptic message
DanKnox is now known as DanKnox_away
havenwood has quit [Remote host closed the connection]
adambeynon has joined #rubygems
graphex has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
mattwynne has joined #rubygems
graphex has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
havenwood has joined #rubygems
havenwood has quit [Ping timeout: 248 seconds]
kmckelvi_ has joined #rubygems
graphex has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
graphex has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
graphex has joined #rubygems
workmad3 has quit [Quit: leaving]
workmad3 has joined #rubygems
joshAnderson99 has joined #rubygems
workmad3 has quit [Quit: leaving]
<joshAnderson99>
hi, am tring to install a gem for libxml. gem completes, but it seems the gem's rakefile isn't being executed automatially. does a gem do this, or should that be done as a separate step after gem install comletes?
<joshAnderson99>
*completes
graphex has quit [Ping timeout: 248 seconds]
jcaudle has quit [Quit: jcaudle]
workmad3 has joined #rubygems
kmckelvi_ has quit [Ping timeout: 245 seconds]
workmad3 has quit [Client Quit]
workmad3 has joined #rubygems
flori has quit [Ping timeout: 248 seconds]
flori has joined #rubygems
<carols10cents>
joshAnderson99: as far as i know, gem install doesn't run anything else from the gem, so you'd need to run anything else as a separate step
<carols10cents>
was there documentation somewhere that said it would run the rakefile?
tcopeland has quit [Quit: Leaving.]
graphex has joined #rubygems
jnimety has joined #rubygems
jcaudle has joined #rubygems
jcaudle has quit [Read error: Connection reset by peer]
jcaudle_ has joined #rubygems
<joshAnderson99>
hi, there wasn't, but a rakefile was mentioned as part of a typical gem template and leant towards assuming a higher level of install automation, not just file copying but compiliation as well. but actually the other thing was that the installed libxml included a build.log file, which suggested that the rakefile had been run, by gem as i hadn't run it. i discovered subsequently though that
<joshAnderson99>
build.log is in the original gem, perhaps left by mistake. concluded as you say that rakefile execution is performed separately. thanks
jnimety has left #rubygems ["Leaving..."]
<joshAnderson99>
still having problems installing though. the rakefile doesn't conclude with any msg of success, so as yet, not sure if it did complete successfully or not, but no error msgs. but then, the install doesn't work yet, as require 'libxml' gives: LoadError: 126: The specified module could not be found. - C:/Ruby200/lib/ruby/gems/2.0.0/gems/libxml-ruby-1.1.3-x86-mswin32-60/lib/libxml_ruby.so
<joshAnderson99>
<joshAnderson99>
even though that file exists, ie libxml_ruby.so. rather strange. unless it's there is some stub form, but wasn't properly and fully compiled.
<imperator>
joshAnderson99, you're using the 32-bit ruby installer, right?
<joshAnderson99>
ya. rubyinstaller-2.0.0-p247.exe
<joshAnderson99>
noticed setup.rb.. so ran that,, and now this: setup.rb:655:in `command': system("C:/Ruby200/bin/ruby.exe" "C:/Ruby200/lib/ruby/gems/2.0.0/gems/libxml-ruby-1.1.3-x86-m
<joshAnderson99>
dated 2007 though, so might be dated.
<imperator>
first thing that's odd is that you have the 1.x version
<imperator>
let's start from scratch
<imperator>
gem uninstall libxml
<joshAnderson99>
ta.. this will be a great help, it's getting late here, and there's only so much joy that comes of these explorations into the bowels in installdom.
<joshAnderson99>
*of
<joshAnderson99>
done
<imperator>
and ruby -v is showing ruby 2, right?
<joshAnderson99>
folders are still there though, even using gem uninstall libxml-ruby-1.1.3-x86-mswin32-60
ZachBeta has quit [Quit: Computer has gone to sleep.]
ZachBeta has joined #rubygems
pglombardo has joined #rubygems
poisonarms has joined #rubygems
tbuehlmann has joined #rubygems
ZachBeta has quit [Quit: Computer has gone to sleep.]
tubbo has joined #rubygems
<tubbo>
hi guys
<tubbo>
having a bit of pain right now with rubygems
<tubbo>
just did a gem update --system 1.2.0, now i can't move back to any other version
<tubbo>
i am stuck at 1.2.0
<evan>
you need to reinstall directly from the file
<evan>
off rubygems.org
<evan>
why did you back up to 1.2.0?
<evan>
wanted to party like it's 2007?
Elhu has joined #rubygems
<tubbo>
haha
<tubbo>
evan: i am upgrading an app from rails 2.3.8 to 2.3.18. don't ask me how it's going :P
<tubbo>
ya i ended up just reinstalling from source (rubygems) and it all worked out
<tubbo>
:)
<evan>
HOW'S IT GOING???
<tubbo>
most of my issues, i believe, have to do with a mismatch between my rubygems version and rails version
<tubbo>
:D
<tubbo>
evan: on 2.3.8, tests pass, everything works. as soon as i upgrade to 2.3.10, i get the following error: /Users/tscott/Code/broadcast/dev/vendor/gems/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:76:in `refresh!': │ joonas
<tubbo>
| undefined method `[]' for nil:NilClass
<tubbo>
bah sorry about the shit
<evan>
fun!
<tubbo>
error is /Users/tscott/Code/broadcast/dev/vendor/gems/gems/rails-2.3.18/lib/rails/vendor_gem_source_index.rb:76:in `refresh!': undefined method `[]' for nil:NilClass
<tubbo>
i think this has to do with rails/bundler/rubygems mismatch
<imperator>
is upgrading to rails 3 out of the question?
headius has joined #rubygems
jnimety has left #rubygems ["Leaving..."]
Elhu has quit [Quit: Computer has gone to sleep.]
ZachBeta has joined #rubygems
hakunin has quit [Read error: Connection reset by peer]
hakunin has joined #rubygems
hakunin_ has joined #rubygems
hakunin has quit [Ping timeout: 245 seconds]
zachrab has joined #rubygems
Guest63036 has quit [Ping timeout: 246 seconds]
pglombardo has quit [Read error: Connection reset by peer]
neo_ has quit [Quit: Leaving]
pglombardo has joined #rubygems
marpaia has quit [Quit: WeeChat 0.4.1]
marpaia has joined #rubygems
poisonarms has quit [Quit: Computer has gone to sleep]
mando has quit [Remote host closed the connection]
mando has joined #rubygems
mando has quit [Ping timeout: 272 seconds]
tbuehlmann has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
DanKnox_away is now known as DanKnox
ZachBeta has quit [Quit: Computer has gone to sleep.]
arthurnn has quit [Remote host closed the connection]
arthurnn has joined #rubygems
tenderlove has joined #rubygems
havenwood has joined #rubygems
arthurnn has quit [Ping timeout: 245 seconds]
ZachBeta has joined #rubygems
mando has joined #rubygems
havenwood has quit [Remote host closed the connection]
mattwynne has quit [Remote host closed the connection]
mattwynne has joined #rubygems
mattwynne has quit [Ping timeout: 264 seconds]
mattwynne has joined #rubygems
arthurnn has joined #rubygems
zachrab has quit [Remote host closed the connection]
zachrab has joined #rubygems
<tubbo>
imperator: to my boss, yes. ;) but i've been doing it and so far so good. just some annoyances with our login system which predates most of the rails auth plugins :D
<tubbo>
this app actually started as rails 1.x!
zachrab has quit [Ping timeout: 272 seconds]
almostwhitehat has quit []
joshAnderson99 has joined #rubygems
jcaudle_ has quit [Quit: jcaudle_]
DanKnox is now known as DanKnox_away
DanKnox_away is now known as DanKnox
arthurnn has quit [Remote host closed the connection]
Elhu has joined #rubygems
arthurnn has joined #rubygems
ZachBeta has quit [Quit: Computer has gone to sleep.]
Elhu has quit [Client Quit]
arthurnn has quit [Ping timeout: 264 seconds]
pglombardo has quit [Remote host closed the connection]
arthurnn has joined #rubygems
mattwynne has quit [Remote host closed the connection]
mattwynne has joined #rubygems
sbeam has joined #rubygems
mattwynne has quit [Ping timeout: 246 seconds]
arthurnn has quit [Remote host closed the connection]
arthurnn has joined #rubygems
arthurnn has quit [Ping timeout: 264 seconds]
workmad3 has quit [Ping timeout: 248 seconds]
tubbo has quit [Quit: WeeChat 0.4.2-rc2]
arthurnn has joined #rubygems
marpaia has quit [Quit: WeeChat 0.4.1]
arthurnn has quit [Remote host closed the connection]
arthurnn has joined #rubygems
arthurnn has quit [Ping timeout: 264 seconds]
zachrab has joined #rubygems
closer has joined #rubygems
mando has quit [Remote host closed the connection]
mando has joined #rubygems
joshAnderson99 has quit [Read error: Connection reset by peer]