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
houhoulis has joined #bundler
kfpratt has joined #bundler
kfpratt has quit [Remote host closed the connection]
dstarh has joined #bundler
dstarh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
krainboltgreene has joined #bundler
c355e3b has quit [Quit: Connection closed for inactivity]
chouhoul_ has joined #bundler
chouhoulis has quit [Ping timeout: 255 seconds]
djbkd_ has joined #bundler
djbkd_ has quit []
djbkd_ has joined #bundler
djbkd_ has quit [Remote host closed the connection]
Olipro has quit [Ping timeout: 250 seconds]
Olipro has joined #bundler
contradictioned has quit [Quit: No Ping reply in 180 seconds.]
contradictioned has joined #bundler
Pupeno has joined #bundler
houhouli_ has joined #bundler
houhoulis has quit [Ping timeout: 246 seconds]
dstarh has joined #bundler
houhouli_ has quit [Remote host closed the connection]
c355e3b has joined #bundler
houhoulis has joined #bundler
heroux has quit [Ping timeout: 246 seconds]
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #bundler
Pupeno has quit [Remote host closed the connection]
kfpratt has joined #bundler
kfpratt has quit [Remote host closed the connection]
houhoulis has quit [Remote host closed the connection]
heroux has joined #bundler
axl_ has joined #bundler
axl__ has joined #bundler
axl_ has quit [Ping timeout: 240 seconds]
axl__ is now known as axl_
axl__ has joined #bundler
axl_ has quit [Ping timeout: 260 seconds]
axl__ is now known as axl_
_whitelogger has quit [Ping timeout: 240 seconds]
_whitelogger has joined #bundler
_whitelogger has joined #bundler
dstarh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
djbkd_ has quit []
_whitelogger has joined #bundler
axl_ has quit [Quit: axl_]
<c355e3b> Quintasan: feels like a gem group / require timing issue
<Quintasan> c355e3b: Unfortunately not, it's LOAD_PATH.
<Quintasan> I'm dumb and named the file lib/factory_girl.rb
<c355e3b> paste your gemfile?
<Quintasan> It loaded itself effectively overriding the previously loaded FactoryGirl.
<c355e3b> ah
<c355e3b> ran into an issue like that on a rails upgrade once...
Pupeno has joined #bundler
<Quintasan> c355e3b: That is a bug in Padrino somehow.
<Quintasan> Since running the console worked normally with the file named like that.
<codehotter> Is there a way to make gems available to bundler, as if they were in vendor/cache, but without causing bundler to put everything in vendor/cache?
<codehotter> I have some custom gems that I would like to ship with my project, but I would rather not have bundle install put all gems in my gemfile in vendor folder every time
<c355e3b> codehotter: use path
<codehotter> c355e3b: do they have to be unpacked? It would be convenient to use the .gem file
<c355e3b> codehotter: no idea, i would test it
<c355e3b> normally i've done it with unpacked gems
<codehotter> ah, I can just put my git source in vendor/ as subtree and use path
<codehotter> that works great
Pupeno has quit [Remote host closed the connection]