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
<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>
[┬─┬ノ(ಠ_ಠノ), 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
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]