indirect changed the topic of #bundler to: Docs! http://bundler.io | Problems? http://bit.ly/bundler-issues | How to help: http://bit.ly/bundler-development | API Dashboard http://cl.ly/SBoH | #bundler logs: http://bit.ly/bundler-logs | Questions will be answered eventually, so hang out for a while
Cidan is now known as zz_Cidan
zz_Cidan is now known as Cidan
chouhoulis has joined #bundler
Cidan is now known as zz_Cidan
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jugglinmike has quit [Quit: Leaving.]
chouhoulis has quit [Read error: Connection reset by peer]
chouhoulis has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 252 seconds]
cha1tanya has joined #bundler
simi has quit [Ping timeout: 246 seconds]
ixti has quit [Ping timeout: 252 seconds]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
axl_ has joined #bundler
Who has joined #bundler
cha1tanya has quit [Ping timeout: 252 seconds]
havenwood has joined #bundler
sush24 has joined #bundler
havenwood has quit [Ping timeout: 272 seconds]
havenwood has joined #bundler
axl_ has quit [Quit: axl_]
havenwood has quit []
Who has quit [Quit: Who]
Who has joined #bundler
patcon has joined #bundler
zz_Cidan is now known as Cidan
chouhoul_ has joined #bundler
chouhoulis has quit [Ping timeout: 272 seconds]
cha1tanya has joined #bundler
JordanFaust_ has joined #bundler
Who has quit [Quit: Who]
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
sush24 has quit [Quit: This computer has gone to sleep]
cha1tanya has quit [Remote host closed the connection]
cha1tanya has joined #bundler
JordanFaust_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
patcon has joined #bundler
patcon has quit [Read error: Connection reset by peer]
sush24 has joined #bundler
cha1tanya has quit [Ping timeout: 276 seconds]
cha1tanya has joined #bundler
cha1tanya has quit [Remote host closed the connection]
Olipro has quit [Read error: Connection reset by peer]
chouhoul_ has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
sush24 has quit [Quit: This computer has gone to sleep]
Cidan is now known as zz_Cidan
sush24 has joined #bundler
cha1tanya has joined #bundler
cha1tanya has quit [Ping timeout: 246 seconds]
Olipro has joined #bundler
mjc_ has quit [Quit: No Ping reply in 180 seconds.]
mjc_ has joined #bundler
sush24 has quit [Quit: This computer has gone to sleep]
deepender has quit [Ping timeout: 246 seconds]
simi has joined #bundler
cha1tanya has joined #bundler
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 252 seconds]
deepender has joined #bundler
ixti has joined #bundler
samphippen has joined #bundler
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
sush24 has joined #bundler
cmar has joined #bundler
patcon has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
patcon has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
patcon has joined #bundler
cha1tanya has quit [Ping timeout: 272 seconds]
patcon has quit [Ping timeout: 245 seconds]
chouhoulis has joined #bundler
patcon has joined #bundler
chouhoulis has quit [Remote host closed the connection]
patcon has quit [Remote host closed the connection]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
chouhoulis has joined #bundler
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
Who has joined #bundler
TheHairyWoodsman has joined #bundler
<TheHairyWoodsman> Hey there--on my build server, I do a bundle install --path vendor/bundle on a clean workspace on every build. This causes bundler to refetch, and rebuild every gem. This part of my build process is by far the longest part.
<TheHairyWoodsman> Is there anyway to tell bundler to reuse gems from a global location on the server?
<TheHairyWoodsman> I don't need them freshly build on every build; once it's been fetched and built once for that version, I'm OK with it reusing one
Who has quit [Ping timeout: 245 seconds]
patcon has joined #bundler
Who has joined #bundler
marc_ has joined #bundler
marc_ is now known as Guest30050
samphippen has joined #bundler
<Guest30050> Hello. I would like to know if someone know how to list all the gem dependencies from within a running app. I.E. Display a list of gem from a controller and view?
<Guest30050> Something like Bundler.dependencies()
<Who> parse the gemfile.lock?
<Guest30050> Yes. But it is not a valid YAML file. More difficult to reatch the DEPENDENCIES... Just because the first line is GEM and not GEM:
<Guest30050> and othe missing :
<Guest30050> If it is the only way, I will parse it!
<dwradcliffe> Guest30050: try Gem.loaded_specs
<Guest30050> Yes. This is working but it list all gems. I need to extract only the one I have specified inside the gem file
<Guest30050> The goal is to produce a screen that will list those gems, call Rubygems to see if the are the latest
<Guest30050> To help my client to understand that gems are changing and the app must be maintained
<dwradcliffe> Guest30050: might be better to let bundler do that with bundle outdated http://bundler.io/v1.5/bundle_outdated.html
<Guest30050> bundle outdated
<dwradcliffe> Guest30050: or there are a few services that will monitor and email you
<dwradcliffe> I would not recommend doing that during a web request... background job would be better
havenwood has joined #bundler
<Guest30050> something like running bundle outdated > tmp/outdated.txt each day and read the file from the controller to display the view?
<dwradcliffe> Guest30050: yep, something like that
<Guest30050> Thanks!
<dwradcliffe> np!
cmar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Guest30050> system "bundle outdated > #{Rails.root}/tmp/outdated_gems.txt"
<Guest30050> This is the first try. It work well but cover every gems!
<dwradcliffe> you can specify a list of gems if you only want
<dwradcliffe> to check specific ones
<Guest30050> I'm working on something that I will share soon!
patcon has quit [Remote host closed the connection]
zz_Cidan is now known as Cidan
Cidan is now known as zz_Cidan
chouhoulis has quit [Remote host closed the connection]
Who has quit [Quit: Who]
cmar has joined #bundler
deepender has quit [Ping timeout: 245 seconds]
zz_Cidan is now known as Cidan
chouhoulis has joined #bundler
simi has quit [Ping timeout: 252 seconds]
Cidan is now known as zz_Cidan
havenwood has quit []
sush24 has quit [Quit: This computer has gone to sleep]
TheHairyWoodsman has quit [Ping timeout: 272 seconds]
patcon has joined #bundler
zz_Cidan is now known as Cidan
patcon_ has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
TheHairyWoodsman has joined #bundler
<TheHairyWoodsman> is there a way to make bundle install --path use cached gems?
patcon_ is now known as patcon
patcon|afk has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
cmar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Cidan is now known as zz_Cidan
cmar has joined #bundler
Guest30050 has quit [Quit: Page closed]
cmar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cmar has joined #bundler
havenwood has joined #bundler
cmar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zz_Cidan is now known as Cidan
cmar has joined #bundler
havenwood has quit [Ping timeout: 248 seconds]
chouhoulis has quit [Ping timeout: 248 seconds]
cmar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
patcon|afk is now known as patcon
Olipro has quit [Ping timeout: 246 seconds]
cmar has joined #bundler
Olipro has joined #bundler