zipkid has quit [Read error: Connection reset by peer]
tau has joined #ruby
tau has quit [Changing host]
tau has joined #ruby
fowlduck has quit [Read error: Connection reset by peer]
gorsuch has quit [Read error: Connection reset by peer]
Mutsuhito has quit [Read error: Connection reset by peer]
redlegion has quit [Ping timeout: 246 seconds]
gmcintire has quit [Read error: Connection reset by peer]
jimeh has quit [Read error: Connection reset by peer]
SuperLag has joined #ruby
pitastrudl has quit [Ping timeout: 260 seconds]
darthThorik has quit [Ping timeout: 260 seconds]
MentalPower has quit [Ping timeout: 272 seconds]
mattwc has quit [Ping timeout: 260 seconds]
pyrmont has quit [Ping timeout: 256 seconds]
SuperL4g has quit [Ping timeout: 260 seconds]
teej has quit [Ping timeout: 272 seconds]
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zipkid has joined #ruby
itok has quit [Ping timeout: 264 seconds]
pyrmont has joined #ruby
matsaman has joined #ruby
zipkid has quit [Ping timeout: 256 seconds]
pyrmont has quit [Ping timeout: 256 seconds]
rmnull has quit [Ping timeout: 264 seconds]
greypack has quit [Ping timeout: 246 seconds]
zipkid has joined #ruby
snuz_ has joined #ruby
drincruz has joined #ruby
gmcintire has joined #ruby
greypack has joined #ruby
snuz has quit [Ping timeout: 265 seconds]
drincruz has quit [Ping timeout: 264 seconds]
darkstardev13 has quit [Quit: Leaving]
MentalPower has joined #ruby
zipkid has quit [Read error: Connection reset by peer]
gmcintire has quit [Ping timeout: 256 seconds]
zipkid has joined #ruby
jimeh has joined #ruby
gix has quit [Ping timeout: 256 seconds]
pyrmont has joined #ruby
gmcintire has joined #ruby
duderonomy has joined #ruby
mozzarella has quit [Quit: WeeChat 2.8]
darthThorik has joined #ruby
Mutsuhito has joined #ruby
itok has joined #ruby
fowlduck has joined #ruby
mattwc has joined #ruby
gorsuch has joined #ruby
teej has joined #ruby
redlegion has joined #ruby
pitastrudl has joined #ruby
poro has quit [Quit: Leaving]
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Technodrome has joined #ruby
itok has quit [Ping timeout: 256 seconds]
mattwc has quit [Ping timeout: 260 seconds]
pitastrudl has quit [Ping timeout: 272 seconds]
teej has quit [Ping timeout: 256 seconds]
zipkid has quit [Ping timeout: 256 seconds]
gorsuch has quit [Ping timeout: 272 seconds]
howdoi has quit [Quit: Connection closed for inactivity]
Mutsuhito has quit [Ping timeout: 272 seconds]
gmcintire has quit [Ping timeout: 272 seconds]
fowlduck has quit [Ping timeout: 256 seconds]
redlegion has quit [Ping timeout: 272 seconds]
jimeh has quit [Read error: Connection reset by peer]
mozzarella has joined #ruby
Mutsuhito has joined #ruby
gorsuch has joined #ruby
Mutsuhito has quit [Max SendQ exceeded]
darthThorik has quit [Ping timeout: 264 seconds]
MentalPower has quit [Ping timeout: 272 seconds]
zipkid has joined #ruby
mattwc has joined #ruby
redlegion has joined #ruby
darthThorik has joined #ruby
chris___ has joined #ruby
MentalPower has joined #ruby
gorsuch has quit [Ping timeout: 264 seconds]
pyrmont has quit [Ping timeout: 246 seconds]
zipkid has quit [Ping timeout: 256 seconds]
chris___ has quit [Ping timeout: 256 seconds]
fowlduck has joined #ruby
MentalPower has quit [Ping timeout: 240 seconds]
r3m has quit [Quit: WeeChat 2.9-dev]
r3m has joined #ruby
fowlduck has quit [Max SendQ exceeded]
zipkid has joined #ruby
pyrmont has joined #ruby
redlegion has quit [Ping timeout: 260 seconds]
mattwc has quit [Ping timeout: 240 seconds]
darthThorik has quit [Ping timeout: 260 seconds]
fowlduck has joined #ruby
MentalPower has joined #ruby
mattwc has joined #ruby
jimeh has joined #ruby
itok has joined #ruby
tau has quit [Ping timeout: 256 seconds]
gmcintire has joined #ruby
redlegion has joined #ruby
darthThorik has joined #ruby
Guest23015 has joined #ruby
Mutsuhito has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest23015 has quit [Excess Flood]
gorsuch has joined #ruby
pitastrudl has joined #ruby
nicholaslyang has joined #ruby
Guest23015 has joined #ruby
shokohsc has quit [Ping timeout: 258 seconds]
jetchisel has joined #ruby
<matsaman>
what is RUBY_ENV?
<matsaman>
why is finding documentation for Ruby such a PITA?
troulouliou_div2 has quit [Remote host closed the connection]
<apotheon>
matsaman: Do you mean RAILS_ENV?
<matsaman>
No I don't. What's that
<apotheon>
It's a Rails thing.
<apotheon>
Where do you see RUBY_ENV?
<apotheon>
Part of the reason it's hard to find might be that it's nonstandard and search engines pretty much just suck at finding unpopular things these days.
<matsaman>
some forums, maybe there's no such thing?
<apotheon>
Can you give me some context? Where would I look?
<matsaman>
well I was doing things like searching with site:ruby-lang.org, etc.
<apotheon>
It might be something used by some library or tooling someone made.
<matsaman>
Thanks, that's all most helpful.
<apotheon>
I generally don't have issues finding Ruby documentation, so your complaint surprised me, plus I don't recall ever seeing a RUBY_ENV.
<apotheon>
ENV is a hash-like accessor for environment variables.
<apotheon>
(assuming you have ri installed, which is generally the default for the main Ruby package on various OSes)
<matsaman>
They probably meant RAILS_ENV, it's todo with rails.
<matsaman>
rails makes me hate the universe
<apotheon>
I'm glad I could help.
<apotheon>
Yeah, I think sometimes when people are talking about Rails stuff they accidentally say Ruby when meaning Rails, or Rails when meaning Ruby.
<matsaman>
I think you're right
<apotheon>
I found a reference to RUBY_ENV in a Rails related issue title on GitHub, but the issue actually talks about RAILS_ENV, so the title was just a mistake.
* matsaman
cries
<apotheon>
cheer up
<apotheon>
Ruby is fun.
<matsaman>
have to fight rails at every step
<apotheon>
Well . . . don't cheer up if you don't want to, I guess.
<matsaman>
ruby I've dealt with on its own, and yeah the syntax is great
<matsaman>
I shouldn't have said why's it so hard to find info for ruby, it's a rails problem ... again.
<apotheon>
Rails requires a very special way of thinking about it. Once getting used to it, everything starts to be *really* easy . . . until you start doing a lot of nonstandard stuff again, then you have to dig in really deep in documentation and even Rails sources to get stuff done.
<apotheon>
. . . then after a while of that it starts getting easier, then you end up working on JavaScript for a little wihle, and you're back to not remembering much of anything you learned form Rails sources, and that part gets hard again, because it's hard to hold that much Rails knowledge in your head for long when not using it constantly.
<matsaman>
Has too many deps (that break), and such a weird hierarchy of commands to use (rails, rake, etc.).
<apotheon>
Well, obviously this Rails stuff is frustrating, and you showed your frustration. I understand. It happens to the best of us.
<apotheon>
I'm just glad I could help a little.
<matsaman>
And for some reason I have to use bundle exec puma instead of rails server somewhere.
<matsaman>
You helped tons, every day I get at the end of my rope with this. =P
<matsaman>
I finally got it to work on my host, though, that was literally the last puzzle for me while I was working on making a tidy script to set it up next time.
<apotheon>
Good luck! It's past my bedtime, so I'm going to get some sleep.
<apotheon>
Take care, and consider getting some rest yourself. It's good for you, and for your productivity.
<apotheon>
ta
<matsaman>
that's good advice
<matsaman>
lates
matsaman has left #ruby [#ruby]
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nicholaslyang has joined #ruby
sauvin has joined #ruby
_whitelogger has joined #ruby
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nicholaslyang has joined #ruby
nicholaslyang has quit [Client Quit]
conta has joined #ruby
xco has joined #ruby
nicholaslyang has joined #ruby
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nicholaslyang has joined #ruby
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has quit [Quit: conta]
nicholaslyang has joined #ruby
imode has quit [Ping timeout: 272 seconds]
conta has joined #ruby
nicholaslyang has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ldepandis has joined #ruby
conta has quit [Quit: conta]
conta has joined #ruby
MrCrackPot has quit [Quit: Leaving]
ncakerlist has joined #ruby
chris__ has joined #ruby
chris__ has quit [Ping timeout: 246 seconds]
venmx has joined #ruby
ncakerlist has quit [Ping timeout: 240 seconds]
akem has joined #ruby
postmodern has quit [Read error: Connection reset by peer]
postmodern has joined #ruby
akem has quit [Quit: Leaving]
schne1der has joined #ruby
Pie_Mage has quit [Quit: WeeChat 2.3]
akem has joined #ruby
schne1der has quit [Ping timeout: 246 seconds]
postmodern has quit [Quit: Leaving]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]