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
cwebber has quit []
patcon has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
patcon has quit [Read error: Connection reset by peer]
patcon_ has joined #bundler
patcon_ has quit [Read error: Connection reset by peer]
patcon has joined #bundler
havenwood has quit []
patcon has quit [Ping timeout: 272 seconds]
JordanFaust_ has joined #bundler
havenwood has joined #bundler
ezkl has quit [Quit: QUIT!]
JordanFaust_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit []
patcon has joined #bundler
havenwood has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Read error: Connection reset by peer]
ezkl has joined #bundler
ezkl has quit [Quit: QUIT!]
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 252 seconds]
patcon has joined #bundler
patcon has quit [Ping timeout: 245 seconds]
mfoo has joined #bundler
JordanFaust_ has joined #bundler
JordanFaust_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 240 seconds]
axl_ has joined #bundler
patcon has joined #bundler
havenwood has joined #bundler
samphippen has joined #bundler
havenwood has quit [Remote host closed the connection]
blackmesa has joined #bundler
<blackmesa> Hi all. anybody can explain me what 'bundle install ... --binstubs' means? it does install the gem folders and binaries inside the application folder?
havenwood has joined #bundler
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
<mfoo> blackmesa, the gem binaries will be put into the bin folder by default, yes
patcon has quit [Ping timeout: 272 seconds]
patcon has joined #bundler
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon_ has joined #bundler
patcon has quit [Read error: Connection reset by peer]
patcon_ has quit [Remote host closed the connection]
patcon has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<blackmesa> mfoo: what are the advantages of using binstubs?
mfoo has quit [Ping timeout: 246 seconds]
mfoo has joined #bundler
mfoo has quit [Ping timeout: 264 seconds]
<blackmesa> is it only for development environment?
<indirect> blackmesa: --binstubs adds additional executables to the bin/ (or whatever path you pass to --binstubs) directory
<indirect> those binstubs will automatically set up the bundled environment
<indirect> meaning that you don't need to use bundle exec
<indirect> typically that makes the startup time for the command faster
<indirect> you can use binstubs while deploying too
<indirect> but keep in mind that if you use rails, rails has already claimed bin/rails and bin/rake
<indirect> and you break things if you override them
<indirect> so you probably want to use `bundle binstub GEM [GEM [GEM]]` to generate binstubs instead
<indirect> only for the gems you care about
axl_ has quit [Quit: axl_]
<blackmesa> indirect: thx
axl_ has joined #bundler
fromonesrc has joined #bundler
blackmesa has quit [Ping timeout: 240 seconds]
prahal has joined #bundler
fromonesrc has quit [Ping timeout: 272 seconds]
fromonesrc has joined #bundler
samphippen has joined #bundler
fromonesrc has quit [Ping timeout: 245 seconds]
fromonesrc has joined #bundler
fromonesrc has quit [Client Quit]
chouhoulis has quit [Ping timeout: 272 seconds]
woollyams has joined #bundler
<prahal> hi I have collision between gems about identifier for https://github.com/bundler/bundler/blob/master/lib/bundler/lockfile_parser.rb#L128 <- where identifier comes from https://github.com/bundler/bundler/blob/master/lib/bundler/lazy_specification.rb#L65 on arm A9 (ruby 1.9.3)
<prahal> gist exhibiting the issue at https://gist.github.com/prahal/7571353
<prahal> I cannot reproduce on either amd64 or i386 arch . Though I worked around the issue (which was that when sub-setter (required by fast, itself required by sequel-fixtures - and discoverer both at 0.0.2 version discoverer is found first and then sub-setter discarded as the key of the @specs is taken
<prahal> thus I end up with the dreaded : 'require': Cannot load such file -- sub-setter (LoadError)
<prahal> mind that the sub-setter gem has an issue in the packaging : half of its files are readable only by owner which ends up root here . thus I first had the same error but about sub-setter/sub-setter (which was one of those root only readable files)
<indirect> prahal: if you have a question, feel free to ask it, or check out bit.ly/bundler-issues for troubleshooting tips
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
patcon has quit [Ping timeout: 265 seconds]
patcon has joined #bundler