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
huoxito has quit [Remote host closed the connection]
huoxito has joined #bundler
benlakey has quit [Ping timeout: 240 seconds]
robbyoconnor has quit [Ping timeout: 256 seconds]
benlakey has joined #bundler
djbkd has quit [Remote host closed the connection]
djbkd has joined #bundler
shaileshg has quit [Quit: Connection closed for inactivity]
huoxito has quit []
djbkd has quit [Quit: My people need me...]
_whitelogger has joined #bundler
bytemonkey has joined #bundler
<bytemonkey> hi
c355e3b has quit [Quit: Connection closed for inactivity]
<bytemonkey> I have bundler installed but every command other than bundle help produces Could not locate Gemfile or .bundle/ directory..any suggestions?
<Radar> bytemonkey: Are you running it within a directory that has a Gemfile?
<Radar> it being "bundle install"
<bytemonkey> Radar: yes
<Radar> bytemonkey: what does "cat Gemfile" in that same directory show you?
<bytemonkey> gemspec
dstarh has joined #bundler
<bytemonkey> hadn't run from here I see but will paste error link
<bytemonkey> I was considering editing the syntax error but not sure what to edit...
dstarh has quit [Client Quit]
shaileshg has quit [Quit: Connection closed for inactivity]
bytemonkey has left #bundler ["Leaving"]
<Radar> No idea, sorry.
djbkd has joined #bundler
robbyoconnor has joined #bundler
djbkd has quit [Remote host closed the connection]
ckrailo has quit [Ping timeout: 240 seconds]
ckrailo has joined #bundler
indirect has quit [Ping timeout: 250 seconds]
ckrailo has quit [Ping timeout: 240 seconds]
indirect has joined #bundler
ckrailo has joined #bundler
indirect has quit [Ping timeout: 255 seconds]
ckrailo has quit [Ping timeout: 255 seconds]
indirect has joined #bundler
ckrailo has joined #bundler
ckrailo has quit [Ping timeout: 240 seconds]
indirect has quit [Ping timeout: 265 seconds]
c355e3b has joined #bundler
indirect has joined #bundler
indirect has quit [Ping timeout: 240 seconds]
dstarh has joined #bundler
dstarh has quit [Client Quit]
indirect has joined #bundler
ckrailo has joined #bundler
solars has joined #bundler
<solars> a bit offtopic as it's inside a docker container, but does anyone know what's wrong here? https://gist.github.com/solars/62eeae2f86ab6ec3fa35 in short I'm running bundle install which installs but then the gem env is different somehow
ckrailo has quit []
ckrailo has joined #bundler
indirect has quit []
indirect has joined #bundler
indirect_ has joined #bundler
dstarh has joined #bundler
indirect_ has quit []
axl_ has joined #bundler
huoxito has joined #bundler
valarissa has joined #bundler
_djbkd has joined #bundler
<yopp> solars, you haven't installed rails
<yopp> or your app is improperly bundled
<yopp> because of the crazy bundler design you need to do both:
<yopp> bundler package --all
<yopp> and then
<yopp> bundle install --deployment
<yopp> if you don't have local gems, it **might** work without bundle package
axl_ has quit [Quit: axl_]
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #bundler
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #bundler
<solars> yopp, hm but isn't it just like a normal directory/setup
<solars> might also be something I'm doing wrong with docker
<yopp> solars, you don't have any gems in the docker image fs layer
<yopp> because it's plain ruby:2.2 image
<yopp> if your app doesn't bundle gems in the vendor/bundle && vendor/cache, bundle exec will fail, coz it's like you have fresh setup
<yopp> docker image == empty OS
<yopp> either you need to install gems in the image, or you need to bundle them in the /app
<solars> yes of course, but that's what I did - I ran bundle install in the image
<solars> at least it's supposed to do that
<solars> are you familiar with docker?
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #bundler
dstarh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
huoxito has quit [Ping timeout: 265 seconds]
_djbkd has quit [Ping timeout: 256 seconds]
_djbkd has joined #bundler
huoxito has joined #bundler
_djbkd has quit [Ping timeout: 255 seconds]
_djbkd has joined #bundler
huoxito has quit [Remote host closed the connection]
chouhoul_ has quit [Remote host closed the connection]
kfpratt has quit [Remote host closed the connection]
houhoulis has joined #bundler
shaileshg has joined #bundler