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
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
<dwradcliffe> AntelopeSalad binstubs can help with that problem https://coderwall.com/p/vhfxia
<AntelopeSalad> dwradcliffe: i'm not installing any binaries
<dwradcliffe> AntelopeSalad: you said bundle exec rails
<AntelopeSalad> yeah
<AntelopeSalad> i have rails and rake both on my system path because i have rbenv installed globally and let bundler manage my gems
patcon|gittip has quit [Remote host closed the connection]
<AntelopeSalad> but the issue i have is, i create my projects through a third party script
<AntelopeSalad> and i wanted to be able to execute bundle exec/install in the context of some other directory rather than the current working dir
<AntelopeSalad> imagine if you could do: bundle install --location ~/Dev/someapp
<AntelopeSalad> and that would do: cd ~/Dev/someapp && bundle install && cd -
<AntelopeSalad> that is the best way i can explain what i'm trying to do heh :/
axl_ has quit [Quit: axl_]
dwradcliffe has quit [Ping timeout: 265 seconds]
dwradcliffe has joined #bundler
<pipecloud> AntelopeSalad: Is there something wrong with just pushd and popd?
<pipecloud> Make a script or alias, make a shell function, make love not war.
patcon|gittip has joined #bundler
samphippen has joined #bundler
woollyams has joined #bundler
<AntelopeSalad> pipecloud: what is pushd/popd?
<pipecloud> AntelopeSalad: A builtin. Try it out. https://en.wikipedia.org/wiki/Pushd_and_popd
<AntelopeSalad> yeah reading it now, seems like cd - is similar
<AntelopeSalad> cd - takes you back to the previous dir
<pipecloud> well, cd - is a single 'back'
<AntelopeSalad> that's all i need atm
<pipecloud> git checkout - behaves the same way.
<pipecloud> AntelopeSalad: It's good to learn things though, and pushd and popd are pretty cool.
<AntelopeSalad> yeah i'm not going to ignore the docs, i'll definitely check it out because the concept seems useful
<AntelopeSalad> thanks
jfoy has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]
Radar has quit [Ping timeout: 252 seconds]
Radar has joined #bundler
Radar is now known as Guest54327
jfoy has quit [Quit: jfoy]
Guest54327 has quit [Excess Flood]
Radar_ has joined #bundler
woollyams has joined #bundler
woollyams has quit [Read error: Connection reset by peer]
antivapor has joined #bundler
woollyams has joined #bundler
Radar_ has quit [Ping timeout: 246 seconds]
woollyams has quit [Read error: Connection reset by peer]
woollyams has joined #bundler
Radar_ has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]