arohner has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 272 seconds]
woollyams has quit [Read error: Connection reset by peer]
woollyams has joined #rubygems
Juc1 has quit [Ping timeout: 260 seconds]
stevenharman has quit [Quit: Leaving...]
woollyams has quit [Ping timeout: 252 seconds]
arohner has joined #rubygems
arohner has quit [Remote host closed the connection]
tjbiddle has quit [Quit: tjbiddle]
arohner has joined #rubygems
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #rubygems
arohner has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Remote host closed the connection]
pierre1_ has joined #rubygems
pierre1_ has quit [Remote host closed the connection]
pierre1_ has joined #rubygems
pierre1_ has quit [Remote host closed the connection]
pierre1_ has joined #rubygems
pierre1_ has quit [Client Quit]
pierre1_ has joined #rubygems
pierre1_ has quit [Read error: Connection reset by peer]
pierre1__ has joined #rubygems
havenwood has joined #rubygems
pierre1__ has quit [Remote host closed the connection]
pierre1_ has joined #rubygems
phinfonet has quit [Quit: exitiing]
bbrowning_away has quit [Quit: Leaving]
woollyams has joined #rubygems
pierre1_ has quit [Ping timeout: 272 seconds]
mando has quit []
arohner has joined #rubygems
dwknoxy has quit [Quit: Computer has gone to sleep.]
woollyams has quit [Read error: Connection reset by peer]
mdub has joined #rubygems
mdub has quit [Ping timeout: 252 seconds]
woollyams has joined #rubygems
blackjid has quit [Remote host closed the connection]
blackjid has joined #rubygems
clouder|grr has joined #rubygems
headius has quit [Ping timeout: 245 seconds]
clouder`grr has quit [Ping timeout: 264 seconds]
headius has joined #rubygems
Juc1 has joined #rubygems
woollyams has quit [Ping timeout: 252 seconds]
Juc1 has quit [Ping timeout: 240 seconds]
arohner has quit [Remote host closed the connection]
woollyams has joined #rubygems
woollyams has quit [Read error: Connection reset by peer]
woollyams has joined #rubygems
huoxito has quit [Remote host closed the connection]
woollyams has quit [Ping timeout: 252 seconds]
woollyams has joined #rubygems
jaimef has quit [Ping timeout: 272 seconds]
woollyams has quit [Read error: Connection reset by peer]
mdub has joined #rubygems
havenwood has quit [Remote host closed the connection]
arohner has joined #rubygems
coder_neo has joined #rubygems
arohner has quit [Ping timeout: 264 seconds]
coder_neo has quit [Client Quit]
havenwood has joined #rubygems
x1337807x has joined #rubygems
Elhu has joined #rubygems
mdub has quit [Ping timeout: 252 seconds]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 252 seconds]
Elhu has quit [Quit: Computer has gone to sleep.]
jonahR has left #rubygems [#rubygems]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
havenwood has quit [Remote host closed the connection]
havenwood has joined #rubygems
havenwood has quit [Ping timeout: 252 seconds]
arohner has joined #rubygems
arohner has quit [Ping timeout: 272 seconds]
havenwood has joined #rubygems
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #rubygems
clouder|grr has quit [Ping timeout: 240 seconds]
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #rubygems
morphis has quit [Read error: Operation timed out]
morphis has joined #rubygems
clouder`grr has joined #rubygems
havenwood has quit [Ping timeout: 264 seconds]
martinisoft has quit [Remote host closed the connection]
woollyams has joined #rubygems
arohner has joined #rubygems
arohner has quit [Ping timeout: 272 seconds]
havenwood has joined #rubygems
havenwood has quit [Ping timeout: 265 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tbuehlmann has joined #rubygems
Juc1 has joined #rubygems
havenwood has joined #rubygems
havenwood has quit [Read error: Connection reset by peer]
havenn has joined #rubygems
arohner has joined #rubygems
havenn has quit [Read error: Connection reset by peer]
havenwood has joined #rubygems
arohner has quit [Ping timeout: 240 seconds]
havenwood has quit [Ping timeout: 248 seconds]
workmad3 has joined #rubygems
graphex has quit [Ping timeout: 248 seconds]
arohner has joined #rubygems
havenwood has joined #rubygems
arohner has quit [Ping timeout: 240 seconds]
woollyams has quit [Ping timeout: 252 seconds]
havenwood has quit [Ping timeout: 245 seconds]
havenwood has joined #rubygems
havenwood has quit [Ping timeout: 272 seconds]
huoxito has joined #rubygems
redmenace has joined #rubygems
esabelhaus has joined #rubygems
<esabelhaus>
Hey, can anyone give some assistance on standing up a standalone instance of production rubygems?
<esabelhaus>
I have attempted with Geminabox, but it is not built to handle a full mirror of rubygems
<esabelhaus>
As far as setup goes, I have created my production DB, performed the rake task to populate the DB with the necessary fields, but when I go to rake the gems into the DB, it is not populating the "rubygems" table in gemcutter_production
bbrowning has joined #rubygems
arohner has joined #rubygems
havenwood has joined #rubygems
arohner has quit [Ping timeout: 272 seconds]
havenwood has quit [Ping timeout: 240 seconds]
redmenace has quit [Ping timeout: 252 seconds]
<esabelhaus>
Anyone here?
<dwradcliffe>
esabelhaus: I don't believe there's anything built in to mirror rubygems.org
<esabelhaus>
There is actually a gem you can use to mirror everything. rubygems-mirror
<esabelhaus>
It collects all of the gems, and updates from that point on based off the marshaled spec.4.8 file
<esabelhaus>
I have already mirrored all of the gems, but I am looking to implement a server similar to rubygems.org on my closed network for dev purposes
<dwradcliffe>
ah, looks like that gem just pulls down the .gem files?
<esabelhaus>
correct
<dwradcliffe>
why not just run `gem server --dir=/your/gem/dir`
almostwhitehat has joined #rubygems
<esabelhaus>
I am trying to also set it up as a web front end.
<esabelhaus>
Geminabox works, but it does not handle paging at all
<esabelhaus>
And I also have to enable some form of authentication to the web front end, and using OminAuth in a rails app is much easier than in a sinatra app
<dwradcliffe>
are you pushing new gems to this server? why authentication?
<esabelhaus>
Yes, and it is a customer requirement
<esabelhaus>
I guess this is the real question. I am running "rake gemcutter:import:process" on the dir that contains all the gem files mirrored from rubygems.org, but for some reason, the task does not populate the "rubygems" table of gemcutter_production
arohner has joined #rubygems
graphex has joined #rubygems
<dwradcliffe>
no errors?
<esabelhaus>
Nope
havenwood has joined #rubygems
<esabelhaus>
would it matter that the gem version in application.rb is different than the one in my gem env?
<dwradcliffe>
no, that's just for display
arohner has quit [Ping timeout: 252 seconds]
<dwradcliffe>
looking at the code it seems like it's hiding the errors when run in the rake task
<esabelhaus>
can i run it with --trace?
<dwradcliffe>
that won't help
<esabelhaus>
poo
<esabelhaus>
btw, just on a side note, one of your gems always throws a 404 when I mirror rubygems
havenwood has quit [Ping timeout: 245 seconds]
<dwradcliffe>
which one
<esabelhaus>
I will find out in a sec, just gotta run the mirror task
<esabelhaus>
I have looked in lib/tasks but nothing was there
<esabelhaus>
ah, gemcutter.raks
<esabelhaus>
rake*
<dwradcliffe>
I pulled it out of lib/tasks/gemcutter.rake but you can just put it anywhere
jaimef has joined #rubygems
huoxito has quit [Remote host closed the connection]
<esabelhaus>
syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' cutter.process || puts cutter.messag
<esabelhaus>
cut off the e by accident, but it is cutter.message
huoxito has joined #rubygems
<esabelhaus>
just changed it up to { |x| puts x.message }
<esabelhaus>
it ran, but still no errors
seanlinsley has quit [Quit: …]
seanlinsley has joined #rubygems
<esabelhaus>
Another side note, I am going to be putting together the pieces needed to implement OA authentication, would you like me to submit the feature back to github so it can be rolled into master once I am done?
redmenace has joined #rubygems
<esabelhaus>
I am probably just going to have it as a simple "sign in with"
<esabelhaus>
under the sign in block on the sign in page
redmenace has quit [Ping timeout: 272 seconds]
havenwood has joined #rubygems
<esabelhaus>
\q
<esabelhaus>
cd ..
<esabelhaus>
sorry for the span, wrong window
arohner has joined #rubygems
<dwradcliffe>
esabelhaus: you're welcome to submit of course, but I have a hunch it won't get accepted since it's not a feature we really need
<dwradcliffe>
however if you fix the import I'd merge that :)
arohner has quit [Read error: Operation timed out]
arohner has joined #rubygems
<esabelhaus>
Just to get myself a decent start, Pusher is a method within gemcutter?
<dwradcliffe>
class app/models/pusher.rb
<esabelhaus>
Cool beans, I will take a peep
<esabelhaus>
dwradcliffe: do you use gchat?
<esabelhaus>
the freenode messager is bugging out on me
<dwradcliffe>
esabelhaus: I do
<esabelhaus>
shoot me a message at eric.sabelhaus@gmail.com
<dwradcliffe>
says you're offline
seanlinsley has quit [Quit: …]
martinisoft has joined #rubygems
pierre1_ has joined #rubygems
pierre1_ has quit [Quit: Leaving]
pierre1_ has joined #rubygems
pierre1__ has joined #rubygems
pierre1__ has joined #rubygems
pierre1__ has quit [Read error: Connection reset by peer]
phinfonet has joined #rubygems
pierre1_ has quit [Ping timeout: 248 seconds]
MartynKeigher has quit [Remote host closed the connection]
huoxito has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]