alfiemax has quit [Remote host closed the connection]
Guest7166 has quit [Remote host closed the connection]
jenrzzz has joined #ruby
braincrash has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
Lyubo1 has quit [Ping timeout: 258 seconds]
TCZ has quit [Quit: Leaving]
ChmEarl has joined #ruby
Lyubo1 has joined #ruby
phaul has quit [Ping timeout: 260 seconds]
phaul has joined #ruby
teclator has joined #ruby
grumby has left #ruby [#ruby]
rubydoc has quit [Ping timeout: 265 seconds]
rubydoc has joined #ruby
phaul has quit [Ping timeout: 260 seconds]
phaul has joined #ruby
cuerbot has quit [Read error: Connection reset by peer]
elcuervo has joined #ruby
jenrzzz has joined #ruby
imode has joined #ruby
ellcs has quit [Remote host closed the connection]
cthu| has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
va5c0 has quit [Quit: WeeChat 2.9]
alexherbo20 has joined #ruby
banisterfiend has joined #ruby
schne1der has joined #ruby
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo20 is now known as alexherbo2
smurfke has joined #ruby
Rudd0^ has joined #ruby
lmat has quit [Read error: Connection reset by peer]
gitter1234 has joined #ruby
Rudd0 has quit [Ping timeout: 258 seconds]
ellcs has joined #ruby
lmat has joined #ruby
va5c0 has joined #ruby
Rudd0 has joined #ruby
DaRock has quit [Ping timeout: 260 seconds]
Rudd0^ has quit [Ping timeout: 264 seconds]
va5c0 has quit [Quit: WeeChat 2.9]
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
va5c0 has joined #ruby
va5c0 has quit [Client Quit]
va5c0 has joined #ruby
banisterfiend has joined #ruby
stryek has joined #ruby
braincrash has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
weaksauce has joined #ruby
va5c0 has quit [Quit: WeeChat 2.9]
TCZ has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
thither has quit [Quit: WeeChat 2.3]
dfucci has quit [Ping timeout: 256 seconds]
Frobozz has joined #ruby
Frobozz has quit [Remote host closed the connection]
<tsujp>
how is `as_json` different from `as_json['table']`?
alfiemax has joined #ruby
jenrzzz has joined #ruby
dualfade has quit [Ping timeout: 256 seconds]
dualfade has joined #ruby
alexherbo2 has quit [Ping timeout: 258 seconds]
jenrzzz has quit [Ping timeout: 264 seconds]
alexherbo2 has joined #ruby
<nakilon>
tsujp try #RubyOnRails
<havenwood>
tsujp: Hash#[] is an accessor method on Hash.
<havenwood>
tsujp: To fetch the value for the `"table"` key: hash['table']
<havenwood>
tsujp: as_json.class #=> Hash
<havenwood>
tsujp: It's the same as: as_json.[]('table')
<havenwood>
Just sugar on the #[] method, as is standard.
<tsujp>
I see
<tsujp>
Cheers
orbyt_ has joined #ruby
meinside has quit [Quit: Connection closed for inactivity]
infinityfye has quit [Ping timeout: 256 seconds]
maryo has joined #ruby
TzilTzal has quit [Quit: Leaving.]
neshpion has joined #ruby
neshpion has quit [Quit: WeeChat 2.9]
neshpion has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
rippa has joined #ruby
jenrzzz has joined #ruby
TCZ has quit [Quit: Leaving]
jenrzzz has quit [Ping timeout: 240 seconds]
howdoi has joined #ruby
vondruch has quit [Ping timeout: 260 seconds]
schne1der has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
impermanence has joined #ruby
jenrzzz has joined #ruby
TCZ has joined #ruby
dfucci has joined #ruby
bocaneri has quit [Read error: Connection reset by peer]
coltkirk has joined #ruby
coltkirk has left #ruby [#ruby]
tastemakerChuck has quit [Ping timeout: 256 seconds]
braincrash has joined #ruby
alfiemax has quit [Remote host closed the connection]
alexherbo2 has quit [Ping timeout: 265 seconds]
troulouliou_dev has joined #ruby
troulouliou_dev has quit [Remote host closed the connection]
duderono_ has joined #ruby
duderonomy has quit [Ping timeout: 265 seconds]
akemhp has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
alexherbo2 has joined #ruby
braincrash has quit [Ping timeout: 240 seconds]
GodFather has quit [Ping timeout: 260 seconds]
gix has joined #ruby
GodFather has joined #ruby
schne1der has joined #ruby
dionysus69 has joined #ruby
dionysus69 has quit [Client Quit]
foxxx0 has quit [Quit: foxxx0]
foxxx0 has joined #ruby
GodFather has quit [Ping timeout: 240 seconds]
GodFather has joined #ruby
Rudd0 has quit [Ping timeout: 240 seconds]
stan has joined #ruby
maryo has quit [Quit: Leaving]
gitter1234 has quit [Quit: Connection closed for inactivity]
braincrash has joined #ruby
sagax has joined #ruby
roshanavand has joined #ruby
GodFather has quit [Ping timeout: 256 seconds]
cyrus_mc_ has joined #ruby
GodFather has joined #ruby
TCZ has quit [Quit: Leaving]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
micah has joined #ruby
<micah>
hi all, i did a `bundle install --deployment` and that put the gems into vendor/bundle, but if I do bundle exec (bundle exec unicorn -E production -c config/unicorn.rb) it cannot find the unicorn command
phage has joined #ruby
<havenwood>
micah: That's odd. Confirm `unicorn` is installed in the `vendor/bundle` location?
<havenwood>
micah: How about?: bundle info unicorn
<micah>
havenwood: Could not find command "info".
phage has quit [Client Quit]
<havenwood>
micah: Ah, must be an older bundler.
<havenwood>
micah: bundle -v
<havenwood>
micah: bundle list | grep unicorn
cyrus_mc_ has quit [Quit: Connection closed]
<micah>
havenwood: Bundler version 1.13.6
<micah>
Gems included by the bundle:
<micah>
Your bundle is locked to i18n (0.8.1), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of i18n (0.8.1) has removed it. You'll need to update
<micah>
your bundle to a different version of i18n (0.8.1) that hasn't been removed in order to install.