closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
Aethenelle has quit [Quit: Aethenelle]
Aethenelle has joined #ruby-core
enebo has quit [Quit: enebo]
Aethenelle has quit [Ping timeout: 244 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
rafaelfranca has joined #ruby-core
rafaelfranca has joined #ruby-core
mpapis has quit [Ping timeout: 264 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
mpapis has joined #ruby-core
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:42570] sonots:r54644 (trunk): * ChangeLog: Add descriptions for logger updates - http://mla.n-z.jp/?ruby-changes=42570
tax has quit [Ping timeout: 260 seconds]
tax has joined #ruby-core
<znz_jp> biff: [ruby-changes:42571] sonots:r54645 (trunk): * ChangeLog: Fix dates of previous commits - http://mla.n-z.jp/?ruby-changes=42571
<znz_jp> biff: [ruby-changes:42572] nobu:r54646 (trunk): use more descriptive assertions - http://mla.n-z.jp/?ruby-changes=42572
<znz_jp> biff: [ruby-changes:42573] sonots:r54647 (trunk): * lib/time.rb: revert r54167 because it would break - http://mla.n-z.jp/?ruby-changes=42573
<znz_jp> biff: [ruby-changes:42574] nobu:r54648 (trunk): appending compile error without rb_errinfo - http://mla.n-z.jp/?ruby-changes=42574
toretore has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
tax has quit [Quit: Leaving]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
madgen has joined #ruby-core
yopp has quit [Ping timeout: 276 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
yopp has joined #ruby-core
madgen has quit [Ping timeout: 246 seconds]
<znz_jp> biff: [ruby-changes:42575] nobu:r54649 (trunk): refactor parser error - http://mla.n-z.jp/?ruby-changes=42575
mame3 has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
madgen has joined #ruby-core
hsbt_away is now known as hsbt
nokada_ has quit [Read error: Connection reset by peer]
nokada has joined #ruby-core
madgen has quit [Ping timeout: 268 seconds]
nagachika has joined #ruby-core
hsbt is now known as hsbt_away
madgen has joined #ruby-core
<zzak> [OpenSuse, irc.freenode.net] hi
<zzak> [OpenSuse, irc.freenode.net] i have csv with column a,b,c,d. How can I sum all rows of column "d" where respective column "c" == value.
<zzak> [Jonne Haß, irc.freenode.net] &ri Enumerable#select Enumerable#map Enumerable#reduce @Abhijit
<zzak> [OpenSuse, irc.freenode.net] `derpy, thanks.
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<zzak> [shevy, irc.freenode.net] derpy is such a nice guy
madgen has quit [Ping timeout: 244 seconds]
<zzak> [SporkWitch, irc.freenode.net] so, new to ruby and rails, i'm a bit lost. I'm used to more traditional stuff, you yum install your deps and then your web app lives in some folder to get called when someone browses to the URL pointing at it. I'm not understanding at all where I'm supposed to install the ruby and rails stuff, what user i should be doing it as (do i create a user to run redmine as?). Trying to figure out how to
<zzak> [SporkWitch, irc.freenode.net] install redmine
<zzak> [┬─┬ノ(ಠ_ಠノ), irc.freenode.net] SporkWitch: you should ask in the redmine irc-channel
madgen has joined #ruby-core
<zzak> [SporkWitch, irc.freenode.net] apologies, this seemed more applicable, since it's more general ruby that i'm not understanding. i'll of course ask there as well
<zzak> [OpenSuse, irc.freenode.net] SporkWitch, use rvm to install ruby and rails. assuming you are on linux just do this as regular non root user
<zzak> [OpenSuse, irc.freenode.net] SporkWitch, it will live inside your /home/user/.rvm
<zzak> [OpenSuse, irc.freenode.net] SporkWitch, if that redmine is a gem, you have to add it to your rails project Gemfile and run bundle
<zzak> [SporkWitch, irc.freenode.net] that's what it seemed like and that's why it was confusing me, since normally server applications have their own no-login users
<zzak> [OpenSuse, irc.freenode.net] SporkWitch, when you put your rails in production the nginx / apache will be running as their standard user or your non root user whatever is standand to them
<zzak> [OpenSuse, irc.freenode.net] SporkWitch, my nginx run as my non root user. i have project dir as /var/www/proj which is user:root group and nginx runs as user "user" here
<zzak> [OpenSuse, irc.freenode.net] nginx + passenger
nagachika has quit [Remote host closed the connection]
madgen has quit [Ping timeout: 252 seconds]
nagachika has joined #ruby-core
<zzak> [SporkWitch, irc.freenode.net] ok, so really i'm just telling it WHERE to install, and then apache would just point to that location like anything else, such as owncloud or w/e. the user i do it as is just determining location and owner?
<zzak> [SporkWitch, irc.freenode.net] assuming i understood that right, that helps; thanks
<zzak> [OpenSuse, irc.freenode.net] SporkWitch, no. "you" have to configure apache / nginx config file then it will know where is your rails. additionaly you have to do passenger / unicorn configuration also.
<zzak> [SporkWitch, irc.freenode.net] yeah, sorry, of course i have to point it at it still
<zzak> [OpenSuse, irc.freenode.net] :-)
<zzak> [OpenSuse, irc.freenode.net] yeah, so basically put app in location, then configure, passenger/unicorn/whatever then configure apache/nginxl/whatever and you are live!! :-)
<zzak> [OpenSuse, irc.freenode.net] SporkWitch, since you have to execute the command "bundle" as non root user (thats restriction from rails/ ruby) you have to chown the project dir to nonrootuser:root
<zzak> [SporkWitch, irc.freenode.net] yeah, that was the first thing that tipped me off that this was not like installing anything i was used to, heh. normally i just drop my web apps int /var/www, chown to apache:apache, and then create the vhost. done.
<zzak> [SporkWitch, irc.freenode.net] any "install" stuff just does the same, dropping stuff where it needs to go
madgen has joined #ruby-core
nagachika has quit [Remote host closed the connection]
<zzak> [NaN, irc.freenode.net] i'm trying to use capistrano for deployment and i'm getting TypeError: no implicit conversion of Symbol into String
<zzak> [NaN, irc.freenode.net] is my ruby2.1 too old or what?
<zzak> [shevy, irc.freenode.net] that error can happen on ruby 2.1.x just as it can on 2.3.x and on 1.9.x and 1.8.x
<zzak> [NaN, irc.freenode.net] so what is going on there?
enebo has joined #ruby-core
madgen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby-core
Aethenelle has joined #ruby-core
madgen has quit [Ping timeout: 252 seconds]
rafaelfranca has quit [Read error: No route to host]
rafaelfranca has joined #ruby-core
madgen has joined #ruby-core
shinnya has joined #ruby-core
madgen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby-core
shinnya has quit [Ping timeout: 260 seconds]
tenderlove has joined #ruby-core
heroux has quit [Ping timeout: 244 seconds]
heroux has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
madgen has quit [Ping timeout: 250 seconds]
Aethenelle has joined #ruby-core
madgen has joined #ruby-core
toretore has quit [Ping timeout: 250 seconds]
madgen has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 244 seconds]
madgen has joined #ruby-core
hsbt is now known as hsbt_away
enebo has quit [Quit: enebo]
madgen has quit [Ping timeout: 244 seconds]
Aethenelle has quit [Quit: Aethenelle]
eregon_ has quit [Read error: Connection reset by peer]
eregon has joined #ruby-core