<rawtaz>
i ran `bundler` in a folder where there's a Gemfile having just the source line and a gem line. i should have run `bundle install` but didnt.
<rawtaz>
so now it tells me that my bundle is complete :D im just cirious: 1) which command is it that it runs automatically if one doesnt specify an action (i.e. in the man page im not finding a "this is the default action" or such)?
<rawtaz>
and 2) did this generate any files and stuff ouside of the current folder? like, did it install a gem somewhere etc
<rawtaz>
im not seeing any other files than the Gemfile and the Gemfile.lock so..
<rawtaz>
i see
<rawtaz>
so then the bundle it talks about is the one it installed. nice
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<havenwood>
rawtaz: 2) you can specify --path, but the default is RubyGems' GEM_HOME.
<rawtaz>
i read it like "i generated a bundle for your stuff"
<rawtaz>
this is perfect. worked wonders.
<havenwood>
rawtaz: In development it is nice to have gems in gem home. For deployment you can vendor the gems, just takes `bundle install --deployment`: http://bundler.io/v1.5/deploying.html
<rawtaz>
cool, i will read that
<rawtaz>
if one just needs sass in order to compile some SCSS, is there any benefit to using bundler to pull it in (with a Gemfile) compared to just `gem install sass -v '~> 3.3.0.rc'` ?
<rawtaz>
like, does bundler install some more slim package than that command would?
shashin has quit [Quit: shashin]
<rawtaz>
in a situation where i just need it during dev, not needed in production
<rawtaz>
well there is the version control, so yeah.
<havenwood>
rawtaz: gems depend on other gems, so as your app requires more gems it is common to run into dependency conflicts. bundler figures out how to make all the gems play nice, so you don't have to manually.
<rawtaz>
that sounds good too..
axl_ has joined #bundler
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
cwebber has quit []
cwebber has joined #bundler
x1337807x has quit [Ping timeout: 241 seconds]
cwebber has quit []
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
axl_ has quit [Quit: axl_]
martinisoft has joined #bundler
martinisoft has quit [Quit: martinisoft]
cha1tanya has joined #bundler
cha1tanya has quit [Ping timeout: 240 seconds]
axl_ has joined #bundler
shaileshg has joined #bundler
x1337807x has joined #bundler
cha1tanya has joined #bundler
axl_ has quit [Quit: axl_]
digitalvapor has quit [Ping timeout: 264 seconds]
axl_ has joined #bundler
woollyams has joined #bundler
axl_ has quit [Quit: axl_]
woollyams has quit [Ping timeout: 252 seconds]
cha1tanya has quit [Ping timeout: 240 seconds]
woollyams has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
woollyams has quit [Ping timeout: 252 seconds]
x1337807x has joined #bundler
cha1tanya has joined #bundler
shashin has joined #bundler
shashin has quit [Client Quit]
digitalvapor has joined #bundler
davidcollom_ is now known as davidcollom
digitalvapor has quit [Ping timeout: 252 seconds]
havenwood has quit []
digitalvapor has joined #bundler
robbyoconnor has joined #bundler
davidcollom is now known as davidcollom_
robbyoconnor has quit [Remote host closed the connection]
robbyoconnor has joined #bundler
digitalvapor has quit [Ping timeout: 240 seconds]
digitalvapor has joined #bundler
woollyams has joined #bundler
digitalvapor has quit [Ping timeout: 240 seconds]
samphippen has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jacobat has quit [Ping timeout: 245 seconds]
woollyams has joined #bundler
woollyams has quit [Read error: Connection reset by peer]
woollyams has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]
jacobat has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
samphippen has quit [Ping timeout: 252 seconds]
shaileshg has quit [Quit: Connection closed for inactivity]
cha1tanya has quit [Ping timeout: 252 seconds]
awkisopen has quit [Read error: Connection reset by peer]
awkisopen has joined #bundler
cha1tanya has joined #bundler
awkisopen has quit [Remote host closed the connection]
awkisopen has joined #bundler
cha1tanya has quit [Remote host closed the connection]
samphippen has joined #bundler
davidcollom_ is now known as davidcollom
cored has joined #bundler
<cored>
hi all
<rawtaz>
hi you
<cored>
hello; I have a Gemfile with a group :test and inside I have mocha
<cored>
but when I do gem list mocha
<cored>
I can't see it in my list of installed gems
<rawtaz>
try running bundle install first :-)
<cored>
rawtaz: yes; did it
<cored>
that's the weird thing
<rawtaz>
let's see what the pro's say, if anything
<cored>
got it
robbyoconnor has quit [Ping timeout: 240 seconds]
patcon has joined #bundler
<mfoo>
mine works, i.e. I have 'faker' in the test scope, `bundle install`, `gem list faker`shows faker
<mfoo>
have you done something like bundle "install --without test"?
axl_ has joined #bundler
cored has quit [Ping timeout: 240 seconds]
havenwood has joined #bundler
Who has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davidcollom is now known as davidcollom_
axl_ has quit [Quit: axl_]
thumpba_ has joined #bundler
ohcibi_ has joined #bundler
axl_ has joined #bundler
Olipro has quit [*.net *.split]
ohcibi has quit [*.net *.split]
patcon has quit [Remote host closed the connection]
patcon has joined #bundler
Olipro has joined #bundler
Olipro has quit [Max SendQ exceeded]
Olipro has joined #bundler
patcon has quit [Read error: Connection reset by peer]
patcon has joined #bundler
thumpba_ has quit [Remote host closed the connection]
samphippen has joined #bundler
cwebber has joined #bundler
cwebber has quit [Client Quit]
robbyoconnor has joined #bundler
Who has quit [Quit: Who]
robbyoconnor has quit [Ping timeout: 240 seconds]
mfoo has quit [Ping timeout: 240 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
cored has joined #bundler
cored has joined #bundler
havenwood has quit [Ping timeout: 244 seconds]
digitalvapor has joined #bundler
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
digitalvapor has quit [Read error: Connection reset by peer]
vincentroy has quit [Ping timeout: 252 seconds]
vincentroy has joined #bundler
axl_ has quit [Quit: axl_]
x1337807x has joined #bundler
woollyams has joined #bundler
x1337807x 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 joined #bundler
patcon has quit [Ping timeout: 240 seconds]
woollyams has quit [Ping timeout: 252 seconds]
x1337807x has joined #bundler
omegahm has quit [Ping timeout: 245 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
omegahm has joined #bundler
havenwood has joined #bundler
axl_ has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
axl_ has quit [Quit: axl_]
ohcibi_ is now known as ohcibi
havenwood has quit [Remote host closed the connection]