patcon|gittip has quit [Remote host closed the connection]
Olipro has quit [Ping timeout: 241 seconds]
Olipro has joined #bundler
retro|cz has joined #bundler
robbyoconnor has joined #bundler
retro|cz has quit [Ping timeout: 260 seconds]
deepy has joined #bundler
deepy is now known as Guest39214
axl_ has joined #bundler
Guest39214 has quit [Ping timeout: 245 seconds]
Gate has quit [Quit: leaving]
jaimef has quit [Ping timeout: 252 seconds]
jaimef has joined #bundler
jaimef has quit [Ping timeout: 245 seconds]
jaimef has joined #bundler
cha1tanya has joined #bundler
cha1tanya has quit [Ping timeout: 265 seconds]
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
axl_ has quit [Quit: axl_]
cha1tanya has joined #bundler
samphippen has joined #bundler
cha1tanya has quit [Ping timeout: 260 seconds]
deepy has joined #bundler
deepy is now known as Guest80242
Guest80242 has quit [Ping timeout: 245 seconds]
retro|cz has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lmarburger has quit [Ping timeout: 256 seconds]
lmarburger_ has joined #bundler
cha1tanya has joined #bundler
houhoulis has joined #bundler
deepy has joined #bundler
deepy is now known as Guest32890
Guest32890 has quit [Ping timeout: 250 seconds]
cwebber has joined #bundler
cwebber has quit []
cha1tanya has quit [Ping timeout: 260 seconds]
axl_ has joined #bundler
deepa has joined #bundler
deepa is now known as Guest23430
Guest23430 has quit [Changing host]
Guest23430 has joined #bundler
Guest23430 is now known as deepy
havenwood has joined #bundler
houhoulis has quit [Remote host closed the connection]
patcon|gittip has joined #bundler
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
ixti has joined #bundler
AntelopeSalad has joined #bundler
<AntelopeSalad>
is it possible to give bundle install/exec the path to where i want bundle install to be ran from?
<AntelopeSalad>
i didn't see this mentioned in the readme or docs
<AntelopeSalad>
but basically my use case is i might be in ~/Foo and i might create a new rails app in ~/Dev/someapp -- and i want to be able to run bundle install from the context of ~Dev/someapp not ~/Foo
<AntelopeSalad>
the same can be said for bundle exec , i would like to be able to run: bundle exec rails s , from the context of ~/Dev/someapp not ~/Foo
<AntelopeSalad>
i know i can run cd ~/Dev/someapp && bundle install , but then that means i need to add a bunch of cd - calls in my scripts -- figured there might be a better way