apeiros_ changed the topic of #ruby to: Ruby 1.9.3-p327: http://ruby-lang.org (ruby-2.0.0-preview2) || Paste >3 lines of text on http://gist.github.com
art_man1 has quit [Quit: art_man1]
dawkirst_ has quit [Ping timeout: 248 seconds]
segv- has quit [Quit: segv-]
lenovodroid has joined #ruby
statarb3 has quit [Quit: Leaving]
dawkirst_ has joined #ruby
ikaros has quit [Quit: Ex-Chat]
Maniacal has quit [Quit: Leaving]
jonathanwallace has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
Banistergalaxy has quit [Remote host closed the connection]
jlast has quit [Ping timeout: 246 seconds]
thmzlt has quit [Remote host closed the connection]
Divinite has quit [Ping timeout: 250 seconds]
thecreators has joined #ruby
danneu has quit [Ping timeout: 252 seconds]
GoGoGarrett has joined #ruby
<maetthew> Hmm I'm trying to install Ruby 1.9.3-p327 on Ubuntu 11.04 through RVM
nari_ has quit [Ping timeout: 246 seconds]
<maetthew> i've installed RVM and Ruby successfully
<maetthew> but when I try to install bundler through
<maetthew> gem install bundler
<maetthew> i get this error
banisterfiend has joined #ruby
seanstickle has joined #ruby
jrochkind has left #ruby [#ruby]
chessguy has quit [Remote host closed the connection]
<heftig> maetthew: you built ruby without zlib
<maetthew> heftig, ah crap
<heftig> make sure the zlib development files (whatever your distro calls them) are installed
atmosx has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
tommyvyo_ has quit [Ping timeout: 252 seconds]
Divinite has joined #ruby
willob has joined #ruby
apeiros_ has quit [Remote host closed the connection]
jtharris has quit [Quit: WeeChat 0.3.9.2]
gregorg_taf has quit [Read error: Connection reset by peer]
i_s has quit [Quit: i_s]
gregorg_taf has joined #ruby
SCommette has quit [Quit: SCommette]
tommyvyo_ has joined #ruby
mele- has quit [Quit: Linkinus - http://linkinus.com]
statarb3 has joined #ruby
statarb3 has joined #ruby
statarb3 has quit [Changing host]
kuzushi has joined #ruby
emmanuelux has quit [Remote host closed the connection]
stevechiagozie has quit [Quit: Textual IRC Client: www.textualapp.com]
billy_ran_away has left #ruby ["Textual IRC Client: www.textualapp.com"]
danneu has joined #ruby
t_hash has quit [Quit: ZNC - http://znc.in]
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
Virunga has quit [Remote host closed the connection]
waxjar has quit [Quit: i am waxjar, hear me roar]
postmodern has joined #ruby
thecreators has quit [Remote host closed the connection]
iamjarvo has quit [Quit: Leaving.]
kylescottmcgill has joined #ruby
gregorg_taf has joined #ruby
waxjar has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
lenovodroid has quit [Ping timeout: 255 seconds]
tommyvyo_ has quit [Quit: Computer has gone to sleep.]
xandy is now known as xAndy
cloud|nix_ has joined #ruby
waxjar has quit [Client Quit]
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
cloud|nix_ has quit [Remote host closed the connection]
yshh has quit [Remote host closed the connection]
tommyvyo_ has joined #ruby
cloud|nix_ has joined #ruby
freeayu has quit [Ping timeout: 260 seconds]
yshh has joined #ruby
yshh has quit [Remote host closed the connection]
Russell^^ has quit [Quit: Russell^^]
waxjar has joined #ruby
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
joofsh has quit [Remote host closed the connection]
cloud|nix_ has quit [Client Quit]
cloud|nix has joined #ruby
jonathanwallace has quit [Quit: WeeChat 0.3.9.2]
jimeh has quit [Quit: Computer has gone to sleep.]
jonathanwallace has joined #ruby
colonolGron has quit [Ping timeout: 244 seconds]
havenn has joined #ruby
tvw has quit [Remote host closed the connection]
davejacobs has joined #ruby
tommyvyo_ has quit [Quit: Computer has gone to sleep.]
hsbt has quit [Read error: Connection reset by peer]
g_bleezy has joined #ruby
Nimsical has quit [Quit: Computer has gone to sleep.]
taoru has joined #ruby
<libryder> if i have a string "Hello World!!!!!" with two spaces, how can i strip only the extra spaces?
<libryder> .squeeze removes the extra !!!'s
c0rn has joined #ruby
hydrozen has quit [Quit: Computer has gone to sleep.]
SCommette has joined #ruby
<seanstickle> libryder: .strip
davejacobs has left #ruby [#ruby]
Banistergalaxy has joined #ruby
<eka> libryder: gsub(/( )+/, " ")
<dorei> libryder: "hello world".split(' ').join(' ')
manizzle has joined #ruby
<eka> >> "Hello world".gsub(/( )+/, " ")
<eka> => "Hello world"
<eval-in> eka: Output: "" (http://eval.in/4949)
g_bleezy has quit [Read error: Operation timed out]
<banisterfiend> libryder: "Hello World!!!!!".squeeze(" ")
<aedorn> "Hello World!!!!!".squeeze(' ')
LouisGB has quit [Ping timeout: 255 seconds]
<banisterfiend> aedorn: jinx, personal jinx, physical jinx
v0n has quit [Ping timeout: 265 seconds]
<aedorn> I feel slow today
SCommette has quit [Client Quit]
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
samuel02 has joined #ruby
<tjbiddle> anyone use nokogiri and had 1.5.6 break on them?
woolite64 has quit []
nik_-_ has quit [Quit: nik_-_]
<tjbiddle> looks like there was an update ~7 hours ago and i can't get it to install.
<libryder> aedorn: thanks! actually thanks for all the suggestions. they all worked but i do like squeeze the most :)
<aedorn> tjbiddle: I use Mechanize which relies on Nokogiri .. and it's currently at 1.5.6. Seems to still be working as intended
<banisterfiend> libryder: in future type: ? String#squeeze
<tjbiddle> aedorn: what OS?
<havenn> tjbiddle: Problem compiling it or using it?
<aedorn> Linux
redmaverick has joined #ruby
<banisterfiend> oops
<banisterfiend> libryder: ^
<havenn> tjbiddle: No problems here on OS X.
gregorg_taf has joined #ruby
jjang has quit [Remote host closed the connection]
<tjbiddle> havenn: compiling - i guess if those are the two options to choose from :p almost looks like a gcc step, but other parts now
<tjbiddle> ERROR: Error installing nokogiri:
`gregorg` has quit [Read error: Connection reset by peer]
<tjbiddle> ERROR: Failed to build gem native extension.
<tjbiddle> /usr/bin/ruby1.9.1 extconf.rbis th
<tjbiddle> e top error
<tjbiddle> is the top error*
<havenn> tjbiddle: OS?
<libryder> i saw squueze but didn't realize you could specify what to squeeze
<tjbiddle> Ubuntu 12.04
<libryder> thanks peeps
<havenn> tjbiddle: sudo apt-get install gcc automake
<havenn> tjbiddle: :P
luckyruby has quit [Remote host closed the connection]
<banisterfiend> libryder: that's why i said use ? String#squeeze --- it shows u the docs :P
<banisterfiend> (in pry)
hotovson has quit [Remote host closed the connection]
<tjbiddle> had gcc - checking automake atm.
freeayu has joined #ruby
<aedorn> isn't that included in buildessential? Or whatever it is... haven't used Ubuntu in years
slash_nick has joined #ruby
otters has joined #ruby
verto is now known as verto|off
<tjbiddle> havenn: no luck
<tjbiddle> using system ruby1.9.1 btw - i also have ruby1.9-dev installed, but:
redmaverick has left #ruby [#ruby]
<tjbiddle> You have to install development tools first.
slainer68 has quit [Read error: Connection reset by peer]
<tjbiddle> You have to install development tools first.
<tjbiddle> sec, starts with slash - lol
slainer68 has joined #ruby
<tjbiddle> usr/lib/ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
<tjbiddle> You have to install development tools first.
<havenn> tjbiddle: Nokogiri says its reqs are: sudo apt-get install libxml2 libxml2-dev libxslt libxslt-dev
<tjbiddle> there we go :p
<tjbiddle> pretty sure i have them all installed - already checked that, will double.
c0rn_ has joined #ruby
<tjbiddle> all good
c0rn has quit [Ping timeout: 265 seconds]
<tjbiddle> all good meaning all installed - not it's working :p
c0rn_ is now known as c0rn
wmoxam has quit [Remote host closed the connection]
<aedorn> tjbiddle: Can you put the full output in a gist/pastie? Sounds like it's failing when running configure, which could mean .... all sorts of things right now
<tjbiddle> sec
acrocity_ has joined #ruby
marr has quit [Ping timeout: 246 seconds]
main has quit [Ping timeout: 244 seconds]
elico has joined #ruby
luckyruby has joined #ruby
<eka> that error message makes a lot of sense
acrocity has quit [Ping timeout: 264 seconds]
<aedorn> and mkmf.log if you would please ... why do I always forget where the build logs end up when I do this all the time
IceDragon has quit [Quit: Space~~~]
alexspeller has quit [Remote host closed the connection]
acrocity has joined #ruby
<tjbiddle> heh
<tjbiddle> aedorn: where's the mkmf log? I don't see anything in /var/log
Gooder has joined #ruby
<aedorn> probably in /var/lib/gems/1.9.1/gems/nokogiri-1.5.6/ext/nokogiri/
<tjbiddle> extensive, lol.
reppard has joined #ruby
acrocity_ has quit [Read error: Operation timed out]
luckyruby has quit [Remote host closed the connection]
lolcathost has quit [Ping timeout: 255 seconds]
SCommette has joined #ruby
krz has joined #ruby
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
<tjbiddle> aedorn: http://pastie.org/5555332
manizzle has quit [Ping timeout: 264 seconds]
bent has quit [Ping timeout: 248 seconds]
<tjbiddle> i changed ulimts on a few things the other week, sec
zeade has quit [Quit: Leaving.]
<aedorn> heh..
<havenn> so libiconv?
yshh has joined #ruby
jonathanwallace has quit [Ping timeout: 246 seconds]
<aedorn> limits.h
natewalck has quit []
xnm has quit [Quit: WeeChat 0.3.8]
<tjbiddle> yeah, no idea if related - change nopen limits for www-data user to 65536 the other week.
<eka> lxml lib is there?
<tjbiddle> which: define NR_OPEN 65536 is what it's bitching about in the log
<tjbiddle> when saying unknown type of define - all others start with #
<aedorn> is it really define NR_OPEN, not #define ?
robbyoconnor has joined #ruby
<tjbiddle> really
<tjbiddle> so i'm assuming that's what it is - but i'm also assuming it's auto-generated?
<aedorn> it should be #define ...
<eka> try previous version and see if it works
slainer68 has quit [Remote host closed the connection]
<eka> if not ... your fault ... if yes... their fault
<aedorn> well, with Ubuntu it's when you grab the kernel headers
<aedorn> so it's whatever is in the package, unless modified by hand
pac1 has joined #ruby
xscc has joined #ruby
<aedorn> either way, it's a preprocessor directive which always begin with #. Which means all of those lines in that header should begin with # as well
<tjbiddle> both adding # in front and removing the line completely caused issues - added it back the way it was and now i get a different issue than the original.. wtf? lol
GlenK has joined #ruby
kenneth has quit [Quit: kenneth]
xscc has quit [Remote host closed the connection]
<tjbiddle> No such file or directory - getcwd searching for solutions atm
stevechiagozie has joined #ruby
willob has quit [Quit: Leaving.]
kenneth has joined #ruby
<aedorn> Have you considered reloading this system? heh
<eka> try previous version...
tyfighter has quit [Quit: tyfighter]
<aedorn> eka: Unless it's installed and compiled already, it's not going to build now
atno has quit [Ping timeout: 264 seconds]
<tjbiddle> aedorn: reloading meaning?
maletor has quit [Quit: Computer has gone to sleep.]
<tjbiddle> eka: thanks - gem install nokogiri -v '1.5.5' fixed it (meaning i'm getting my original error again, heh)
<eka> tjbiddle: maybe a bad release?
<aedorn> tjbiddle: reinstall Ubuntu .. or you could try to reinstall just the linux headers (or maybe the build-essential packages. I don't remember where Ubuntu keeps it)
<tjbiddle> aedorn: can't do that - this is a beta box for an application, need to make sure this is good to go before promoting to preprod staging.
<aedorn> tjbiddle: it's not good to go =)
neiled has quit [Quit: Computer has gone to sleep.]
<tjbiddle> heh.
<tjbiddle> well do you think this is specific to this box - or if i made the same ulimit changes on others, would that cause the same issue?
<aedorn> well, before that try apt-get install --reinstall linux-kernel-headers
dankest has joined #ruby
<tjbiddle> actually - now that i think about it, beta environment is shared with various applications - the change was made for a different app, but preprod is on a separate box.
<aedorn> or rather sudo apt-get install --reinstall linux-kernel-headers
<tjbiddle> kk
sealeaf1 has quit [Ping timeout: 246 seconds]
<elico> I was wondering if anyone have any experience with event based code such as epoll or any others?
`gregorg` has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
<RubyPanther> Almost everybody has experienced it, but most don't remember anything.
<tjbiddle> interesting - looking at my ubuntu vm, that NOPEN statement is the same, except it's default is 1024 and is pre-fixed with #. wondering why it's goofed though.
<elico> RubyPanther: And how about you?
<aedorn> tjbiddle: yeah, it has to be prefixed. All C preprocessor directives are prefixed as such (#define, etc.) It's just really weird that specific file even changed .. unless someone recently built their own kernel and maybe mistyped for some reason
jjbohn has joined #ruby
<RubyPanther> elico: I don't remember anything at all until a specific question jogs my memory.
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
<tjbiddle> aedorn: thanks a ton! nokogiri installed after that, which is good enough to proceed for now. i'll have to look into the ulimit change and why it wasn't prefixed in the meantime though - shouldn't happen until another upgrade though.
<elico> RubyPanther: OK, I am working on a proxy server and since the current EM and others dosnt do what I need I am writing my own events etc..
<aedorn> tjbiddle: sure.. and changing ulimits shouldn't change that file.. but hey, I've seen stranger things I guess
<tjbiddle> aedorn: mind if i pm you?
<RubyPanther> elico: these days state machines are very popular in Ruby for that
<tjbiddle> don't want to spam up #ruby with linux talk :p
swex_ has joined #ruby
<elico> RubyPanther: what state machines do you know? maybe I missed one? EM what else?
freeayu__ has joined #ruby
swex has quit [Ping timeout: 264 seconds]
<aedorn> nah.. next time. I'm headed home. Was just waiting around to see if that's all it was. I have to go compile a cheeseburger
slash_nick has quit [Ping timeout: 265 seconds]
freeayu has quit [Ping timeout: 260 seconds]
aedorn has quit [Quit: Leaving]
pyr0commie has quit [Remote host closed the connection]
t_hash has joined #ruby
mengu has quit [Quit: Konversation terminated!]
<RubyPanther> elico: Journey (the new rails router) might be a good code reference
<shevy> tjbiddle this is ok, we will use linux to bootstrap RubyOS eventually
<tjbiddle> shevy: heh
<swarley> lolrubyos
luckyruby has joined #ruby
NiteRain has quit [Ping timeout: 246 seconds]
<swarley> a rubyos could work, as long as you're using JRuby and a JVM as your kernel lol
<elico> RubyPanther: Thanks I will look on it.
<RubyPanther> shevy: mRuby could bootstrap it for you already, you can even write RiteVM code by hand as if it was ASM.
pen has quit [Remote host closed the connection]
<GlenK> hi. not sure how to handle this: http://fpaste.org/psGb/ I already have capybara in my Gemfile and ran '\bundle install'.
ossareh has quit [Ping timeout: 264 seconds]
<shevy> RubyPanther I have not yet found out how to include code from files into mruby
johnmilton has quit [Remote host closed the connection]
sn0wb1rd has joined #ruby
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
<swarley> I giggled at the rubinius suggestion
jjbohn has quit [Quit: Leaving...]
<RubyPanther> shevy: you just read the file into a string first and then you can call mrb_parse_string and mrb_generate_code and then mrb_run
bent has joined #ruby
Roa has quit [Ping timeout: 240 seconds]
banisterfiend has quit [Ping timeout: 265 seconds]
<shevy> ohhh
<shevy> funny way :)
twoism has quit [Remote host closed the connection]
<shevy> off topic... am I the only one getting annoyed about google lately? they want to force me to switch to my real name, rather than my shortcut alias in youtube...
slainer68 has joined #ruby
jjbohn has joined #ruby
Roa has joined #ruby
Roa has quit [Changing host]
Roa has joined #ruby
ryannielson has joined #ruby
<RubyPanther> or just call mrb_parse_file
<RubyPanther> shevy: I just clicked no
banisterfiend has joined #ruby
<shevy> RubyPanther hmm let me try that with mrb_parse_file
t_hash has quit [Quit: ZNC - http://znc.in]
aajjbb has joined #ruby
<shevy> "matz authored 3 hours ago"
<shevy> wheeeeeee almost live coding
<RubyPanther> fresh mined rubies
UdontKnow has quit [Ping timeout: 260 seconds]
breakingthings has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
ttt has joined #ruby
aajjbb has quit [Ping timeout: 265 seconds]
samuel02 has quit [Remote host closed the connection]
thams has quit [Quit: thams]
the_jeebster has quit [Quit: Leaving.]
voodoofish430 has quit [Quit: Leaving.]
UdontKnow has joined #ruby
Mon_Ouie has quit [Quit: WeeChat 0.3.9.2]
rakl has quit [Quit: sleeping]
wallerdev has quit [Quit: wallerdev]
tjbiddle_ has joined #ruby
miskander has joined #ruby
Divinite has quit [Ping timeout: 252 seconds]
squidBits_ has joined #ruby
squidBits_ has quit [Client Quit]
bigmcq77 has joined #ruby
Divinite has joined #ruby
tjbiddle has quit [Ping timeout: 246 seconds]
tjbiddle_ is now known as tjbiddle
nilg` has joined #ruby
wf2f has quit []
squidBits has quit [Ping timeout: 255 seconds]
kylescottmcgill has left #ruby [#ruby]
fyolnish has joined #ruby
nilg has quit [Ping timeout: 244 seconds]
xbayrockx has joined #ruby
xbayrockx is now known as wf2f
lukeholder has joined #ruby
jonathanwallace has joined #ruby
<shevy> hmm
<shevy> what is a clean or simple way to check
<shevy> "if coderay is installed and works, use this, otherwise use that"
<shevy> if (require 'coderay') ?
statarb3 has quit [Ping timeout: 255 seconds]
reppard has quit [Ping timeout: 252 seconds]
cakehero has joined #ruby
GoGoGarrett has quit [Remote host closed the connection]
<eka> shevy: or coderay = require 'coderay'; if not coderay do something else
SCommette has quit [Quit: SCommette]
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
bigmcq77 has quit [Quit: Computer has gone to sleep.]
<waxjar> shevy, there's Gem.available? but it's deprecated.
<waxjar> i don't remember what's going to replace it, but it gives you a warning
freakazoid0223 has joined #ruby
lolcathost has joined #ruby
<shevy> hmm let me think
<eka> shevy: gem_available()
<eka> mmm not
Gooder has quit [Read error: Connection reset by peer]
Gooder has joined #ruby
<eka> shevy: NOTE: Gem.available? is deprecated, use Specification::find_by_name.
rakl has joined #ruby
LBRapid has joined #ruby
jjbohn has quit [Quit: Leaving...]
mrsolo has quit [Quit: Leaving]
<shevy> hehe that's quite a long name
nari_ has joined #ruby
<eka> Gem::Specification.find_by_name
reppard has joined #ruby
<eka> cool lotsa info
luckyruby has quit [Remote host closed the connection]
alexspeller has joined #ruby
<shevy> indeed, Gem::Specification.find_by_name
<shevy> very nice
<shevy> eka I shall call you Master eka from now on
whomp is now known as scant
<eka> pffff ... just tried Gem.available? and that gave me the answer
cloud|nix has quit [Quit: Ex-Chat]
<shevy> hmm yeah but that gives that warning ... "NOTE: Gem.available? is deprecated,"
pen has joined #ruby
<shevy> ah
<shevy> I see what you mean
<shevy> "use Specification::find_by_name"
<shevy> hmm a bit odd that they recommend :: rather than .
<shevy> Gem::Specification.find_by_name reads much nicer than Specification::find_by_name
baroquebobcat has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
luckyruby has joined #ruby
* eka scumbag eka likes ruby but works with python
alexspeller has quit [Ping timeout: 252 seconds]
SCommette has joined #ruby
kiyoura has joined #ruby
ryanf has quit [Ping timeout: 252 seconds]
nouh has joined #ruby
stevechiagozie has quit [Quit: Textual IRC Client: www.textualapp.com]
<seanstickle> eka: join the club
<seanstickle> I like Ruby but program in PHP
bent has quit [Ping timeout: 252 seconds]
<seanstickle> Also, sometimes, J and APL
Hanmac1 has joined #ruby
alvaro_o has quit [Quit: Ex-Chat]
crackfu has joined #ruby
<swarley> Is there a speed difference between interpolation and using concat operators for strings?
SCommette has quit [Client Quit]
<swarley> "hello #{world}" versus "hello " << world or "hello " + world
passbe has quit [Ping timeout: 256 seconds]
Hanmac has quit [Ping timeout: 248 seconds]
gregorg_taf has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
xnm has joined #ruby
dankest is now known as dankest|away
pasties has quit [Changing host]
pasties has joined #ruby
mneorr has quit [Remote host closed the connection]
fmcgeough has quit [Quit: fmcgeough]
bigmcq77 has joined #ruby
slainer68 has quit [Ping timeout: 246 seconds]
dankest|away is now known as dankest
dankest has quit [Quit: Leaving...]
LBRapid has quit [Quit: Farewell.]
niklasb has quit [Read error: Operation timed out]
<jcrawford> hey guys if i were to do arr.contains? "text" how can i make sure case does not matter? would I have to use arr.each {|var| if var.downcase == "string" }
<jcrawford> or is there a way to do it with contains?
banisterfiend has quit [Ping timeout: 255 seconds]
jeffreybaird has joined #ruby
banisterfiend has joined #ruby
<eka> jcrawford: arr has a contains? method?
<jcrawford> sorry include?
<jcrawford> i am still new :)
<eka> ahhh ok
ryanlecompte has quit [Remote host closed the connection]
<jcrawford> but i know arr.include? "Dog" will nto find "dog" and vice versa
<eka> jcrawford: right...
dankest has joined #ruby
jfl0wers has quit [Quit: jfl0wers]
Divinite has quit [Quit: Divinite has left :(]
kil0byte has joined #ruby
stevechiagozie has joined #ruby
t_hash has joined #ruby
rondale_sc has joined #ruby
Divinite has joined #ruby
t_hash has quit [Client Quit]
Gooder has quit [Remote host closed the connection]
malte_ has quit [Quit: malte_]
<jcrawford> so i am trying to figure out how i can search an array without case sensitivity
passbe has joined #ruby
rakl has quit [Quit: sleeping]
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
phelps_ has joined #ruby
NiteRain has joined #ruby
phelps has quit [Read error: Operation timed out]
<waxjar> swarley, if i remember correctly interpolation is much faster than concatenating
phelps_ is now known as phelps
iamjarvo has joined #ruby
<swarley> I think i saw a shootout somewhere, i can't find it though
<eka> jcrawford: you can use select
ryanf has joined #ruby
<shevy> Master eka is a multilingual hacker
ryannielson is now known as TWIXMIX
<shevy> swarley "foo " + object will create a new object, so it should be slower than " foo " << bla
<shevy> swarley no real idea about "hello #{world}" vs "hello " << world ...
<shevy> swarley my gut feeling tells me that << is faster
<swarley> [48] pry(main)> ["hello","Hello"].select {|x| x =~ /hello/i }
<swarley> => ["hello", "Hello"]
IrishGringo has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
<jcrawford> eka i am not quite sure what you mean
<swarley> jcrawford; look at what i just said
<shevy> swarley he is still in the backlog of eka ;-)
<jcrawford> ah ok going to read up onm select, thanks for that tip
<shevy> hehe
<shevy> he finally saw you swarley!
<swarley> [49] pry(main)> (["hello","Hello"].select {|x| x =~ /hello/i }).any?
<swarley> => true
rakl has joined #ruby
musl has quit [Quit: WeeChat 0.3.9.2]
banisterfiend has quit [Ping timeout: 255 seconds]
freakazoid0223 has quit [Quit: Leaving]
nouh has quit [Ping timeout: 246 seconds]
musl has joined #ruby
nouh has joined #ruby
chendo_ has quit [Ping timeout: 265 seconds]
The_8472 has joined #ruby
gmci has joined #ruby
gmci is now known as Guest26715
chendo_ has joined #ruby
crackfu is now known as SnakePlissken
eka has quit [Remote host closed the connection]
jeffreybaird has quit [Quit: jeffreybaird]
<jcrawford> anyone that could lend a hand with this? I am on mac osx 10.7 and installed imagmagick through homebrew
<jcrawford> Can't install RMagick 2.13.1. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.
dvorak has joined #ruby
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
dvorak has left #ruby [#ruby]
hollyw00d has joined #ruby
cakehero has quit [Quit: Computer has gone to sleep.]
stevechiagozie has quit [Ping timeout: 248 seconds]
jfl0wers has joined #ruby
The_8473 has joined #ruby
stopbit has quit [Quit: Leaving]
pen has quit [Read error: Connection reset by peer]
baroquebobcat has quit [Quit: baroquebobcat]
pen has joined #ruby
The_8472 has quit [Ping timeout: 255 seconds]
<shevy> on linux I would do "ry imagemagick" and my ruby scripts would compile this, as is, into prefix /usr. you could try to compile ImageMagick from source into /usr prefix, or ensure that all devel parts of Imagemagick are installed too
<shevy> then, you need to enter the directory witH RMagick and run extconf.rb
<shevy> and look at the exact error
Asher has quit [Ping timeout: 255 seconds]
<shevy> what does mkmf.log say
SnakePlissken is now known as crackfu
crackfu has quit [Changing host]
crackfu has joined #ruby
rakl has quit [Quit: sleeping]
<jcrawford> ah it may be because i am using Ruby 1.9 in homebrew
<waxjar> seems like you were right shevy: https://gist.github.com/4342628
<shevy> cool
<shevy> the first time my gut feeling is right :)
<shevy> hmmm
nouh has quit [Ping timeout: 252 seconds]
hollyw00d has quit [Quit: hollyw00d]
<shevy> ohhh those differences are just minimal or?
<shevy> 5.039693s vs 5.026323s vs 5.050913s
<shevy> man that is not much :(
nouh has joined #ruby
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
bbloom has quit [Ping timeout: 244 seconds]
Targen has joined #ruby
luckyruby has quit [Remote host closed the connection]
eka has joined #ruby
danneu has quit [Ping timeout: 260 seconds]
luckyruby has joined #ruby
<shevy> how did you run this test?
<shevy> I get an error for the require
<shevy> cannot load such file -- benchmark/ips
<shevy> ah its a gem
<shevy> gem install benchmark-ips
<waxjar> yeah someone recommended it to me, but i'm not entirely sure how to read the results :p
<shevy> hehe
<waxjar> the gem is benchmark_suite
<shevy> nice
bbloom has joined #ruby
<shevy> hmmm
<shevy> has anyone abused blocks as decorators?
<shevy> foo('hello world') # normal call of a method
<shevy> foo('hello world') { :with_border }
luckyrub_ has joined #ruby
<shevy> that feels kind of odd
eka has quit [Ping timeout: 265 seconds]
`gregorg` has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
luckyruby has quit [Read error: Connection reset by peer]
<gbchaosmaster> shevy: Nah, just use an options hash.
<swarley> shevy; I have
TWIXMIX has quit [Quit: TWIXMIX]
<swarley> But not like that
<swarley> Challenge to #ruby
t_hash has joined #ruby
<shevy> gbchaosmaster hehe
<shevy> gbchaosmaster you mean to the input of that method?
<swarley> Present to me your fastest pure ruby implementation of a Levenshtein Distance calculator (http://en.wikipedia.org/wiki/Levenshtein_distance)
t_hash has quit [Client Quit]
rakl has joined #ruby
t_hash has joined #ruby
t_hash has quit [Client Quit]
pac1 has quit [Quit: I got it one line of code at a time]
adeponte has quit [Remote host closed the connection]
`gregorg` has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
greengriminal has quit [Quit: Page closed]
<havenn> swarley: My entry: require 'damerau-levenshtein'; DamerauLevenshtein.distance 'honey', 'bunny'
<havenn> #=> 3
<swarley> lame
<swarley> no 3rd party libraries allowed
mockra has joined #ruby
The_8473 is now known as The_8472
<shevy> hmm guys, question. say I have a file called "foo.txt", that contains only ruby code... is there any other way to load and run that code, _other_ than using eval() ?
<shevy> right now I use eval, it works, but it feels kind of dirty
<swarley> shevy; load. That's about it
danneu has joined #ruby
R3dy has quit [Ping timeout: 260 seconds]
nouh has quit [Ping timeout: 264 seconds]
<havenn> load seems nicer than eval
gregorg_taf has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
nouh has joined #ruby
jfl0wers has quit [Quit: jfl0wers]
<swarley> only works if foo.txt only has ruby code in it though
<shevy> oh
<shevy> ok, that should do. yeah, it is only ruby code... though leading shebang line in # comments... but that should be no problem
<shevy> thanks
<swarley> np
wf2f has quit []
<shevy> damn
<shevy> now I remember...
tjbiddle_ has joined #ruby
<shevy> somehow that doesn't work with load
<shevy> I need to interprete all the method calls hmm
<swarley> i was just thinking, is my computer getting slow?
<swarley> and then i realized?
<swarley> 0?
<shevy> no such file to load -- # ================================================================= #
<swarley> grrr
<swarley> -?
<swarley> [5] pry(main)> lev("supercalifragilisticexpialidocious", "antidisestablishmintarianism")
<shevy> oh wait
<shevy> I was silly...
<swarley> that's running in the background
<shevy> I sent the whole string to load()
<swarley> using the naive implementation
danneu has quit [Ping timeout: 252 seconds]
aaronmacy1 has quit [Ping timeout: 250 seconds]
tjbiddle has quit [Ping timeout: 246 seconds]
tjbiddle_ is now known as tjbiddle
kil0byte has quit [Remote host closed the connection]
gregorg_taf has joined #ruby
miskander has quit [Quit: miskander]
`gregorg` has quit [Read error: Connection reset by peer]
bigmcq77 has quit [Quit: Computer has gone to sleep.]
xbayrockx has joined #ruby
xbayrockx is now known as wf2f
breakingthings has quit []
slainer68 has joined #ruby
g_bleezy has joined #ruby
punkrawkR has quit [Ping timeout: 260 seconds]
sayan has joined #ruby
mahmoudimus has quit [Quit: Computer has gone to sleep.]
bigmcq77 has joined #ruby
dorei has quit []
slainer68 has quit [Ping timeout: 264 seconds]
zeade has joined #ruby
fred909 has quit [Ping timeout: 255 seconds]
reppard has quit [Ping timeout: 244 seconds]
nouh has quit [Ping timeout: 246 seconds]
squidBits has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
nouh has joined #ruby
F1skr has quit [Quit: WeeChat 0.3.9.2]
mahmoudimus has joined #ruby
kenneth has quit [Quit: kenneth]
axl_ has joined #ruby
ephemerian has quit [Quit: Leaving.]
a_a_g has joined #ruby
<maetthew> Anyone good with regex? I'm trying for the first time to match a quite complex string with regexp. But I'm lost already at the beginning. I think it has something todo with whitespaces but not what. -- http://rubular.com/r/dGKkqOdxI6
rakl has quit [Quit: sleeping]
elico has quit [Ping timeout: 264 seconds]
LouisGB has joined #ruby
mockra has quit [Read error: Connection reset by peer]
bent_ has joined #ruby
manizzle has joined #ruby
pen has quit [Read error: Connection reset by peer]
dankest has quit [Quit: Leaving...]
SCommette has joined #ruby
pen has joined #ruby
<heftig> maetthew: how bout this? http://rubular.com/r/kSLBgLQQsM
<maetthew> heftig, geez thanks a bunch!
arkiver has joined #ruby
skaczor has quit [Remote host closed the connection]
luckyrub_ has quit [Remote host closed the connection]
thams has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
<havenn> maetthew: I'm slow, wah wah... http://rubular.com/r/dGKkqOdxI6
ryanf_ has joined #ruby
<maetthew> havenn, what?
<maetthew> same as i posted?
nouh has quit [Ping timeout: 260 seconds]
<havenn> maetthew: Ooops! http://rubular.com/r/w8XQTWPdjl
danneu has joined #ruby
<maetthew> ^^
nouh has joined #ruby
arkiver has quit [Ping timeout: 248 seconds]
Divinite has quit [Quit: Divinite has left :(]
lukeholder has quit [Quit: Computer has gone to sleep.]
bigmcq77 has quit [Quit: Computer has gone to sleep.]
ryanf has quit [Ping timeout: 255 seconds]
nateberkopec has joined #ruby
Asher has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
larissa has quit [Quit: Leaving]
nateberkopec has quit [Client Quit]
tjbiddle_ has joined #ruby
`gregorg` has joined #ruby
jamesaxl has quit [Read error: Operation timed out]
gregorg_taf has quit [Read error: Connection reset by peer]
baroquebobcat has joined #ruby
radic has quit [Disconnected by services]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
tjbiddle has quit [Ping timeout: 246 seconds]
tjbiddle_ is now known as tjbiddle
radic_ has joined #ruby
bigmcq77 has joined #ruby
aharris6 has joined #ruby
baroquebobcat has quit [Client Quit]
xbayrockx has joined #ruby
squidBits has quit [Quit: squidBits]
scant has quit [Quit: Lost terminal]
wf2f has quit [Ping timeout: 252 seconds]
xorgnak has joined #ruby
dankest has joined #ruby
xorgnak has quit [Remote host closed the connection]
neurotech has joined #ruby
baroquebobcat has joined #ruby
Asher has quit [Quit: Leaving.]
kenneth has joined #ruby
SCommette has quit [Quit: SCommette]
adeponte has joined #ruby
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
Asher has joined #ruby
adkron has joined #ruby
Nisstyre has joined #ruby
squidBits has joined #ruby
ryanf_ has quit [Quit: broken pipes |||]
rellin has quit [Ping timeout: 255 seconds]
cj3kim has joined #ruby
twoism has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
twoism_ has joined #ruby
nouh has quit [Ping timeout: 264 seconds]
nouh has joined #ruby
twoism_ has quit [Remote host closed the connection]
twoism_ has joined #ruby
Asher has quit [Quit: Leaving.]
slash_nick has joined #ruby
wallerdev has joined #ruby
ryanf has joined #ruby
twoism has quit [Ping timeout: 246 seconds]
<jcrawford> ok anyone that can help with this
<jcrawford> You are probably using the pure ruby mysql.rb driver,
<jcrawford> which Sequel does not support. You need to install
<jcrawford> the C based adapter, and make sure that the mysql.so file is loaded instead of the mysql.rb file.
kil0byte has joined #ruby
elsifaka has quit [Read error: Connection reset by peer]
fred909 has joined #ruby
elsifaka has joined #ruby
<slash_nick> jcrawford: there's no question there... what are you asking?
axl_ has quit [Quit: axl_]
<jcrawford> i think i got it
stevechiagozie has joined #ruby
<jcrawford> i read that the mysql gem is no longer maintained and to use ruby-mysql
Marco has quit [Ping timeout: 246 seconds]
<jcrawford> sorry slash_nick that was the error i was getting when i ran a script that tried to use mysql
<slash_nick> ok... sorry, haven't used mysql + sequel...
<jcrawford> nice all working : Thanks
axl_ has joined #ruby
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
cr3 has joined #ruby
Asher has joined #ruby
<cr3> why does "if 3 % 3" evaluate to true?
bent_ has quit [Read error: No route to host]
<seanstickle> cr3: because it's not false or nil
luckyruby has joined #ruby
slainer68 has joined #ruby
stevechiagozie has quit [Ping timeout: 256 seconds]
<cr3> seanstickle: is it better practice to do something like "if 3 % 3 == 0" or something else?
Asher has quit [Ping timeout: 264 seconds]
<seanstickle> cr3: that works
invisime has quit [Quit: Leaving.]
ksinkar_ has joined #ruby
<slash_nick> cr3: only say "if c % 3 == 0" if you mean "if c % 3 == 0". period.
stevechiagozie has joined #ruby
stevechiagozie has quit [Client Quit]
stevechiagozie has joined #ruby
Asher has joined #ruby
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
<cr3> slash_nick: I'm not sure what you mean, is there a potential trap where I might think I mean "if c % 3 == 0" but I actually mean something else?
fred909 has quit [Ping timeout: 252 seconds]
slainer68 has quit [Ping timeout: 250 seconds]
dmerrick has joined #ruby
kil0byte has quit [Remote host closed the connection]
<slash_nick> cr3: I just didn't understand your question... 'c % 3' evaluates to true for a very specific set of numbers... if you want a piece of logic executing for that exact set of numbers, 'if c % 3 == true' is what you use... otherwise, it's the wrong thing to use.
iamjarvo has quit [Quit: Leaving.]
baroquebobcat has joined #ruby
woolite64 has joined #ruby
woolite64 has quit [Remote host closed the connection]
<cr3> slash_nick: my understanding is that c % 3 never evalutes to true nor false, specifically, but always to an integer between 0 and 2 inclusively
earthquake has quit [Remote host closed the connection]
earthquake has joined #ruby
nouh_ has joined #ruby
nga4 has quit [Ping timeout: 265 seconds]
<cr3> slash_nick: for example, if you try "3 % 3 == false" or "3 % 3 == true", both expressions will evaluate to false. I learn something new :)
crackfu has quit [Remote host closed the connection]
cj3kim has quit [Quit: This computer has gone to sleep]
nouh has quit [Ping timeout: 252 seconds]
axl_ has quit [Quit: axl_]
gregorg_taf has quit [Read error: Connection reset by peer]
gordon1775 has quit [Ping timeout: 255 seconds]
`gregorg` has joined #ruby
cr3 has quit [Quit: leaving]
joeycarmello has joined #ruby
gregorg_taf has joined #ruby
ner0x has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
moshee has quit [Ping timeout: 252 seconds]
moshee has joined #ruby
moshee has joined #ruby
moshee has quit [Changing host]
pu22l3r has joined #ruby
pu22l3r has quit [Remote host closed the connection]
seanstickle has quit [Quit: seanstickle]
agarie has quit [Remote host closed the connection]
sandGorgon1 has joined #ruby
sandGorgon has joined #ruby
rondale_sc has quit [Quit: rondale_sc]
stevechiagozie has quit [Quit: leaving]
stevechiagozie has joined #ruby
GoGoGarrett has joined #ruby
arkiver has joined #ruby
sjhuang has quit [Ping timeout: 252 seconds]
friskd has quit [Read error: Operation timed out]
jameshyde has joined #ruby
rakl has joined #ruby
sjhuang has joined #ruby
GoGoGarrett has quit [Remote host closed the connection]
gregorg_taf has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
slash_nick has quit [Ping timeout: 255 seconds]
luckyruby has quit [Remote host closed the connection]
gregorg_taf has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
dross has quit [Ping timeout: 264 seconds]
bigmac has quit [Remote host closed the connection]
squidBits has quit [Quit: squidBits]
luckyruby has joined #ruby
williamcotton has quit [Quit: williamcotton]
ryanlecompte has joined #ruby
_alejandro has joined #ruby
jlwestsr has joined #ruby
joeycarmello has quit [Remote host closed the connection]
twoism_ has quit [Ping timeout: 256 seconds]
tommyvyo has quit [Quit: http://thomasvendetta.com]
tommyvyo has joined #ruby
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
cj3kim has joined #ruby
cj3kim has quit [Client Quit]
sayan has quit [Read error: Connection reset by peer]
gregorg_taf has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
jrist is now known as jrist-afk
cj3kim has joined #ruby
dross has joined #ruby
burgestrand has quit [Quit: Leaving.]
wmoxam has joined #ruby
guns has joined #ruby
<havenn> (3..3) === 3.0000000000000001 #=> true
slash_nick has joined #ruby
luckyruby has quit [Remote host closed the connection]
`gregorg` has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
aharris6 has quit [Remote host closed the connection]
lusory has quit [Ping timeout: 250 seconds]
uris has quit [Quit: Leaving]
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
nick_h has quit [Ping timeout: 255 seconds]
ner0x has quit [Quit: Leaving]
<ryanf> nice
nick_h has joined #ruby
robbyoconnor has quit [Ping timeout: 252 seconds]
slash_nick has quit [Ping timeout: 255 seconds]
t_hash has joined #ruby
_alejandro has quit [Remote host closed the connection]
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
squidBits has joined #ruby
cantonic has quit [Quit: cantonic]
hakunin_ has joined #ruby
hakunin has quit [Read error: Connection reset by peer]
sayan has joined #ruby
Siphonblast has quit [Quit: quit()]
IrishGringo has quit [Remote host closed the connection]
bondar has joined #ruby
sayan has quit [Client Quit]
sayan has joined #ruby
bondar has quit [Read error: Connection reset by peer]
fivetwentysix has joined #ruby
aharris6 has joined #ruby
c0rn has quit [Quit: Computer has gone to sleep.]
bondar has joined #ruby
squidBits_ has joined #ruby
blazes816 has quit [Quit: blazes816]
bondar has quit [Read error: Connection reset by peer]
gregorg_taf has quit [Read error: Connection reset by peer]
rellin has joined #ruby
`gregorg` has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
bondar has joined #ruby
bondar has quit [Read error: Connection reset by peer]
bondar has joined #ruby
bondar has quit [Read error: Connection reset by peer]
bondar has joined #ruby
bondar has quit [Read error: Connection reset by peer]
bondar has joined #ruby
bondar has quit [Read error: Connection reset by peer]
squidBits_ has quit [Ping timeout: 255 seconds]
`gregorg` has quit [Read error: Connection reset by peer]
gregorg_taf has joined #ruby
squidBits has joined #ruby
browndawg has joined #ruby
x82_nicole has quit [Quit: Computer has gone to sleep.]
c0rn has joined #ruby
cr3 has joined #ruby
lukeholder has joined #ruby
c0rn has quit [Ping timeout: 246 seconds]
<cr3> I did gem install ruby-debug but this "require 'ruby-debug'; debugging" returns: `require': no such file to load -- ruby-debug (LoadError)
squidBits_ has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
squidBits_ is now known as squidBits
`gregorg` has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
morf has joined #ruby
<cr3> ugh, I need to specify -rubygems when invoking ruby. my mistake!
<havenn> cr3: Use Ruby 1.9.2+!
<havenn> cr3: Have ya tried debugging with Pry? http://pryrepl.org/
<cr3> havenn: I'm just starting to learn how to debug in ruby, I'm used to gdb and pdb so ruby-debug is already looking familiar
gregorg_taf has joined #ruby
`gregorg` has quit [Read error: Connection reset by peer]
Nieralyte has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
<ryanf> cr3: it sounds like you're in a fairly out-of-date environment
<ryanf> the current version of ruby is 1.9.3, and it sounds like you're on 1.8.7
<havenn> cr3: If you get a chance, Pry is worth looking at! Here's a good little article showing some cool stuff Pry can do. :) http://www.alanmacdougall.com/blog/2012/06/08/interactive-debugging-with-pry/
<ryanf> the current standard debugging tool is the debugger gem; I'm not sure how it compares featurewise to ruby-debug
<ryanf> er, standard *debugger*
<ryanf> as opposed to pry, which is a debugging tool but not a debugger
<cr3> ryanf: well detected! I'm using the default package of ruby on ubuntu precise
<cr3> ryanf: thanks for the background information, I'd like to start with the standard debugger and then maybe proceed to more extensive debugging tools like pry
tommyvyo has quit [Quit: Computer has gone to sleep.]
bluOxigen has joined #ruby
<cr3> ryanf: however, I'm a bit confused: after I require ruby-debug, I call "debugger" to set a breakpoint. isn't that the standard debugger you were talking about?
qubit has quit [Ping timeout: 244 seconds]
burgestrand has joined #ruby
<cr3> ryanf: my mistake, gem list -r debug clearly shows a gem just called "debugger", which is probably what you are referring to. I'll give that a try
squidBits has quit [Read error: Connection reset by peer]
baroquebobcat has joined #ruby
lolcathost has quit [Quit: leaving]
robbyoconnor has joined #ruby
mockra has joined #ruby
joeycarmello has joined #ruby
Catnaroek has joined #ruby
Catnaroek is now known as lolcathost
<cr3> ryanf: unfortunately, this is what happens when I try to gem install debugger: http://pastebin.com/yDJLYtfn
answer_42 has joined #ruby
squidBits has joined #ruby
tPl0ch has joined #ruby
<havenn> cr3: You probably need to install build tools if you want to install gems with native extensions. Might wanna try: sudo apt-get install build-essential automake
<cr3> havenn: I already have those, so I'm concerned about this line: extconf.rb:2:in `require': no such file to load -- debugger/ruby_core_source (LoadError)
baroquebobcat has quit [Quit: baroquebobcat]
<cr3> havenn: especially considering I've already done: sudo gem install debugger-ruby_core_source
qubit has joined #ruby
joeycarmello has quit [Ping timeout: 252 seconds]
pen has quit [Read error: Connection reset by peer]
g_bleezy has quit [Remote host closed the connection]
<havenn> cr3: Debugger is a fork of ruby-debug that works on 1.9. I don't even know if debugger works on 1.8. 1.8 is old, no more security patches even after beginning of summer.
pen has joined #ruby
<cr3> havenn: that would certainly explain what's happening, thanks!
bluOxigen has quit [Ping timeout: 265 seconds]
* cr3 likes how things suddenly make sense...
tagrudev has joined #ruby
Nieralyte has left #ruby [#ruby]
bent_ has joined #ruby
pen has quit [Read error: Connection reset by peer]
pen has joined #ruby
v0n has joined #ruby
SCommette has joined #ruby
yekta has quit [Quit: yekta]
tjbiddle has quit [Quit: tjbiddle]
fir_ed has quit [Ping timeout: 246 seconds]
cr3 has quit [Quit: leaving]
pen has quit [Remote host closed the connection]
guns has quit [Quit: guns]
dankest has quit [Ping timeout: 246 seconds]
pen has joined #ruby
dmerrick has quit [Quit: dmerrick]
jgrevich has quit [Remote host closed the connection]
vlad_starkov has joined #ruby
kil0byte has joined #ruby
lolcathost has quit [Read error: Connection reset by peer]
kiyoura has quit [Quit: Leaving]
bent_ has quit [Quit: leaving]
sayan has quit [Read error: Connection reset by peer]
wf2f has joined #ruby
Guest26715 has quit [Quit: Computer has gone to sleep.]
lolcathost has joined #ruby
xbayrockx has quit [Ping timeout: 246 seconds]
lolcathost has quit [Ping timeout: 260 seconds]
lenovodroid has joined #ruby
_hemanth_ has quit [Read error: Connection reset by peer]
hemanth_ has joined #ruby
JohnBat26 has joined #ruby
v0n has quit [Ping timeout: 250 seconds]
samuel02 has joined #ruby
aharris6 has quit [Remote host closed the connection]
zommi has joined #ruby
zarubin has joined #ruby
xnm has quit [Read error: Connection reset by peer]
mahmoudimus has joined #ruby
SCommette has quit [Quit: SCommette]
sayan has joined #ruby
squidBits has quit [Quit: squidBits]
clocKwize has joined #ruby
arkiver has quit [Ping timeout: 246 seconds]
xpen has joined #ruby
robustus has quit [Ping timeout: 276 seconds]
robustus has joined #ruby
LouisGB has quit [Ping timeout: 246 seconds]
ttt has quit [Remote host closed the connection]
LouisGB has joined #ruby
pcarrier has quit []
tonini has joined #ruby
ttt has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
nemesit has joined #ruby
squidBits has joined #ruby
ryanlecompte has quit [Remote host closed the connection]
maesbn has joined #ruby
wallerdev has quit [Quit: wallerdev]
wallerdev has joined #ruby
rellin has quit [Ping timeout: 264 seconds]
pignata has quit [Read error: Connection reset by peer]
moshee has quit [Ping timeout: 255 seconds]
moshee has joined #ruby
moshee has joined #ruby
moshee has quit [Changing host]
kn330 has joined #ruby
ephemerian has joined #ruby
Asher has quit [Remote host closed the connection]
arkiver has joined #ruby
gregorg_taf has quit [Read error: Connection reset by peer]
`gregorg` has joined #ruby
Asher has joined #ruby
answer_42 has quit [Ping timeout: 276 seconds]
apeiros_ has joined #ruby
jenrzzz has joined #ruby
rippa has joined #ruby
elkclone has joined #ruby
mafolz has joined #ruby
FlyingFoXy has joined #ruby
FlyingFoX has quit [Ping timeout: 255 seconds]
qwerxy has joined #ruby
flip_digits has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
zeade has quit [Quit: Leaving.]
lolcathost has joined #ruby
vlad_starkov has joined #ruby
matip__ has quit [Read error: Connection reset by peer]
matip__ has joined #ruby
`gregorg` has quit [Quit: Quitte]
gregorg has joined #ruby
gregorg has quit [Changing host]
gregorg has joined #ruby
blaxter has joined #ruby
tvw has joined #ruby
burgestrand has quit [Read error: Connection reset by peer]
aganov has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
bigmcq77 has quit [Quit: Textual IRC Client: www.textualapp.com]
bigmcq77 has joined #ruby
jonathanwallace has quit [Ping timeout: 252 seconds]
mockra has quit [Remote host closed the connection]
stevechiagozie has quit [Ping timeout: 250 seconds]
browndawg has quit [Read error: Connection reset by peer]
LouisGB has quit [Ping timeout: 264 seconds]
taoru_ has joined #ruby
taoru has quit [Ping timeout: 246 seconds]
woolite64 has joined #ruby
bigmcq77 has quit [Client Quit]
browndawg has joined #ruby
locriani_ has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
tvw has quit [Remote host closed the connection]
locriani has quit [Read error: Connection reset by peer]
pen has quit [Read error: Connection reset by peer]
bigmcq77 has joined #ruby
samphippen has joined #ruby
pen has joined #ruby
eldariof has joined #ruby
headius has quit [Quit: headius]
mockra has joined #ruby
matrixise has quit [Ping timeout: 246 seconds]
pen has quit [Remote host closed the connection]
jenrzzz has joined #ruby
c0rn has joined #ruby
zarubin has quit [Ping timeout: 245 seconds]
williamcotton has joined #ruby
c0rn_ has joined #ruby
williamcotton has quit [Client Quit]
tjasko__ has quit [Read error: Connection reset by peer]
c0rn_ has quit [Client Quit]
_bart has quit [Quit: _bart]
nomenkun has joined #ruby
c0rn has quit [Ping timeout: 246 seconds]
zeade has joined #ruby
a_a_g has quit [Quit: Leaving.]
nemo84 has joined #ruby
jenrzzz has quit [Quit: leaving]
jenrzzz has joined #ruby
nomenkun has quit [Ping timeout: 264 seconds]
billy_ran_away has joined #ruby
segv- has joined #ruby
baroquebobcat has joined #ruby
xnm has joined #ruby
pen has joined #ruby
_hemanth_ has joined #ruby
hemanth_ has quit [Read error: Connection reset by peer]
qwerxy has quit [Quit: offski]
taoru has joined #ruby
taoru_ has quit [Read error: Connection reset by peer]
Morkel has joined #ruby
ryanlecompte has joined #ruby
zeade has quit [Ping timeout: 244 seconds]
kil0byte_ has joined #ruby
jenrzzz has quit [Quit: leaving]
kil0byte has quit [Ping timeout: 248 seconds]
jenrzzz has joined #ruby
Beoran_ has joined #ruby
Virunga has joined #ruby
ryanlecompte has quit [Ping timeout: 252 seconds]
nick_h has quit [Ping timeout: 255 seconds]
zarubin has joined #ruby
Beoran__ has quit [Ping timeout: 264 seconds]
dr_bob has joined #ruby
dr_bob has quit [Client Quit]
atmosx has joined #ruby
wreckimnaked has joined #ruby
Sou|cutter has quit [Quit: WeeChat 0.3.7]
jenrzzz has quit [Read error: No route to host]
hoelzro|away is now known as hoelzro
_bart has joined #ruby
pen has quit [Read error: Connection reset by peer]
charliesome_ has joined #ruby
lukeholder has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
pen has joined #ruby
pcarrier has joined #ruby
mockra has quit [Remote host closed the connection]
banisterfiend has joined #ruby
jameshyde has quit [Read error: Connection reset by peer]
nick_h has joined #ruby
adeponte has quit [Remote host closed the connection]
francisfish has joined #ruby
samphippen has quit [Quit: Computer has gone to sleep.]
slainer68 has joined #ruby
bigmcq77 has quit [Quit: Textual IRC Client: www.textualapp.com]
Dario_ has quit [Ping timeout: 264 seconds]
jesse has joined #ruby
jimeh has joined #ruby
bigmcq77 has joined #ruby
Virunga has quit [Read error: Connection timed out]
robbyoconnor has quit [Ping timeout: 264 seconds]
timonv has joined #ruby
taoru has quit [Remote host closed the connection]
taoru has joined #ruby
zeade has joined #ruby
Virunga has joined #ruby
_bart has quit [Ping timeout: 246 seconds]
mengu has joined #ruby
main has joined #ruby
malte_ has joined #ruby
_64k has joined #ruby
Liothen has quit [Remote host closed the connection]
jonathanwallace has joined #ruby
havenn has quit [Remote host closed the connection]
Spami has joined #ruby
Spami has joined #ruby
Spami has quit [Changing host]
timonv has quit [Read error: Connection reset by peer]
rdark has joined #ruby
jonathanwallace has quit [Ping timeout: 265 seconds]
qwerxy has joined #ruby
tommyvyo has joined #ruby
rdark_ has joined #ruby
ryanf has quit [Quit: leaving]
rdark has quit [Client Quit]
rezzack has quit [Quit: Leaving.]
cj3kim has quit [Quit: This computer has gone to sleep]
nemo84 has quit [Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121129165506]]
zeade has quit [Ping timeout: 245 seconds]
mahmoudimus has quit [Quit: Computer has gone to sleep.]
danneu1 has joined #ruby
nomenkun has joined #ruby
chussenot has joined #ruby
danneu has quit [Read error: Connection reset by peer]
baroquebobcat has quit [Quit: baroquebobcat]
lenovodroid has quit [Read error: Connection reset by peer]
lenodroid has joined #ruby
nomenkun_ has joined #ruby
aapzak has quit [Quit: leaving]
elaptics`away is now known as elaptics
Vainoharhainen has joined #ruby
woolite64 has quit []
nomenkun has quit [Ping timeout: 264 seconds]
vlad_starkov has quit [Remote host closed the connection]
marr has joined #ruby
noxoc has joined #ruby
Dario_ has joined #ruby
Nisstyre has quit [Quit: Leaving]
polymar has joined #ruby
qwerxy has quit [Quit: Computer has gone to sleep.]
polymar has quit [Remote host closed the connection]
squidBits has quit [Read error: Connection reset by peer]
squidBits has joined #ruby
tommyvyo has quit [Quit: Computer has gone to sleep.]
mahmoudimus has joined #ruby
adambeynon has joined #ruby
Nisstyre-laptop has quit [Ping timeout: 264 seconds]
chussenot has quit [Quit: chussenot]
LouisGB has joined #ruby
skcin7 has joined #ruby
squidBits has quit [Read error: Connection reset by peer]
main has quit [Read error: Connection reset by peer]
main has joined #ruby
tintin has joined #ruby
nari_ has quit [Ping timeout: 245 seconds]
danneu1 has quit [Ping timeout: 252 seconds]
squidBits has joined #ruby
matrixise has joined #ruby
<tintin> Anybody there?
diegoviola has joined #ruby
Elhu has joined #ruby
Virunga has quit [Read error: Connection timed out]
chussenot has joined #ruby
Virunga has joined #ruby
squidBits has quit [Read error: Connection reset by peer]
Banistergalaxy has quit [Ping timeout: 246 seconds]
gyre007 has joined #ruby
diego has joined #ruby
Banistergalaxy has joined #ruby
squidBits has joined #ruby
diegoviola is now known as Guest91019
diego is now known as diegoviola
lolcathost has quit [Ping timeout: 265 seconds]
_bart has joined #ruby
lolcathost has joined #ruby
Guest91019 has quit [Ping timeout: 265 seconds]
timonv has joined #ruby
cj3kim has joined #ruby
zeade has joined #ruby
tintin has left #ruby [#ruby]
chord has joined #ruby
berserkr has joined #ruby
<chord> what is the best place to buy a domain name for my rails app?
mahmoudimus has quit [Quit: Computer has gone to sleep.]
squidBits_ has joined #ruby
lenodroid has quit [Ping timeout: 248 seconds]
chussenot has quit [Quit: chussenot]
squidBits has quit [Ping timeout: 255 seconds]
squidBits_ is now known as squidBits
taoru_ has joined #ruby
hakunin has joined #ruby
yshh_ has joined #ruby
chussenot has joined #ruby
darthdeus has joined #ruby
malte__ has joined #ruby
alex__c2022_ has joined #ruby
xbayrockx has joined #ruby
LouisGB has quit [Disconnected by services]
n8888 has joined #ruby
Spami_ has joined #ruby
lolcathost has quit [Quit: leaving]
jlebrech has joined #ruby
banister_ has joined #ruby
chussenot has quit [Read error: Connection reset by peer]
swex has joined #ruby
jimeh_ has joined #ruby
<jlebrech> hi guys, are there any tutorials on adding angular force to objects for corona?
gurps has joined #ruby
main_ has joined #ruby
lolcathost has joined #ruby
<jlebrech> or adding force to a point on an object
chussenot has joined #ruby
wmoxam_ has joined #ruby
_bart has quit [Quit: _bart]
Spami has quit [Ping timeout: 252 seconds]
companion_ has joined #ruby
qwerxy has joined #ruby
n8888 has quit [Ping timeout: 264 seconds]
zastav has joined #ruby
nomenkun_ has quit [Ping timeout: 264 seconds]
banister_ has quit [Remote host closed the connection]
cj3kim has quit [Quit: This computer has gone to sleep]
GeekOnCoffee_ has joined #ruby
<jlebrech> sorry wrong channel
squidBits has quit [Read error: Connection reset by peer]
kil0byte has joined #ruby
berserkr has quit [*.net *.split]
noxoc has quit [*.net *.split]
main has quit [*.net *.split]
Banistergalaxy has quit [*.net *.split]
zeade has quit [*.net *.split]
malte_ has quit [*.net *.split]
companion has quit [*.net *.split]
banisterfiend has quit [*.net *.split]
taoru has quit [*.net *.split]
jimeh has quit [*.net *.split]
Beoran_ has quit [*.net *.split]
xnm has quit [*.net *.split]
wf2f has quit [*.net *.split]
tonini has quit [*.net *.split]
alex__c2022 has quit [*.net *.split]
swex_ has quit [*.net *.split]
yshh has quit [*.net *.split]
waxjar has quit [*.net *.split]
tPl0ch has quit [*.net *.split]
sandGorgon has quit [*.net *.split]
acrocity has quit [*.net *.split]
jlwestsr has quit [*.net *.split]
kenneth has quit [*.net *.split]
hakunin_ has quit [*.net *.split]
EyesIsMine has quit [*.net *.split]
wmoxam has quit [*.net *.split]
sandGorgon1 has quit [*.net *.split]
seich- has quit [*.net *.split]
huoxito has quit [*.net *.split]
Nanuq has quit [*.net *.split]
Norrin has quit [*.net *.split]
GeekOnCoffee has quit [*.net *.split]
G has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
arusso has quit [*.net *.split]
gurps_ has quit [*.net *.split]
libryder has quit [*.net *.split]
goraxe has quit [Write error: Connection reset by peer]
malte__ is now known as malte_
GeekOnCoffee_ is now known as GeekOnCoffee
alex__c2022_ is now known as alex__c2022
companion_ is now known as companion
companion has quit [Changing host]
companion has joined #ruby
jimeh_ is now known as jimeh
<nazty> hey
goraxe has joined #ruby
fyolnish has quit [Remote host closed the connection]
acrocity has joined #ruby
noxoc has joined #ruby
fyolnish has joined #ruby
wallerdev has quit [Quit: wallerdev]
G has joined #ruby
kil0byte_ has quit [Ping timeout: 260 seconds]
pen has quit [Remote host closed the connection]
fyolnish has quit [Ping timeout: 255 seconds]
kil0byte_ has joined #ruby
squidBits has joined #ruby
sandGorgon has joined #ruby
Beoran_ has joined #ruby
EyesIsMine has joined #ruby
tPl0ch has joined #ruby
sandGorgon1 has joined #ruby
xnm has joined #ruby
waxjar has joined #ruby
huoxito has joined #ruby
jamesaxl has joined #ruby
kil0byte has quit [Ping timeout: 252 seconds]
pooriaazimi has joined #ruby
nomenkun has joined #ruby
statarb3 has joined #ruby
clooth has joined #ruby
banisterfiend has joined #ruby
segv- has quit [Quit: segv-]
Astral_ has joined #ruby
thone has joined #ruby
hemanth_ has joined #ruby
timonv_ has joined #ruby
locriani has joined #ruby
nipara has joined #ruby
ikaros has joined #ruby
adkron_ has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
theRoUS has joined #ruby
ZynarShan has joined #ruby
<ZynarShan> test
thone_ has quit [Ping timeout: 248 seconds]
joschi_ has joined #ruby
xpen_ has joined #ruby
ZynarShan has left #ruby [#ruby]
NobbZ|ZZzz has joined #ruby
fasta_ has joined #ruby
davorb has quit [Ping timeout: 272 seconds]
SirFunk_ has joined #ruby
zeade has joined #ruby
NobbZ has quit [Disconnected by services]
NobbZ|ZZzz is now known as NobbZ
nomenkun_ has joined #ruby
mkillebr1w has joined #ruby
thorncp_ has joined #ruby
kenichi_ has joined #ruby
russfran1 has joined #ruby
zz_chrismcg is now known as chrismcg
mkillebrew has quit [Disconnected by services]
DefV_ has joined #ruby
mkillebr1w is now known as mkillebrew
heftig_ has joined #ruby
nuba_ has joined #ruby
angelixd_ has joined #ruby
maetthew- has joined #ruby
maetthew- has quit [Excess Flood]
tosoa has joined #ruby
arkiver has quit [Quit: Leaving]
qwerxy has quit [Quit: Computer has gone to sleep.]
sandeep__ has joined #ruby
arkiver has joined #ruby
maetthew- has joined #ruby
philips- has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
hotovson has joined #ruby
nomenkun has quit [Ping timeout: 252 seconds]
patricksroberts has quit [Ping timeout: 245 seconds]
thorncp has quit [Ping timeout: 245 seconds]
dekz_ has quit [Ping timeout: 245 seconds]
SirFunk has quit [Ping timeout: 245 seconds]
Spaceghostc2c has quit [Ping timeout: 245 seconds]
octarine has quit [Ping timeout: 245 seconds]
davidboy has quit [Ping timeout: 245 seconds]
pvh__ has quit [Ping timeout: 245 seconds]
swistak35 has quit [Ping timeout: 245 seconds]
kaichanvong__ has quit [Ping timeout: 245 seconds]
yewton has quit [Ping timeout: 245 seconds]
pkondzior__ has quit [Ping timeout: 245 seconds]
PhilK has quit [Ping timeout: 245 seconds]
kapowaz has quit [Ping timeout: 245 seconds]
lectrick has quit [Ping timeout: 245 seconds]
heftig has quit [Ping timeout: 245 seconds]
mikalv has quit [Ping timeout: 245 seconds]
nipar has quit [Ping timeout: 245 seconds]
angelixd has quit [Ping timeout: 245 seconds]
Fraeon has quit [Ping timeout: 245 seconds]
swistak35 has joined #ruby
PhilK has joined #ruby
yewton has joined #ruby
philips- is now known as 21WAAGHU0
Xeago has joined #ruby
cdt has joined #ruby
Spaceghostc2c has joined #ruby
lkba has quit [Ping timeout: 260 seconds]
tommyvyo[cloud] has quit [Ping timeout: 260 seconds]
GlenK has quit [Ping timeout: 260 seconds]
Debolaz has quit [Ping timeout: 260 seconds]
[JellyBean] has quit [Ping timeout: 260 seconds]
dkannan has quit [Ping timeout: 260 seconds]
timonv has quit [Ping timeout: 260 seconds]
adkron has quit [Ping timeout: 260 seconds]
xpen has quit [Ping timeout: 260 seconds]
locriani_ has quit [Ping timeout: 260 seconds]
philips_ has quit [Ping timeout: 260 seconds]
spanx__ has quit [Ping timeout: 260 seconds]
sandGorgon has quit [Ping timeout: 260 seconds]
sandGorgon1 has quit [Ping timeout: 260 seconds]
_hemanth_ has quit [Ping timeout: 260 seconds]
elsifaka has quit [Ping timeout: 260 seconds]
Guest90211 has quit [Ping timeout: 260 seconds]
Axsuul has quit [Ping timeout: 260 seconds]
swarley has quit [Ping timeout: 260 seconds]
bluehavana has quit [Ping timeout: 260 seconds]
maetthew has quit [Ping timeout: 260 seconds]
Hien has quit [Ping timeout: 260 seconds]
fasta has quit [Ping timeout: 260 seconds]
pjackson has quit [Ping timeout: 260 seconds]
hoelzro has quit [Ping timeout: 260 seconds]
DefV has quit [Ping timeout: 260 seconds]
kenichi has quit [Ping timeout: 260 seconds]
joschi has quit [Ping timeout: 260 seconds]
namidark has quit [Ping timeout: 260 seconds]
russfrank has quit [Ping timeout: 260 seconds]
nuba has quit [Ping timeout: 260 seconds]
hoelzro has joined #ruby
Hien has joined #ruby
jenrzzz has joined #ruby
Hien has joined #ruby
Hien has quit [Changing host]
[JellyBean] has joined #ruby
nouh_ has quit [Remote host closed the connection]
sandGorgon has joined #ruby
elkclone has quit [Quit: It's never too late to unplug and run.]
davorb has joined #ruby
nouh has joined #ruby
GlenK has joined #ruby
hasse has joined #ruby
namidark has joined #ruby
<witchdoc> hi all
<hasse> Should my custom errors inherit from Exception or StandardError?
mikalv has joined #ruby
Fraeon has joined #ruby
Guest90418 has quit [Ping timeout: 255 seconds]
fyolnish has joined #ruby
Guest90418 has joined #ruby
bapa has quit [Ping timeout: 272 seconds]
vlad_starkov has joined #ruby
bapa has joined #ruby
kil0byte has joined #ruby
nouh has quit [Remote host closed the connection]
kil0byte_ has quit [Ping timeout: 265 seconds]
nomenkun_ has quit [Ping timeout: 250 seconds]
squidBits has joined #ruby
pooriaazimi has quit [Read error: Connection reset by peer]
vlad_starkov has quit [Ping timeout: 264 seconds]
<hoelzro> hasse: I would say StandardError
nomenkun has joined #ruby
<hasse> hoelzro: why?
<hoelzro> that page recommends it =)
<hasse> hoelzro: thanks
<hasse> :)
<hoelzro> np
fyolnish has quit [Remote host closed the connection]
beiter has joined #ruby
zeade has quit [Ping timeout: 260 seconds]
bigmcq77 has quit [Quit: Computer has gone to sleep.]
danneu1 has joined #ruby
sayan has quit [Read error: Connection reset by peer]
zastav has quit [Remote host closed the connection]
DefV_ is now known as DefV
vlad_starkov has joined #ruby
xnm has quit [Ping timeout: 264 seconds]
sayan has joined #ruby
danneu1 has quit [Ping timeout: 252 seconds]
ksinkar_ is now known as ksinkar
pen has joined #ruby
Bry8Star has quit [Ping timeout: 276 seconds]
xpen_ has quit [Remote host closed the connection]
squidBits has quit [Read error: Connection reset by peer]
samphippen has joined #ruby
alexspeller has joined #ruby
squidBits has joined #ruby
nouh has joined #ruby
roolo has joined #ruby
includex has joined #ruby
mattt has joined #ruby
timonv_ has quit [Remote host closed the connection]
lenodroid has joined #ruby
tvw has joined #ruby
tungd has joined #ruby
jamesaxl has quit [Remote host closed the connection]
krz has quit [Quit: krz]
lkba has joined #ruby
Bry8Star has joined #ruby
squidBits has quit [Read error: Connection reset by peer]
jamesaxl has joined #ruby
Banistergalaxy has joined #ruby
blacktulip has joined #ruby
swarley-freenode has joined #ruby
squidBits has joined #ruby
Zai00 has joined #ruby
_bart has joined #ruby
tungd has quit [Ping timeout: 260 seconds]
emergion has joined #ruby
krz has joined #ruby
squidBits_ has joined #ruby
zeade has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
sayan has quit [Read error: Connection reset by peer]
Mon_Ouie has joined #ruby
squidBits_ has quit [Ping timeout: 255 seconds]
rakuN has joined #ruby
darthdeus has quit [Quit: Leaving...]
SolarisBoy has quit [Read error: No route to host]
timonv has joined #ruby
fivetwentysix_ has joined #ruby
io_syl has quit [Quit: Computer has gone to sleep.]
fivetwentysix has quit [Ping timeout: 255 seconds]
fivetwentysix_ is now known as fivetwentysix
piotr__ has joined #ruby
piotr_ has quit [Ping timeout: 248 seconds]
zeade has quit [Ping timeout: 260 seconds]
jlebrech has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
sayan has joined #ruby
nick_h has quit [Ping timeout: 265 seconds]
emergion has quit [Quit: Computer has gone to sleep.]
vlad_starkov has quit [Remote host closed the connection]
nick_h has joined #ruby
wreckimnaked has quit [Ping timeout: 265 seconds]
nomenkun has quit [Remote host closed the connection]
nick_h has quit [Ping timeout: 260 seconds]
beiter has quit [Ping timeout: 264 seconds]
nick_h has joined #ruby
grzywacz has joined #ruby
eka has joined #ruby
moshee has quit [Ping timeout: 264 seconds]
moshee has joined #ruby
davorb has quit [Quit: leaving]
pen has quit [Read error: Connection reset by peer]
pen has joined #ruby
squidBits has joined #ruby
vlad_starkov has joined #ruby
haxrbyte has quit [Ping timeout: 272 seconds]
Virunga has quit [Remote host closed the connection]
xid has quit [Ping timeout: 255 seconds]
maetthew- is now known as maetthew
maetthew has quit [Changing host]
maetthew has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
vlad_starkov has quit [Remote host closed the connection]
squidBits has joined #ruby
Dario_ has quit [Ping timeout: 255 seconds]
lenodroid has quit [Read error: Connection reset by peer]
lenodroid has joined #ruby
darthdeus has joined #ruby
kil0byte_ has joined #ruby
nomenkun has joined #ruby
emergion has joined #ruby
xid has joined #ruby
chussenot has quit [Quit: chussenot]
Spami_ has quit [Quit: This computer has gone to sleep]
SPYGAME has joined #ruby
kil0byte has quit [Ping timeout: 264 seconds]
ltsstar has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
squidBits has joined #ruby
schaary has joined #ruby
Kuifje has joined #ruby
Kuifje has quit [Changing host]
Kuifje has joined #ruby
schaary has quit [Client Quit]
vlad_starkov has joined #ruby
zeade has joined #ruby
matrixise has quit [Ping timeout: 265 seconds]
razibog has joined #ruby
eka has quit [Remote host closed the connection]
Dario_ has joined #ruby
wermel has joined #ruby
arturaz has joined #ruby
vlad_sta_ has joined #ruby
squidBits_ has joined #ruby
cascalheira has joined #ruby
Dario_ has quit [Ping timeout: 252 seconds]
maesbn_ has joined #ruby
browndawg has left #ruby [#ruby]
nomenkun has quit [Remote host closed the connection]
vlad_starkov has quit [Ping timeout: 246 seconds]
krz has quit [Quit: krz]
nomenkun has joined #ruby
kil0byte has joined #ruby
cousine has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
matrixise has joined #ruby
maesbn has quit [Ping timeout: 260 seconds]
alexspeller has quit [Ping timeout: 252 seconds]
alexspeller has joined #ruby
squidBits_ has quit [Read error: Connection reset by peer]
kil0byte_ has quit [Ping timeout: 252 seconds]
squidBits has joined #ruby
matrixise has quit [Ping timeout: 246 seconds]
jonathanwallace has joined #ruby
zeade has quit [Ping timeout: 255 seconds]
matrixise has joined #ruby
tbuehlmann has joined #ruby
fivetwentysix has quit [Ping timeout: 264 seconds]
_bart has quit [Quit: _bart]
tbuehlmann has quit [Read error: Connection reset by peer]
squidBits has quit [Ping timeout: 255 seconds]
alexspeller has quit [Read error: Connection reset by peer]
alexspeller has joined #ruby
hasse has quit [Quit: Page closed]
atno has joined #ruby
chussenot has joined #ruby
kil0byte_ has joined #ruby
patricksroberts has joined #ruby
spanx__ has joined #ruby
squidBits has joined #ruby
[Neurotic] has quit [Remote host closed the connection]
pvh__ has joined #ruby
gbchaosmaster has quit [Ping timeout: 244 seconds]
bluehavana has joined #ruby
kapowaz has joined #ruby
kaichanvong__ has joined #ruby
tommyvyo[cloud] has joined #ruby
lectrick__ has joined #ruby
dekz_ has joined #ruby
dkannan has joined #ruby
pkondzior_ has joined #ruby
davidboy has joined #ruby
elico has joined #ruby
vlad_starkov has joined #ruby
vlad_sta_ has quit [Read error: Connection reset by peer]
kil0byte has quit [Ping timeout: 255 seconds]
lolcathost has quit [Quit: brb when I arrive at work]
squidBits_ has joined #ruby
browndawg has joined #ruby
ltsstar has quit [Ping timeout: 252 seconds]
beiter has joined #ruby
LouisGB has joined #ruby
statarb3 has quit [Ping timeout: 265 seconds]
clooth has quit [Quit: clooth]
niklasb has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
atno has quit [Quit: Leaving]
thmzlt has joined #ruby
emergion has quit [Quit: Computer has gone to sleep.]
LouisGB has quit [Ping timeout: 244 seconds]
squidBits_ has quit [Ping timeout: 255 seconds]
matrixise has quit [Ping timeout: 244 seconds]
chord has quit [Quit: Page closed]
vlad_starkov has quit [Read error: Connection reset by peer]
matrixise has joined #ruby
doodlehaus has joined #ruby
vlad_starkov has joined #ruby
jamesaxl has quit [Ping timeout: 260 seconds]
postmodern has quit [Quit: Leaving]
squidBits has joined #ruby
Nieralyte has joined #ruby
chrismcg is now known as zz_chrismcg
emergion has joined #ruby
larissa has joined #ruby
tommyvyo has joined #ruby
emergion has quit [Client Quit]
aapzak has joined #ruby
qwerxy has joined #ruby
zeade has joined #ruby
charliesome_ is now known as charliesome
TheRDV_ has joined #ruby
aapzak has quit [Client Quit]
Goles has joined #ruby
<TheRDV_> hi
qwerxy has quit [Client Quit]
aapzak has joined #ruby
qwerxy has joined #ruby
clocKwize has quit [Quit: clocKwize]
statarb3 has joined #ruby
statarb3 has joined #ruby
statarb3 has quit [Changing host]
<TheRDV_> Anyone know a method which returns the diff of log before-and-after without reading a huge log entry using ( file pointer )
gmci has joined #ruby
Mon_Ouie has quit [Ping timeout: 264 seconds]
gmci is now known as Guest76341
squidBits has quit [Read error: Connection reset by peer]
Nieralyte has quit [Quit: Leaving.]
vlad_starkov has quit [Read error: Connection reset by peer]
vlad_starkov has joined #ruby
Nieralyte has joined #ruby
lenodroid has quit [Ping timeout: 256 seconds]
squidBits has joined #ruby
tommyvyo has quit [Quit: Computer has gone to sleep.]
vlad_starkov has quit [Read error: Connection reset by peer]
S1kx has quit [Ping timeout: 246 seconds]
ToTo has quit [Quit: Linkinus - http://linkinus.com]
qwerxy has quit [Quit: Computer has gone to sleep.]
doodlehaus has quit [Remote host closed the connection]
zeade has quit [Ping timeout: 255 seconds]
sayan has quit [Read error: Connection reset by peer]
haxrbyte has joined #ruby
S1kx has joined #ruby
S1kx has joined #ruby
S1kx has quit [Changing host]
Spami has joined #ruby
SeySayux has quit [Ping timeout: 250 seconds]
Villadelfia has quit [Ping timeout: 265 seconds]
<apeiros_> TheRDV_: just a linearly written log? you should be able to do that in <10 lines of code
squidBits has quit [Ping timeout: 255 seconds]
<apeiros_> (linearly written log -> i.e., the logs only differ at the end, and only on a per-line basis)
<TheRDV_> apeiros_, I acctually found the IO::SEEK_END
<apeiros_> yeah, exactly
<apeiros_> and then you just read backwards until you hit the common start
a_a_g has joined #ruby
Virunga has joined #ruby
Jasko has joined #ruby
squidBits has joined #ruby
dr_bob has joined #ruby
sandGorgon has quit [Read error: Connection reset by peer]
sandeep__ has quit [Read error: Connection reset by peer]
adkron_ has quit [Ping timeout: 252 seconds]
sandGorgon has joined #ruby
sandGorgon1 has joined #ruby
kil0byte has joined #ruby
skaczor has joined #ruby
mark_locklear has joined #ruby
haxrbyte has quit [Ping timeout: 248 seconds]
wreckimnaked has joined #ruby
kil0byte_ has quit [Ping timeout: 264 seconds]
squidBits has quit [Ping timeout: 255 seconds]
clocKwize has joined #ruby
zigomir has joined #ruby
axl_ has joined #ruby
LouisGB has joined #ruby
v0n has joined #ruby
nemesit has quit [Read error: Connection reset by peer]
nemesit has joined #ruby
squidBits has joined #ruby
x0F has quit [Disconnected by services]
x0F_ has joined #ruby
alexspeller has quit [Read error: Connection reset by peer]
x0F_ is now known as x0F
alexspeller has joined #ruby
yshh_ has quit [Remote host closed the connection]
syamajala has joined #ruby
skaczor has quit [Remote host closed the connection]
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
tommyvyo has joined #ruby
slainer6_ has joined #ruby
squidBits has quit [Read error: Connection reset by peer]
enroxorz-work has joined #ruby
theRoUS has quit [Ping timeout: 264 seconds]
tommyvyo_ has joined #ruby
iamjarvo has joined #ruby
tommyvyo has quit [Client Quit]
tommyvyo_ is now known as tommyvyo
squidBits has joined #ruby
_bart has joined #ruby
Mon_Ouie has joined #ruby
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby
slainer68 has quit [Ping timeout: 264 seconds]
_bart has left #ruby [#ruby]
love_color_text has joined #ruby
krawchyk has joined #ruby
cousine has quit [Remote host closed the connection]
neurotech has quit [Remote host closed the connection]
zeade has joined #ruby
io_syl has joined #ruby
lenodroid has joined #ruby
squidBits has quit [Read error: Connection reset by peer]
<diegoviola> i'm firing two processes from one process, process 1 and process 2, process 1 is creating some directories and pulling data from an external server, how can i know from process 2 when process 1 have created the directories and pulled data?
squidBits has joined #ruby
qwerxy has joined #ruby
<diegoviola> i want to let process 2 wait and for process 1 to create some dirs and then continue with process 2 execution
<diegoviola> should i use something like inotify?
<diegoviola> please advicer
<diegoviola> advice*
bijumon has joined #ruby
<diegoviola> those are independent processes that i'm launching with system "rake ..."
jrist-afk is now known as jrist
xpen has joined #ruby
<bijumon> I have a ruby class from which I'm calling a haml template Haml::Engine.new("page.haml"), how can I use a variable from this class in page.haml? please, ty
chussenot_ has joined #ruby
chussenot_ has quit [Client Quit]
Spami has quit [Quit: This computer has gone to sleep]
squidBits_ has joined #ruby
Gooder has joined #ruby
chussenot has quit [Ping timeout: 264 seconds]
Drewch has quit [Ping timeout: 244 seconds]
a_a_g has quit [Quit: Leaving.]
a_a_g has joined #ruby
Guest__ has joined #ruby
reppard has joined #ruby
bakis has quit [Ping timeout: 240 seconds]
pcarrier has quit []
squidBits has quit [Ping timeout: 255 seconds]
NiteRain has quit [Ping timeout: 246 seconds]
v0n has quit [Ping timeout: 260 seconds]
Drewch has joined #ruby
a_a_g has quit [Client Quit]
Guest__ has quit [Client Quit]
Guest__ has joined #ruby
imami|afk has quit [Ping timeout: 244 seconds]
squidBits_ has quit [Read error: Connection reset by peer]
squidBits has joined #ruby
Guest__ has left #ruby [#ruby]
Norrin has joined #ruby
Debolaz has joined #ruby
octarine has joined #ruby
xpen has quit [Remote host closed the connection]
jlwestsr has joined #ruby
reppard has quit [Ping timeout: 255 seconds]
xpen has joined #ruby
berserkr has joined #ruby
pjackson has joined #ruby
SegFaultAX has joined #ruby
dweeb has joined #ruby
banseljaj has joined #ruby
bijumon has quit [Ping timeout: 265 seconds]
xpen_ has joined #ruby
bijumon has joined #ruby
t4nkd has joined #ruby
zeade has quit [Ping timeout: 272 seconds]
maetthew has quit [Quit: bye!]
maetthew- has joined #ruby
Spami has joined #ruby
Spami has joined #ruby
Spami has quit [Changing host]
maetthew- is now known as maetthew
maetthew has quit [Changing host]
maetthew has joined #ruby
noxoc has quit [Read error: Connection reset by peer]
x0F has quit [Read error: Connection reset by peer]
noxoc has joined #ruby
tommyvyo_ has joined #ruby
io_syl has quit [Quit: Computer has gone to sleep.]
xpen has quit [Ping timeout: 264 seconds]
x0F has joined #ruby
squidBits_ has joined #ruby
noxoc has quit [Client Quit]
pen has quit [Remote host closed the connection]
cousine has joined #ruby
hello has joined #ruby
<hello> hello
pcarrier has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
squidBits_ is now known as squidBits
<Kuifje> hi
samphippen has quit [Quit: Computer has gone to sleep.]
squidBits has quit [Read error: Connection reset by peer]
krz has joined #ruby
xpen has joined #ruby
squidBits has joined #ruby
axl_ has quit [Quit: axl_]
Spami_ has joined #ruby
Spami_ has quit [Client Quit]
Spami has quit [Ping timeout: 244 seconds]
adkron has joined #ruby
pcarrier has quit [Ping timeout: 250 seconds]
thatguycraig has joined #ruby
kirun has joined #ruby
xpen_ has quit [Ping timeout: 252 seconds]
eka has joined #ruby
dawkirst_2 has joined #ruby
jkarayusuf has joined #ruby
dawkirst_ has quit [Ping timeout: 260 seconds]
Spami has joined #ruby
Spami has quit [Changing host]
Spami has joined #ruby
lkba has quit [Ping timeout: 260 seconds]
kil0byte_ has joined #ruby
breakingthings has joined #ruby
eka has quit [Ping timeout: 248 seconds]
mmitchell has joined #ruby
bijumon has quit [Ping timeout: 260 seconds]
solidoodlesuppor has joined #ruby
sailias has joined #ruby
jtharris has joined #ruby
kil0byte has quit [Ping timeout: 260 seconds]
dawkirst_2 has quit [Ping timeout: 260 seconds]
wmoxam_ is now known as wmoxam
lusory has joined #ruby
wmoxam has quit [Changing host]
wmoxam has joined #ruby
haxrbyte has joined #ruby
dawkirst_ has joined #ruby
rondale_sc has joined #ruby
willob has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
squidBits has joined #ruby
Emmanuel_Chanel has quit [Quit: Leaving]
rondale_sc has quit [Client Quit]
darthdeus has quit [Quit: Leaving...]
Spami has quit [Quit: This computer has gone to sleep]
_bart has joined #ruby
Spami has joined #ruby
zeade has joined #ruby
GoGoGarrett has joined #ruby
Averna has quit [Quit: Leaving.]
carlyle has joined #ruby
_sillymarkets has joined #ruby
darthdeus has joined #ruby
PeteFonseca has joined #ruby
squidBits_ has joined #ruby
carlyle_ has joined #ruby
miskander has joined #ruby
reppard has joined #ruby
morf has quit [Quit: eof]
carlyle has quit [Ping timeout: 245 seconds]
banisterfiend has quit [Remote host closed the connection]
squidBits has quit [Ping timeout: 255 seconds]
squidBits_ is now known as squidBits
pcarrier has joined #ruby
rakuN has quit [Read error: Connection reset by peer]
nomenkun_ has joined #ruby
Virunga has quit [Ping timeout: 264 seconds]
nomenkun has quit [Ping timeout: 264 seconds]
reppard has quit [Ping timeout: 252 seconds]
jslowe has joined #ruby
haxrbyte_ has joined #ruby
eka has joined #ruby
Emmanuel_Chanel has joined #ruby
Virunga has joined #ruby
yshh has joined #ruby
haxrbyte has quit [Ping timeout: 248 seconds]
squidBits has quit [Ping timeout: 255 seconds]
taoru_ has quit [Remote host closed the connection]
marr has quit [Ping timeout: 256 seconds]
zeade has quit [Ping timeout: 244 seconds]
doodlehaus has joined #ruby
Spami_ has joined #ruby
yshh has quit [Ping timeout: 248 seconds]
nomenkun_ has quit [Read error: Connection reset by peer]
nomenkun has joined #ruby
squidBits has joined #ruby
nomenkun has quit [Remote host closed the connection]
samphippen has joined #ruby
aquaranto has joined #ruby
nomenkun has joined #ruby
sandGorgon1 has quit [Ping timeout: 264 seconds]
sandGorgon has quit [Ping timeout: 264 seconds]
jameshyde has joined #ruby
Spami has quit [Ping timeout: 260 seconds]
thmzlt has quit [Remote host closed the connection]
uris has joined #ruby
qwerxy has quit [Quit: Computer has gone to sleep.]
S2kx has joined #ruby
<Gadgetoid> Cripes, the RubyMine discount has killed the website
elico has quit [Quit: elico]
NiteRain has joined #ruby
<eka> Gadgetoid: RubyMine discount??
browndawg has quit [Ping timeout: 264 seconds]
<Gadgetoid> eka: Yeah a personal license is sitting at $17
<shevy> this is good
<eka> Gadgetoid: cool!
S2kx has quit [Read error: Connection reset by peer]
<Gadgetoid> Can't get to the shopping cart though, ha!
reppard has joined #ruby
S2kx has joined #ruby
qwerxy has joined #ruby
<Gadgetoid> Assume it's popular, only started using it recently to tinker with facebook App development on heroku
keyword has joined #ruby
S1kx has quit [Ping timeout: 252 seconds]
k610 has joined #ruby
pencilcheck has joined #ruby
<keyword> hi guys I'm using ruby and aws-s3 but I need list the files inside the bucket/folder1/fikder2 anyone knows how can I do that
Nanuq has joined #ruby
thmzlt has joined #ruby
<shevy> keyword no idea about aws-s3, but in general ruby, Dir['*'] would be simplest
<keyword> this is fir ruby
<shevy> in your case, Dir['bucket/folder1/fikder2*']
<keyword> I need list it on s3
<keyword> you cant do that
<shevy> eh?
<shevy> is this ruby or is it not :P
<shevy> ok so I take it it is somewhere remote
<shevy> in that case they should have an API that allows you to query it
akemrir has joined #ruby
LouisGB has quit [Disconnected by services]
n8888 has joined #ruby
<akemrir> hello, is there ruby class that converts html to markdown ?
ttt has quit [Remote host closed the connection]
tommyvyo_ has quit [Ping timeout: 248 seconds]
reppard has quit [Ping timeout: 250 seconds]
segv- has joined #ruby
beiter has quit [Ping timeout: 250 seconds]
tommyvyo_ has joined #ruby
beiter has joined #ruby
keyword has left #ruby [#ruby]
stevechiagozie has joined #ruby
adamnbowen has joined #ruby
krz has quit [Quit: krz]
freeayu__ has quit [Remote host closed the connection]
geekbri has joined #ruby
syamajala has quit [Remote host closed the connection]
darthdeus has quit [Quit: Leaving...]
tPl0ch has quit [Quit: Verlassend]
lkba has joined #ruby
_nitti has joined #ruby
zeade has joined #ruby
nilg` has quit [Remote host closed the connection]
SeySayux has joined #ruby
reppard has joined #ruby
Villadelfia has joined #ruby
S1kx has joined #ruby
S1kx has joined #ruby
S1kx has quit [Changing host]
jameshyde has quit [Remote host closed the connection]
Fabioetc has joined #ruby
tosoa has quit [Quit: Veloma e!]
stopbit has joined #ruby
uris has quit [Quit: Leaving]
pcarrier has quit []
C0deMaver1ck has joined #ruby
uris has joined #ruby
S2kx has quit [Ping timeout: 265 seconds]
malte_ has quit [Quit: malte_]
uris has quit [Client Quit]
sepp2k has joined #ruby
reppard has quit [Ping timeout: 252 seconds]
uris has joined #ruby
Fabioetc has quit [Ping timeout: 252 seconds]
xpen has quit [Remote host closed the connection]
xpen has joined #ruby
Gooder has quit [Read error: Connection reset by peer]
nilg has joined #ruby
Fabioetcc has joined #ruby
niklasb has quit [Ping timeout: 256 seconds]
Goles_ has joined #ruby
Mon_Ouie has quit [Ping timeout: 248 seconds]
Mon_Ouie has joined #ruby
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby
nkts has joined #ruby
maetthew has quit [Ping timeout: 260 seconds]
Goles has quit [Ping timeout: 252 seconds]
jamesaxl has joined #ruby
Fabioetcc has quit [Remote host closed the connection]
qwerxy has quit [Quit: Computer has gone to sleep.]
havenn has joined #ruby
tjbiddle has joined #ruby
ner0x has joined #ruby
zeade has quit [Ping timeout: 260 seconds]
maetthew has joined #ruby
ttt has joined #ruby
ttt has quit [Read error: Connection reset by peer]
larissa has quit [Quit: Leaving]
ttt has joined #ruby
malte_ has joined #ruby
Virunga has quit [Remote host closed the connection]
joshman_ has joined #ruby
Spami_ has quit [Quit: This computer has gone to sleep]
_nitti has quit [Ping timeout: 255 seconds]
t4nkd has quit [Quit: Linkinus - http://linkinus.com]
rjmt___ has joined #ruby
ttt has quit [Ping timeout: 245 seconds]
stopbit has quit [Ping timeout: 244 seconds]
_nitti has joined #ruby
mpfundstein has joined #ruby
wargasm has joined #ruby
lenodroid has quit [Read error: Connection reset by peer]
lenodroid has joined #ruby
theRoUS has joined #ruby
theRoUS has quit [Changing host]
theRoUS has joined #ruby
slash_nick has joined #ruby
stopbit has joined #ruby
obryan has joined #ruby
tagrudev has quit [Remote host closed the connection]
clocKwize has quit [Quit: clocKwize]
cantonic has joined #ruby
frem has joined #ruby
S1kx has quit [Read error: Connection reset by peer]
S1kx has joined #ruby
cousine has quit [Read error: Connection reset by peer]
cousine has joined #ruby
aapzak has quit [Ping timeout: 248 seconds]
Vivid_ has joined #ruby
aapzak has joined #ruby
<Vivid_> hey, just installed rvm, updated Ruby to 1.9.3, now getting an error when I try to use rails... http://pastebin.com/LMgNkbzg
_zph has joined #ruby
<Vivid_> any ideas what to do?
rondale_sc has joined #ruby
<Xeago> Vivid_: rails is using ruby 1.8
<Xeago> you probably have to update your path
xerxas has joined #ruby
jlast has joined #ruby
<Vivid_> yeah I thought so, ok, thanks xerxas, can you guide me through it?
SCommette has joined #ruby
<Xeago> Vivid_: I don't use rvm
<Xeago> I think you have to load it in your shell
<Xeago> (did you restart your shell or open another oine?)
R3dy has joined #ruby
<Vivid_> yeah, I've opened a new window
jgrevich has joined #ruby
arkiver has quit [Quit: Leaving]
clooth has joined #ruby
JohnBat26 has quit [Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/]
Goles_ has quit [Ping timeout: 260 seconds]
caveat- has joined #ruby
v0n has joined #ruby
fgro has joined #ruby
kirun has quit [Read error: Operation timed out]
jrajav has joined #ruby
nwertman has quit [Ping timeout: 250 seconds]
Goles has joined #ruby
<fgro> the "new" hash syntax in ruby you can do { mykey: value } ... what if my key is "my-key"? { my-key: value } won't work. (in this case a tag attrbute for an html element) What's the problem?
bwlang has joined #ruby
browndawg has joined #ruby
<Vivid_> anyone here use rvm? My installation of rails is referenceing Ruby 1.8 but not the current one I've just installed. Looking for adivce, cheers
<shevy> fgro probably because a symbol does not like the -
samphippen has quit [Quit: Computer has gone to sleep.]
zz_chrismcg is now known as chrismcg
<Xeago> vov
<shevy> "foo-bar".to_sym # => :"foo-bar should work
<Xeago> Vivid_: could you do gem list | grep ails
<shevy> cool
<Vivid_> what's the cmd... "gem list | grep ails"?
<shevy> I did not know that {a: 1, b: 2, :'c-c' => 3, d: 4} is valid
<Vivid_> sorry, just learning!
mjolk has joined #ruby
mjolk is now known as Guest46948
<Vivid_> my gem list... http://pastie.org/5557703
<mpfundstein> hey guys. does anyone now why passing a Proc to instance_variables.each throws Invalid arguments (1 of 0) ?
<Vivid_> ok so grep rails?
<mpfundstein> lambda also doesnt work :(
jrajav has quit [Quit: I tend to be neutral about apples]
jrajav has joined #ruby
<Xeago> Vivid_: sorry can't help, make sure gem runs rvm's gem thingy
nwertman has joined #ruby
<Xeago> I dislike rvm
dr_bob has quit [Quit: Leaving.]
<Vivid_> so do i, haha, ok thanks
<Xeago> if you can't find people here, there is also #rvm for rvm :)
<Xeago> you can also go with rbenv/rb_fu
<Vivid_> i tried there fist! Could get access
Coolhand|laptop has joined #ruby
chrismcg is now known as zz_chrismcg
<Vivid_> couldn't get access to #rvm
tjbiddle_ has joined #ruby
jrajav has quit [Client Quit]
<Xeago> rvm implode to bombard it
axl_ has joined #ruby
rjmt___ has quit [Remote host closed the connection]
banisterfiend has joined #ruby
Astral_ has quit [Ping timeout: 252 seconds]
tjbiddle has quit [Ping timeout: 252 seconds]
tjbiddle_ is now known as tjbiddle
jprovazn has joined #ruby
allsystemsarego has joined #ruby
beiter has quit [Quit: beiter]
bakis has joined #ruby
bakis is now known as Guest8265
SPYGAME has quit [Quit: Leaving]
lolcathost has joined #ruby
cj3kim has joined #ruby
slainer6_ has quit [Ping timeout: 264 seconds]
kstephens has quit [Ping timeout: 264 seconds]
kstephens has joined #ruby
philcrissman has joined #ruby
alexspeller has quit [Ping timeout: 252 seconds]
kirun has joined #ruby
jrajav has joined #ruby
alexspeller has joined #ruby
cj3kim has quit [Client Quit]
Monie has quit [Read error: Connection reset by peer]
xpen has quit [Remote host closed the connection]
<yfeldblum> mpfundstein, try passing the proc in the proc slot
Monie has joined #ruby
<yfeldblum> mpfundstein, with &
hotovson has quit [Remote host closed the connection]
akemrir has quit [Ping timeout: 252 seconds]
Uranio has joined #ruby
<bwlang> bundle exec rake db:migrate -> can't activate rake (= 0.8.7, runtime), already activated rake-10.0.3, argh… I can't remember how to fix this. Any hints?
kirun has quit [Read error: Operation timed out]
Roa has quit [Ping timeout: 265 seconds]
JohnTeddy has quit [Ping timeout: 240 seconds]
<mpfundstein> yfeldblum: instance_variables.each &hashify ?
<yfeldblum> mpfundstein, right
classix has quit [Ping timeout: 244 seconds]
<mpfundstein> yfeldblum: i think i tried. he throw some other error.
<bwlang> isn't bundler supposed to have taken care of this issue?
<mpfundstein> yfledblum: i try again :-)
JohnTeddy has joined #ruby
Roa has joined #ruby
Roa has quit [Changing host]
Roa has joined #ruby
ixx has quit [Ping timeout: 260 seconds]
<yfeldblum> bwlang, yeah :D
fgro has quit [Ping timeout: 264 seconds]
ixx has joined #ruby
<yfeldblum> bwlang, what versions of ruby, rubygems, bundler?
ixx is now known as Guest19137
Spami has joined #ruby
Spami has quit [Changing host]
Spami has joined #ruby
m_3 has quit [Quit: leaving]
yshh has joined #ruby
cousine has quit [Remote host closed the connection]
hackeron_ has quit [Ping timeout: 276 seconds]
main_ has quit [Ping timeout: 246 seconds]
maesbn_ has quit [Remote host closed the connection]
danneu1 has joined #ruby
maesbn has joined #ruby
<shevy> bwlang bundler happily gives you new problems ;P
wnl_work has joined #ruby
dweeb has quit [Quit: Computer has gone to sleep.]
speakingcode has joined #ruby
<wnl_work> in the block used for this expression: line.gsub(/^"([^"]*)"[ \t]+(.*)$/) do |match|
cakehero has joined #ruby
<wnl_work> i should expect to see everything after the whitespace in $2 yes?
<tjbiddle> Hey guys, what's the correct (read: most popular convention) way for formatting passing arguments on multiple lines? should i have each parameter indented by one, or should i match it with the end of the method call? or some other way entirely?
Catnaroek has joined #ruby
<tjbiddle> bwlang: ran into that yesterday - bundle update i believe? (or update rake specifically i would assume)
bigmcq77 has joined #ruby
classix has joined #ruby
lolcathost has quit [Ping timeout: 255 seconds]
maesbn has quit [Ping timeout: 246 seconds]
rakl has quit [Quit: sleeping]
<yfeldblum> tjbiddle, that's my way
lolcathost has joined #ruby
bdnelson has joined #ruby
Catnaroek is now known as Guest29161
<tjbiddle> yfeldblum: thanks for sharing! anyone else have a preference, whether it's the same or different
<tjbiddle> if you can't tell i'm very ocd about code readability :p
ttt has joined #ruby
Guest29161 has quit [Read error: Connection reset by peer]
TheRDV_ has quit [Quit: Ex-Chat]
<yfeldblum> tjbiddle, the problem with indenting to the opening parenthesis is that editors mangle lines, and that we change method names, and it all gets stupid really fast
heftig_ is now known as heftig
grzywacz has quit [Quit: :wq]
<wnl_work> bad ruby. no biscuit!
<wnl_work> calling sub or gsub inside a sub block resets all the $N variables
<yfeldblum> tjbiddle, this method will allow you to add a single parameter, whether positional or named, with your diff touching only a single line, and will also let you change the method name with your diff touching only a single line
rjmt___ has joined #ruby
<yfeldblum> wnl_work, of course it does
<wnl_work> so much for scope
<yfeldblum> wnl_work, you're supposed to save the pseudoglobals you want into local variables
grzywacz has joined #ruby
grzywacz has quit [Changing host]
grzywacz has joined #ruby
<yfeldblum> wnl_work, string.gsub(/pattern/){a, b, c = $1, $2, $3 ; a + b + c}
<wnl_work> yeah, theyre pseudoglobals even tho they look like locals
x82_nicole has joined #ruby
<yfeldblum> wnl_work, or you can do it the non-perl way and get a MatchData object that won't change out from under you
<wnl_work> will remember that for the future. for now i will just put the call to sub last. funny how its always the perl-ish things in ruby that i end up hating. :)
ttt has quit [Ping timeout: 245 seconds]
reppard has joined #ruby
classix has quit [Ping timeout: 252 seconds]
danneu1 has quit [Ping timeout: 246 seconds]
tjbiddle has quit [Ping timeout: 248 seconds]
dmerrick has joined #ruby
<yfeldblum> wnl_work, hmm actually don't know if that's possible with gsub
fgro has joined #ruby
classix has joined #ruby
aganov has quit [Quit: aganov]
ksinkar has quit [Ping timeout: 264 seconds]
rburton- has joined #ruby
reppard has quit [Ping timeout: 252 seconds]
<wnl_work> Regexp.last_match is still a global thing, right?
apeiros_ has quit [Remote host closed the connection]
Coolhand|laptop has quit [Ping timeout: 255 seconds]
classix has quit [Ping timeout: 245 seconds]
robbyoconnor has joined #ruby
r0bby has joined #ruby
kil0byte has joined #ruby
classix has joined #ruby
thams has quit [Quit: thams]
<yfeldblum> wnl_work, probably just returns $1 or something
<yfeldblum> wnl_work, here's the simple approach: just capture what you need into local variables at the beginning of your block
jlwestsr has quit [Quit: Ex-Chat]
<wnl_work> then so i dont see much value in using a block with sub or gsub. i had thought that would limit the scope of the MatchData, but apparently not. you can just call sub, then grabe what you need from last_match and move on.
jonnn has joined #ruby
kil0byte_ has quit [Ping timeout: 255 seconds]
ian__ has joined #ruby
Roa has quit [Ping timeout: 265 seconds]
Banistergalaxy has quit [Ping timeout: 264 seconds]
robbyoconnor has quit [Ping timeout: 250 seconds]
lenodroid has quit [Read error: Connection reset by peer]
miskander has quit [Quit: miskander]
ian__ has left #ruby ["Leaving"]
Roa has joined #ruby
Roa has quit [Changing host]
Roa has joined #ruby
lenodroid has joined #ruby
rburton- has quit [Quit: Linkinus - http://linkinus.com]
a_a_g1 has joined #ruby
hoelzro is now known as hoelzro|away
Spami has quit [Quit: Leaving]
classix has quit [Ping timeout: 260 seconds]
gbchaosmaster has joined #ruby
fgro has quit [Ping timeout: 265 seconds]
classix has joined #ruby
xAndy is now known as xandy
eldariof has quit [Ping timeout: 265 seconds]
woolite64 has joined #ruby
rellin has joined #ruby
xandy is now known as xAndy
KRF has quit [Quit: No Ping reply in 180 seconds.]
m_3 has joined #ruby
IRLConor has quit [Ping timeout: 246 seconds]
KRF has joined #ruby
obryan has quit [Remote host closed the connection]
IRLConor has joined #ruby
obryan has joined #ruby
<mpfundstein> small class for converting nested objects to json: https://github.com/MarkusPfundstein/JSONable/blob/master/README.md
nwertman has quit [Read error: Connection reset by peer]
danneu1 has joined #ruby
friskd has joined #ruby
pcarrier has joined #ruby
Banistergalaxy has joined #ruby
classix has quit [Ping timeout: 260 seconds]
Xeago has quit [Remote host closed the connection]
classix has joined #ruby
philcrissman has quit [Remote host closed the connection]
slash_nick has quit [Ping timeout: 252 seconds]
hackeron has joined #ruby
stevechiagozie has quit [Quit: Lost terminal]
pcarrier has quit [Ping timeout: 248 seconds]
stevechiagozie has joined #ruby
squidBits has quit [Ping timeout: 255 seconds]
pcarrier has joined #ruby
carlyle_ has quit [Remote host closed the connection]
grzywacz has quit [Ping timeout: 260 seconds]
reppard has joined #ruby
nwertman has joined #ruby
classix has quit [Ping timeout: 260 seconds]
malcolmva has quit [Ping timeout: 264 seconds]
Dario_ has joined #ruby
squidBits has joined #ruby
_64k has quit [Quit: _64k]
apeiros_ has joined #ruby
phelps has quit [Remote host closed the connection]
phelps has joined #ruby
jkarayusuf has quit [Remote host closed the connection]
miskander has joined #ruby
reppard has quit [Ping timeout: 255 seconds]
Nieralyte has quit [Ping timeout: 255 seconds]
pabloh has joined #ruby
adeponte has joined #ruby
k610 has quit [Ping timeout: 244 seconds]
Azure has quit [Quit: ZNC - http://znc.in]
thatguycraig has quit [Quit: Leaving.]
mpfundstein has quit [Ping timeout: 250 seconds]
mockra has joined #ruby
Guest46948 is now known as mjolk2
Azure has joined #ruby
cloud|nix has joined #ruby
Hanmac1 is now known as Hanmac
_zph has quit [Remote host closed the connection]
squidBits has quit [Ping timeout: 255 seconds]
n8888 has quit [Ping timeout: 255 seconds]
squidBits has joined #ruby
art_man1 has joined #ruby
squidBits has quit [Client Quit]
rakl has joined #ruby
iamjarvo has left #ruby [#ruby]
iamjarvo has joined #ruby
nateberkopec has joined #ruby
beiter has joined #ruby
zeade has joined #ruby
philcrissman has joined #ruby
gbchaosmaster has quit [Ping timeout: 250 seconds]
mafolz has quit [Quit: mafolz]
lkba has quit [Ping timeout: 260 seconds]
maletor has joined #ruby
jkarayusuf has joined #ruby
danneu1 has quit [Quit: WeeChat 0.3.8]
danneu has joined #ruby
aedorn has joined #ruby
ewag has quit [Ping timeout: 256 seconds]
io_syl has joined #ruby
JohnBat26 has joined #ruby
tommyvyo_ has quit [Quit: Computer has gone to sleep.]
jonathanwallace has quit [Read error: Connection reset by peer]
ttt has joined #ruby
kil0byte_ has joined #ruby
statarb3 has quit [Quit: Leaving]
sn0wb1rd has quit [Quit: sn0wb1rd]
DaZ has quit [Ping timeout: 255 seconds]
lkba has joined #ruby
elico has joined #ruby
Monie has quit [Quit: Quit]
Monie has joined #ruby
kil0byte has quit [Ping timeout: 252 seconds]
ttt has quit [Ping timeout: 245 seconds]
kirun has joined #ruby
<apeiros_> GlenK: if you don't get help here, try #rubyonrails
dmerrick has quit [Quit: dmerrick]
<GlenK> apeiros_: ah. thanks.
francisfish has quit [Remote host closed the connection]
DaZ has joined #ruby
Zai00 has quit [Read error: Connection reset by peer]
fivetwentysix has joined #ruby
lenodroid has quit [Ping timeout: 244 seconds]
jkarayusuf has quit [Remote host closed the connection]
fivetwentysix has quit [Client Quit]
jkarayusuf has joined #ruby
blazes816 has joined #ruby
sqbell has joined #ruby
obryan has quit [Read error: Connection reset by peer]
tjbiddle has joined #ruby
emsilva has joined #ruby
nomenkun has quit [Remote host closed the connection]
mjolk2 has quit [Read error: Connection reset by peer]
mjolk has joined #ruby
eldariof has joined #ruby
mjolk is now known as Guest15943
Dario_ has quit [Ping timeout: 252 seconds]
lenodroid has joined #ruby
Dario_ has joined #ruby
bdnelson has quit [Ping timeout: 244 seconds]
Guest15943 is now known as mjolk2
sayan has joined #ruby
Vivid_ has quit [Remote host closed the connection]
zommi has left #ruby [#ruby]
tommyvyo_ has joined #ruby
schaerli has joined #ruby
thams has joined #ruby
a_a_g1 has quit [Quit: Leaving.]
nwertman has quit [Ping timeout: 252 seconds]
Marco has joined #ruby
<danneu> GlenK: do you have capybara set up?
Virunga has joined #ruby
baroquebobcat has joined #ruby
DaZ has quit [Ping timeout: 252 seconds]
ryanlecompte has joined #ruby
philcrissman has quit [Remote host closed the connection]
nik_-_ has joined #ruby
dankest has joined #ruby
squidBits has joined #ruby
k610 has joined #ruby
doodlehaus has quit [Remote host closed the connection]
wreckimnaked has quit [Read error: Operation timed out]
sn0wb1rd has joined #ruby
qwerxy has joined #ruby
marr has joined #ruby
jenrzzz has quit [Ping timeout: 244 seconds]
keyvan has quit [Ping timeout: 244 seconds]
thmzlt has quit [Remote host closed the connection]
kil0byte_ has quit [Remote host closed the connection]
thmzlt has joined #ruby
qwerxy has quit [Client Quit]
carlyle has joined #ruby
nemesit has quit [Quit: Leaving...]
nwertman has joined #ruby
DaZ has joined #ruby
yshh has quit [Remote host closed the connection]
wallerdev has joined #ruby
Elhu has quit [Quit: Computer has gone to sleep.]
kirun has quit [Read error: Operation timed out]
carlyle_ has joined #ruby
carlyle has quit [Ping timeout: 245 seconds]
<aedorn> anyone use Ruote?
alexspeller has quit [Remote host closed the connection]
eldariof has quit []
Vainoharhainen has quit [Quit: Leaving...]
eldariof has joined #ruby
pcarrier has quit []
dmerrick has joined #ruby
kashif has joined #ruby
kashif has left #ruby [#ruby]
breakingthings has quit []
alexspeller has joined #ruby
_nitti has quit [Remote host closed the connection]
_nitti has joined #ruby
LouisGB has joined #ruby
Xeago has joined #ruby
frem has quit [Ping timeout: 255 seconds]
mahmoudimus has joined #ruby
lenodroid has quit [Read error: Connection reset by peer]
Uranio has quit [Quit: WeeChat 0.3.8]
lenodroid has joined #ruby
ryanf has joined #ruby
dmerrick has quit [Quit: dmerrick]
malte_ has quit [Quit: malte_]
doodlehaus has joined #ruby
matrixise has quit [Read error: Operation timed out]
reppard has joined #ruby
choffstein has joined #ruby
adambeynon has quit [Quit: Computer has gone to sleep.]
kirun has joined #ruby
schaerli has quit [Read error: Connection reset by peer]
reppard has quit [Ping timeout: 245 seconds]
Proshot has joined #ruby
akemrir has joined #ruby
samphippen has joined #ruby
thmzlt has quit [Remote host closed the connection]
classix has joined #ruby
dougireton has joined #ruby
choffstein has quit [Remote host closed the connection]
billy_ran_away has quit [Read error: Operation timed out]
voodoofish430 has joined #ruby
kenneth has joined #ruby
ttt has joined #ruby
alexspeller has quit [Ping timeout: 252 seconds]
<atmosx> I'm using a yahoo_weather gem and the local time is wrong.
<atmosx> how is this even possible
stevechiagozie has quit [Quit: leaving]
_nitti has quit [Remote host closed the connection]
<davidcelis> lol
<davidcelis> what
cdt has quit [Ping timeout: 255 seconds]
alexim has joined #ruby
niklasb has joined #ruby
<atmosx> in yahoo_weatherman
<atmosx> gem
alexspeller has joined #ruby
billy_ran_away has joined #ruby
nazty has quit [Read error: Connection reset by peer]
<atmosx> there's a 'response.condition['date']' method.. which is wrong
<atmosx> lol
<atmosx> Now I have to find a way to display the timein Greece hmm
twoism has joined #ruby
reppard has joined #ruby
ttt has quit [Ping timeout: 276 seconds]
<atmosx> ah no, it's the "last update" not local time.
<atmosx> is there a way to tell the browser to hide the address bar when displaying a web page from server-side?
billy_ran_away has left #ruby ["Textual IRC Client: www.textualapp.com"]
gyre007 has quit [Remote host closed the connection]
IrishGringo has joined #ruby
elico has quit [Remote host closed the connection]
malcolmva has joined #ruby
frem has joined #ruby
elico has joined #ruby
seich- has joined #ruby
kirun_ has joined #ruby
ryannielson has joined #ruby
Dan- has joined #ruby
reppard has quit [Ping timeout: 260 seconds]
Uranio has joined #ruby
slash_nick has joined #ruby
malcolmva has quit [Ping timeout: 260 seconds]
ukd1 has joined #ruby
roolo has quit [Quit: Linkinus - http://linkinus.com]
<rismoney> how can i idiomatically say if res_type='ip address' or res_type ='ip' then res_type = 'ipaddress'
kirun has quit [Ping timeout: 264 seconds]
browndawg has quit [Ping timeout: 255 seconds]
gyre007 has joined #ruby
dankest has quit [Ping timeout: 252 seconds]
<davidcelis> rismoney: if ['ip address', 'ip'].include?(res_type)
wermel has quit [Remote host closed the connection]
<davidcelis> rather... res_type = 'ipaddress' if ['ip address', 'ip'].include?(res_type)
xAndy is now known as xandy
niklasb has quit [Read error: Operation timed out]
<davidcelis> rismoney: or depending on what res_type can possibly be, you could just check to see if it matches "ip"
<davidcelis> res_type =
r0bby has quit [Ping timeout: 250 seconds]
thmzlt has joined #ruby
<davidcelis> res_type = 'ipaddress' if res_type =~ /ip/i
<rismoney> ooh thats good
gyre007 has quit [Read error: Connection reset by peer]
<rismoney> :)
rdark_ has quit [Ping timeout: 246 seconds]
<TTilus> rismoney: res_type = 'ipaddress' if res_type =~ /\Aip( address)\Z/
Xeago has quit [Remote host closed the connection]
<TTilus> i guess
<davidcelis> TTilus: no
<davidcelis> need a ?: in there
miskander has quit [Quit: miskander]
<TTilus> davidcelis: oh, u r right
<TTilus> rismoney: res_type = 'ipaddress' if res_type =~ /\Aip( address)?\Z/
xandy is now known as xAndy
<TTilus> rismoney: bugfix by davidcelis
<davidcelis> /\Aip(?: ?address)\Z/
<davidcelis> rismoney: really depends on what values res_type could possibly point to, though
<TTilus> davidcelis: why not just ()?
<davidcelis> TTilus: I put ?: at the beginning unless I actually need to use a match
<davidcelis> if i don't need to store and refer to a match, i make it a lookahead instead
<rismoney> the valid options are 'ip','ip address', 'ipaddress' in both cases...
niklasb has joined #ruby
gyre007 has joined #ruby
<TTilus> rismoney: and you want to normalize to the last?
gyre007 has quit [Read error: Connection reset by peer]
<rismoney> The one i want res_type to eq is "IP Address"
includex has quit [Quit: Leaving...]
emmanuelux has joined #ruby
k610 has quit [Quit: Leaving]
sepp2k has quit [Read error: Operation timed out]
dougireton has quit [Quit: Leaving.]
<TTilus> rismoney: res_type = 'IP Address' if res_type =~ /\Aip( ?address)?\Z/
<TTilus> rismoney: or with lookahead as davidcelis suggested
adeponte has quit [Remote host closed the connection]
_nitti has joined #ruby
kn330 has quit [Ping timeout: 252 seconds]
Shadow_S has joined #ruby
elico has quit [Remote host closed the connection]
russfran1 is now known as russfrank
russfrank has quit [Changing host]
russfrank has joined #ruby
enroxorz-work has left #ruby ["Once you know what it is you want to be true, instinct is a very useful device for enabling you to know that it is"]
skcin7 has quit [Quit: Computer has gone to sleep.]
kn330 has joined #ruby
philcrissman has joined #ruby
gyre007 has joined #ruby
gyre007 has quit [Read error: Connection reset by peer]
hello has quit [Quit: Page closed]
<rismoney> if i did this - res_type = 'ipaddress' if ['ip address', 'ip'].include?(res_type) can it be case insensitive?
francisfish has joined #ruby
<davidcelis> rismoney: no
<davidcelis> use a regex
track7 has joined #ruby
<rismoney> k
<track7> anyone in here familiar with spotify?
fred909 has joined #ruby
alexspeller has quit [Ping timeout: 252 seconds]
<heftig> rismoney: sure, use res_type.downcase
<rismoney> that'll work too :)
<davidcelis> oh... right
<davidcelis> lolz
miskander has joined #ruby
ajones has joined #ruby
ajones has left #ruby [#ruby]
gyre007 has joined #ruby
weasels has joined #ruby
Coolhand|laptop has joined #ruby
sepp2k has joined #ruby
otters has quit [Read error: Connection reset by peer]
zigomir has quit [Quit: zigomir]
sayan has quit [Ping timeout: 252 seconds]
arusso_znc has joined #ruby
kirun__ has joined #ruby
danishman has joined #ruby
arusso_znc has quit [Client Quit]
Coolhand|laptop_ has joined #ruby
willob has quit [Quit: Leaving.]
kirun__ has quit [Client Quit]
gyre007 has quit [Ping timeout: 248 seconds]
Coolhand|laptop has quit [Remote host closed the connection]
rezzack has joined #ruby
kirun_ has quit [Ping timeout: 244 seconds]
<waxjar> track7, yes.
arusso_znc has joined #ruby
arusso_znc has quit [Client Quit]
d2dchat has joined #ruby
francisfish has quit [Remote host closed the connection]
sayan has joined #ruby
cloud|nix_ has joined #ruby
blaxter has quit [Quit: foo]
emmanuelux has quit [Remote host closed the connection]
elaptics is now known as elaptics`away
uris has quit [Quit: Leaving]
ebouchut has joined #ruby
postmodern has joined #ruby
uris has joined #ruby
emmanuelux has joined #ruby
cloud|nix has quit [Ping timeout: 252 seconds]
21WAAGHU0 has quit [Quit: http://ifup.org]
verto|off is now known as verto
frem has quit [Quit: Computer has gone to sleep.]
buibex has joined #ruby
nateberkopec has quit [Quit: Leaving...]
ttt has joined #ruby
skcin7 has joined #ruby
ukd1 has quit [Quit: leaving]
lenodroid has quit [Remote host closed the connection]
Uranio has quit [Quit: WeeChat 0.3.8]
gbchaosmaster has joined #ruby
Marco has quit [Quit: Leaving]
lucky has joined #ruby
ttt has quit [Ping timeout: 276 seconds]
Shadow_S has quit [Quit: Computer has gone to sleep.]
gyre007 has joined #ruby
jgrevich has quit [Quit: jgrevich]
nazty has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
daniel_- has joined #ruby
daniel_- has quit [Changing host]
daniel_- has joined #ruby
arusso- has joined #ruby
rjmt___ has quit [Ping timeout: 252 seconds]
arusso- is now known as arusso
arusso has quit [Changing host]
arusso has joined #ruby
breakingthings has joined #ruby
IrishGringo has quit [Remote host closed the connection]
adkron has quit [Ping timeout: 260 seconds]
nemesit has joined #ruby
txdv has quit [Read error: Connection reset by peer]
lucky has left #ruby [#ruby]
txdv has joined #ruby
fumduq has quit [Quit: Linkinus - http://linkinus.com]
Morkel_ has joined #ruby
beneggett has quit [Ping timeout: 244 seconds]
Dan- has quit [Ping timeout: 255 seconds]
main_ has joined #ruby
joeycarmello has joined #ruby
cascalheira has quit [Quit: Linkinus - http://linkinus.com]
Morkel has quit [Ping timeout: 264 seconds]
Morkel_ is now known as Morkel
Dario_ has quit [Ping timeout: 260 seconds]
lenovodroid has joined #ruby
aaronmacy has joined #ruby
nateberkopec has joined #ruby
beneggett has joined #ruby
nazty has quit [Read error: Connection reset by peer]
jgrevich has joined #ruby
ewag has joined #ruby
philips_ has joined #ruby
skcin7 has quit [Quit: Computer has gone to sleep.]
_nitti has quit [Remote host closed the connection]
__BigO__ has joined #ruby
acies has left #ruby [#ruby]
v0n has quit [Ping timeout: 265 seconds]
fred909 has quit [Ping timeout: 265 seconds]
gyre007 has quit [Remote host closed the connection]
banisterfiend has quit [Remote host closed the connection]
c0rn has joined #ruby
IrishGringo has joined #ruby
philips_ has quit [Changing host]
philips_ has joined #ruby
daniel_- has quit [Ping timeout: 248 seconds]
stevechiagozie has joined #ruby
tjbiddle has quit [Ping timeout: 248 seconds]
fgro has joined #ruby
tjbiddle has joined #ruby
freakazoid0223 has joined #ruby
skcin7 has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
ewag has quit [Ping timeout: 260 seconds]
beiter has quit [Quit: beiter]
matip__ has quit [Read error: Connection reset by peer]
axl_ has quit [Quit: axl_]
matip__ has joined #ruby
ewag has joined #ruby
moshee has quit [Ping timeout: 252 seconds]
moshee has joined #ruby
axl_ has joined #ruby
_nitti has joined #ruby
nomenkun has joined #ruby
rippa has quit [Ping timeout: 264 seconds]
hakunin has quit [Read error: Connection reset by peer]
maletor has joined #ruby
hakunin has joined #ruby
nga4 has joined #ruby
greenarrow has quit [Read error: Connection reset by peer]
greenarrow has joined #ruby
brandon has joined #ruby
akemrir has quit [Quit: WeeChat 0.3.9.2]
stevechiagozie has quit [Quit: leaving]
gbchaosmaster has quit [Ping timeout: 250 seconds]
brandon is now known as Guest84834
halfdan has joined #ruby
alex__c2022_ has joined #ruby
mark_locklear has quit [Ping timeout: 265 seconds]
stevechiagozie has joined #ruby
pignata has joined #ruby
<halfdan> http://www.indiegogo.com/geekmonkey-writing/x/1844675 - Started a campaign on IndieGogo, appreciate any support. While this is not directly Ruby related, a good part of my articles are.
ewag has quit [Ping timeout: 260 seconds]
t4nkd has joined #ruby
pcarrier has joined #ruby
frem has joined #ruby
Tumulte has joined #ruby
alex__c2022 has quit [Ping timeout: 264 seconds]
alex__c2022_ is now known as alex__c2022
<Tumulte> Hi !
<halfdan> Hi
alexspeller has joined #ruby
frem has quit [Client Quit]
oktapodi has joined #ruby
<Tumulte> I' struggling hard to install my first ruby app : redmine
<Tumulte> After several gem issues I end up with a 500
<Tumulte> getting close
<Tumulte> !
<Tumulte> Premature end of script headers: dispatch.fcgi
banisterfiend has joined #ruby
<Tumulte> Apparently it's a problem with ruby path, right ?
PeteFonseca has quit [Ping timeout: 245 seconds]
c0rn has quit [Quit: Computer has gone to sleep.]
brandon_ has joined #ruby
brandon_ has quit [Client Quit]
c0rn has joined #ruby
fred909 has joined #ruby
c0rn has quit [Client Quit]
nazty has joined #ruby
Guest8265 is now known as bakis
bakis has quit [Changing host]
bakis has joined #ruby
sayan has quit [Quit: Leaving]
oktapodi has quit [Remote host closed the connection]
alexspeller has quit [Ping timeout: 252 seconds]
oktapodi has joined #ruby
c0rn has joined #ruby
niklasb has quit [Ping timeout: 264 seconds]
alexspeller has joined #ruby
willob has joined #ruby
cousine has joined #ruby
buibex has quit [Remote host closed the connection]
brandon_ has joined #ruby
LouisGB has quit [Ping timeout: 265 seconds]
brandon_ has quit [Client Quit]
buibex has joined #ruby
Guest84834 has quit [Quit: leaving]
brandon has joined #ruby
brandon is now known as Guest47288
philcrissman has quit [Remote host closed the connection]
swarley-freenode is now known as swarley
shevy has quit [Ping timeout: 260 seconds]
miskander has quit [Quit: miskander]
stevechiagozie has quit [Quit: leaving]
<danneu> Tumulte: at least there's no shortage of google results for "Premature end of script headers: dispatch.fcgi", since i think you'd be really lucky if someone hear could fire off a solution to that for you.
nignaztic has joined #ruby
stevechiagozie has joined #ruby
<Tumulte> danneu: I'm discovering the right forums
adeponte has joined #ruby
<Tumulte> ./dispatch.fcgi is a mine of information
grzywacz has joined #ruby
lenovodroid has quit [Read error: Connection reset by peer]
miskander has joined #ruby
lenovodroid has joined #ruby
<bakis> You guys heard about the jetbrains sale?
<bakis> 75% off rubymine! and all their other IDES as well
<oxman> sublimeText.
<aedorn> Indeed.
philcrissman has joined #ruby
jblack has joined #ruby
banisterfiend has quit [Ping timeout: 248 seconds]
<danneu> rails is my ide
ttt has joined #ruby
alex__c2022 has quit [Remote host closed the connection]
francisfish has joined #ruby
alex__c2022 has joined #ruby
v0n has joined #ruby
mark_locklear has joined #ruby
allsystemsarego has quit [Quit: Leaving]
halfdan has quit [Quit: Page closed]
axl_ has quit [Quit: axl_]
Guest19137 is now known as ixx
<bakis> yeah i use sublime text as well, just thought i'd let you know just in case
ixx is now known as Guest80752
banisterfiend has joined #ruby
rellin has quit [Ping timeout: 248 seconds]
Guest80752 is now known as xxi
ttt has quit [Ping timeout: 245 seconds]
<aapzak> the jetbrains IDE look nice though
xxi is now known as Guest9999
<aedorn> Hmmm... I'm surprised the whole concept of an IDE hasn't disappeared
Guest9999 is now known as ixxxxi
<aapzak> y?
<aedorn> Just the whole rising of "do one thing well"
shevy has joined #ruby
<aapzak> RM does everything well :)
tenmilestereo has joined #ruby
<Tumulte> Getting closer !
<aedorn> IDE generally means it's doing a whole ton of stuff, and some of it.. not so great. Even if it's perfect, someone, somewhere, will think that it's not as good as it could be.
<Tumulte> (sorry)
<Tumulte> Well now I got this (not well documented) error : database configuration specifies nonexistent mysql adapter (ActiveRecord::AdapterNotFound)
francisfish has quit [Remote host closed the connection]
<Tumulte> fact is I use mysql2
joofsh has joined #ruby
s0ber_ has joined #ruby
<aapzak> aedorn: you're right ofcourse, I like added stuff like support for version control (which is awesome in RubyMine)
Squarepy has joined #ruby
cousine has quit [Remote host closed the connection]
Squarepy has quit [Changing host]
Squarepy has joined #ruby
s0ber has quit [Ping timeout: 248 seconds]
s0ber_ is now known as s0ber
<aedorn> oh, don't worry.. not saying it's bad or the concept is bad. Just surprised. It's one of those things that might just keep on living, unlike other items that seemed to have been dying a horrible death (like the post office, and physical media)
Goles has quit [Quit: Computer has gone to sleep.]
<stevechiagozie> tmux + zsh + Vim + Rails.vim + vimux = great IDE
doodlehaus has quit [Remote host closed the connection]
Guest76341 has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
nignaztic is now known as lordnaz
tvw has quit [Remote host closed the connection]
<aedorn> I feel so slow in vim ... never been able to get used to it
Spaceboy has quit []
Dario_ has joined #ruby
miskander has quit [Quit: miskander]
<rking> stevechiagozie: In what ways do you use vimux in your equation?
fgro_ has joined #ruby
<stevechiagozie> you can send arbitraty code to a Tmux pane by just visually selecting in Vim and typing `<leader>r`
<stevechiagozie> or run the currrent or last test file with the same key stroke
jxriddle has joined #ruby
hakunin_ has joined #ruby
<stevechiagozie> basically it adds running tests and sending code to irb/pry to your IDE toolset
<rking> K.
<rking> I have similar but I just use :!tmux send -t
hakunin has quit [Read error: Connection reset by peer]
ebouchut has quit [Quit: This computer has gone to sleep]
fgro has quit [Ping timeout: 252 seconds]
<stevechiagozie> tru. you can do all without vimux.
arturaz has quit [Ping timeout: 252 seconds]
<Tumulte> Sorry for not being specific enough : This is the output of ./dispatch.fcgi : http://paste.debian.net/217756/
<Tumulte> I can see the error, but I don't know how to solve this
Spaceboy has joined #ruby
t4nkd has quit [Quit: Linkinus - http://linkinus.com]
frem has joined #ruby
miskander has joined #ruby
thmzlt has quit [Remote host closed the connection]
hoelzro|away is now known as hoelzro
miskander has quit [Client Quit]
matrixise has joined #ruby
Spaceboy has left #ruby [#ruby]
miskander has joined #ruby
[Neurotic] has joined #ruby
francisfish has joined #ruby
<alexspeller> Tumulte: what is the content of your Gemfile
<alexspeller> ?
stevechiagozie has quit [Quit: leaving]
qwerxy has joined #ruby
<Tumulte> alexspeller: http://paste.debian.net/217759/
jamesaxl_ has joined #ruby
[Neurotic] has quit [Remote host closed the connection]
<alexspeller> Hmm why are the mysql gems in a separate mysql group?
<Tumulte> alexspeller: I added gem "activerecord-mysql-adapter" and changed mysql version
jamesaxl has quit [Ping timeout: 260 seconds]
[Neurotic] has joined #ruby
<Tumulte> alexspeller: cause I did stuff wrong
<Tumulte> obviously
lolcathost has quit [Quit: leaving]
Nisstyre has joined #ruby
d2dchat has quit [Remote host closed the connection]
<Tumulte> alexspeller: yet you got above what I did change. the rest is default
aldodelgado has joined #ruby
lordnaz has quit [Read error: Connection reset by peer]
aapzak has quit [Ping timeout: 244 seconds]
<alexspeller> Looks like you need to change adapter to mysql2 in database.yml
audy has left #ruby ["["Textual IRC Client: www.textualapp.com"]"]
aapzak has joined #ruby
<Tumulte> alexspeller: I did that
CaptainJet has joined #ruby
<Tumulte> before anything
rakl has quit [Quit: sleeping]
Squarepy has quit [Quit: Leaving]
<alexspeller> Oh right
LouisGB has joined #ruby
<Tumulte> else it didn't rake
LouisGB has quit [Client Quit]
<alexspeller> Oh so rake is working?
<Tumulte> I don't understand why it's search for mysql
<Tumulte> alexspeller: like a charm
gyre007 has joined #ruby
<Tumulte> it's the output of ./dispach.fcgi I gave you
musl has quit [Quit: WeeChat 0.3.9.2]
tjbiddle_ has joined #ruby
<alexspeller> Hmm, maybe dispatch.fcgi is calling a different ruby install on your system?
musl has joined #ruby
<alexspeller> What is the output of "which rake" and "head dispatch.fcgi"
<alexspeller> sorry "which ruby"
<alexspeller> What to see if they're pointing to the same ruby install
aquaranto has quit [Remote host closed the connection]
c0rn has quit [Quit: Computer has gone to sleep.]
elico has joined #ruby
<Tumulte> alexspeller: /usr/local/bin/ruby and /usr/bin/env ruby
gyre007 has quit [Ping timeout: 246 seconds]
miskander has quit [Quit: miskander]
keyvan has joined #ruby
keyvan has joined #ruby
keyvan has quit [Changing host]
tjbiddle has quit [Ping timeout: 252 seconds]
tjbiddle_ is now known as tjbiddle
lolcathost has joined #ruby
elaptics`away is now known as elaptics
<alexspeller> If you change dispatch.fcgi to point to /usr/local/bin/ruby explicitly, do you get the same error?
ltsstar has joined #ruby
dankest has joined #ruby
<Tumulte> alexspeller: yes
Russell^^ has joined #ruby
qwerxy has quit [Ping timeout: 260 seconds]
cascalheira has joined #ruby
clooth has quit [Quit: clooth]
shiin has joined #ruby
skcin7 has quit []
qwerxy has joined #ruby
adeponte has quit [Remote host closed the connection]
ryannielson has quit [Quit: ryannielson]
timonv has quit [Ping timeout: 244 seconds]
ngoldman has joined #ruby
<alexspeller> Hmm, ok how about running this:
vipaca has joined #ruby
<alexspeller> env RAILS_ENV=production ./dispach.fcgi
<alexspeller> env RAILS_ENV=production ./dispatch.fcgi
vipaca is now known as Guest95661
<alexspeller> (2nd one has correct spelling)
<Tumulte> alexspeller: is it better or worse : http://paste.debian.net/217760/
<Tumulte> ?
<alexspeller> right looks better
txdv has quit [Read error: Connection reset by peer]
ewag has joined #ruby
<alexspeller> I think
txdv has joined #ruby
<alexspeller> When you run ./dispatch.fcgi it would default to development mode
<alexspeller> I bet in your database.yml you have the db setup for production right?
Guest95661 has quit [Changing host]
<alexspeller> Anyway, this might solve it now: http://www.redmine.org/boards/2/topics/31410
Guest95661 has joined #ruby
thmzlt has joined #ruby
tenmilestereo has quit [Quit: Leaving]
Shadow_S has joined #ruby
<jcrawford> guys i am on mac osx trying to run 'gem install gsl' and I am getting the following error: 'instance of Date needs to have method `marshal_load`'
<jcrawford> any idea how i can get this to install?
<Tumulte> alexspeller: how can I force production mode for this file ?
bigmcq77 has quit [Quit: Computer has gone to sleep.]
miskander has joined #ruby
krawchyk has quit [Remote host closed the connection]
<alexspeller> Tumulte: if you are running on the command line, you need to either use that env thing I just showed you or put this in your ~/.profile
<alexspeller> export RAILS_ENV=production
Guest95661 has quit [Quit: Leaving...]
<alexspeller> But I assume you mean apache right?
<Tumulte> alexspeller: indeed
vipaca_ has joined #ruby
emergion has joined #ruby
<jcrawford> anyone have any idea how i could get past this problem?
rakl has joined #ruby
<jcrawford> i am on ruby 1.8.7
<alexspeller> essentially, I think you need to put this line in the right place on your apache config:
<alexspeller> SetEnv RAILS_ENV production
vipaca_ has quit [Client Quit]
cantonic_ has joined #ruby
banisterfiend has quit [Ping timeout: 265 seconds]
zigomir has joined #ruby
vipaca_ has joined #ruby
axl_ has joined #ruby
zigomir has left #ruby [#ruby]
ttt has joined #ruby
<alexspeller> jcrawford: try uploading your rubygems version
eldariof has quit []
banisterfiend has joined #ruby
c0rn has joined #ruby
adambeynon has joined #ruby
<jcrawford> gem -v: 1.8.24
jlwestsr has joined #ruby
geekbri has quit [Remote host closed the connection]
cantonic has quit [Ping timeout: 260 seconds]
cantonic_ is now known as cantonic
lordnaz has joined #ruby
emergion has quit [Client Quit]
<alexspeller> Hmm
<alexspeller> jcrawford: can you paste the full stack trace from the gem install
<jcrawford> it's the only time i have seen the error :)
<jcrawford> sure moment
nazty has quit [Ping timeout: 255 seconds]
<jcrawford> not much more detail i'm afraid :)
mpfundstein has joined #ruby
<alexspeller> hmm yeah odd, would have expected a stack trace
Squarepy has joined #ruby
<alexspeller> with file and line numbers :(
timonv has joined #ruby
Mon_Ouie has quit [Ping timeout: 252 seconds]
ttt has quit [Ping timeout: 276 seconds]
Mon_Ouie has joined #ruby
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby
<jcrawford> yea nothing
<jcrawford> not even a directory under gems to show a log file or anything
dsdeiz has joined #ruby
<alexspeller> Have you tried with ruby 1.9 ? it's really a lot better than 1.8 if you can use it and might serendipitously solve this problem for you :)
dsdeiz has quit [Client Quit]
<jcrawford> i tried to install 1.9 and was confronted with many more problems just trying to get an env setup[
<alexspeller> oh dear
<jcrawford> yeh
ltsstar has quit [Remote host closed the connection]
elico has quit [Remote host closed the connection]
<jcrawford> just when i start to love ruby i start to hate the install/maintenance lol
ermines has joined #ruby
elico has joined #ruby
_bart has quit [Quit: _bart]
<jcrawford> i guess i don't *need* gsl but it would be very *nice* to have
<alexspeller> Someone in china has the same problem: http://translate.google.co.uk/translate?hl=en&sl=zh-CN&u=http://ruby-china.org/topics/636&prev=/search%3Fq%3DWhile%2Bexecuting%2Bgem%2B...%2B(TypeError)%2Binstance%2Bof%2BDate%2Bneeds%2Bto%2Bhave%2Bmethod%2B%2560marshal_load%26hl%3Den%26safe%3Doff%26tbo%3Dd&sa=X&ei=joPTUP7gHoWAhQfh7oC4BA&ved=0CDoQ7gEwAA
weasels has quit [Ping timeout: 260 seconds]
<alexspeller> "I think you may wish to give up on this heart, then go mounted Octopress :-)"
_sillymarkets has quit [Ping timeout: 245 seconds]
JohnTeddy has quit [Changing host]
JohnTeddy has joined #ruby
qwerxy has quit [Quit: offski]
kn330 has quit [Remote host closed the connection]
banisterfiend has quit [Ping timeout: 255 seconds]
axl_ has quit [Quit: axl_]
timonv has quit [Read error: Connection reset by peer]
<alexspeller> This seems to be a bug report for rubygems that had a similar problem
<alexspeller> It could be a rubygems bug that you can open an issue for...
<alexspeller> Sorry I can't be of more help
timonv has joined #ruby
havenn has quit [Remote host closed the connection]
Squarepy has quit [Changing host]
Squarepy has joined #ruby
ewag has quit [Ping timeout: 248 seconds]
joeycarmello has quit [Remote host closed the connection]
havenn has joined #ruby
horofox has joined #ruby
buibex has quit [Remote host closed the connection]
cakehero has quit [Quit: Computer has gone to sleep.]
buibex has joined #ruby
<Tumulte> alexspeller: good news is that I got no error
<Tumulte> bad news is that it still doesn't work
<Tumulte> :/
nkts has quit []
axl_ has joined #ruby
<jcrawford> thanks alexspeller
havenn has quit [Ping timeout: 248 seconds]
banisterfiend has joined #ruby
lenovodroid has quit [Read error: Connection reset by peer]
buibex has quit [Ping timeout: 248 seconds]
kstephens has quit [Ping timeout: 252 seconds]
<atmosx> anyone good with haml/sass and sinatra?
<alexspeller> Tumulte: doesn't work how?
<alexspeller> Blank page?
kstephens has joined #ruby
<Tumulte> alexspeller: still got the 500 error
madhadron has joined #ruby
<alexspeller> But ./dispatch.fcgi is working?
colonolGron has joined #ruby
<madhadron> When I get a message like "uninitialized constant Nokogiri::XML::Sax (NameError)", what should I be checking to figure out what's causing it?
main_ has quit [Remote host closed the connection]
<alexspeller> atmosx: I've done haml/sass/sinatra a few times
gregorg has quit [Read error: Connection reset by peer]
<alexspeller> That setenv thing might not be working
daniel_- has joined #ruby
<Tumulte> alexspeller: I've put the same config to development
jkarayusuf has quit [Remote host closed the connection]
<alexspeller> if you do:
<alexspeller> tail -f logs/*.log
walkslow has joined #ruby
walkslow has quit [Remote host closed the connection]
<alexspeller> and hit the page, do you get any error now?
<alexspeller> If you get a 500 error, it should show up in some log
unsymbol has joined #ruby
<alexspeller> either apache error log or rails error log
<Tumulte> alexspeller: where are those ?
<alexspeller> hunt down that error in one of those two logs to find the next stop
<alexspeller> did you say you're on debian?
<Tumulte> alexspeller: the ruby logs I mean
unsymbol has quit [Client Quit]
<Tumulte> the server is a centOS
miskander has quit [Quit: miskander]
unsymbol has joined #ruby
axl_ has quit [Quit: axl_]
burgestrand has joined #ruby
unsymbol has quit [Client Quit]
axl_ has joined #ruby
<alexspeller> on centos I think it will be /var/log/httpd/
<alexspeller> try ls /var/log/httpd
thmzlt has quit [Remote host closed the connection]
gregorg has joined #ruby
gregorg has quit [Changing host]
gregorg has joined #ruby
speakingcode has quit [Quit: getting drunk]
<Tumulte> alexspeller: I've checked that already : SetEnv
<Tumulte> sorry
dankest has quit [Quit: Leaving...]
diegoviola has quit [Ping timeout: 264 seconds]
<Tumulte> [2012-12-20 22:54:04]: uid: (14122/dev.dogmazic.net) gid: (11001/11001) cmd: dispatch.fcgi
<Tumulte> alexspeller: the ruby logs maybe ?
<alexspeller> yeah if it's not in the apache error log it should mean it's in the rails error log
tommyvyo_ has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
<alexspeller> they are in [RAILS ROOT]/log/[environment].log
unsymbol has joined #ruby
shades_ has joined #ruby
waxjar has quit [Quit: i am waxjar, hear me roar]
shades_ is now known as waxjar
madhadron has left #ruby [#ruby]
adambeynon has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
hashpuppy has joined #ruby
sailias has quit [Read error: Connection reset by peer]
atadesk has joined #ruby
<alexspeller> One other thing you can try is getting a webrick server on the console without fcgi/apache
<alexspeller> so you can do e.g.
<alexspeller> ruby script/server -e production
apeiros_ has quit [Remote host closed the connection]
<alexspeller> in rails root
<alexspeller> and then you can try on another terminal:
vipaca_ has quit [Quit: Leaving...]
<hashpuppy> is there a cleaner way to do this (that also doesn't mutate the original init variable)? http://pastie.org/private/tejkibs8fp5pnphs5vdbq
<alexspeller> curl http://localhost:3000
<hashpuppy> trying to sum up an array of hashes, for only those columns i specify
<alexspeller> and then the first terminal should show a stack trace if it didn't work
<hashpuppy> columns/keys
JohnBat26 has quit [Ping timeout: 250 seconds]
apeiros_ has joined #ruby
stevechiagozie has joined #ruby
<Tumulte> alexspeller: would you have an exemple of ruby log pass please ?
<alexspeller> ruby log pass?
stevechiagozie has quit [Client Quit]
<alexspeller> Sorry not sure what you mean by that
fatleaf has joined #ruby
Morkel has quit [Quit: Morkel]
Shadow_S has quit [Quit: Computer has gone to sleep.]
<hashpuppy> maybe l.inject(init){|m, o| Hash[k.map{|x| [x, o[x] + m[x]]}]}
CaptainJet has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org]
axl_ has quit [Quit: axl_]
fatleaf has quit [Quit: PQ]
<Tumulte> alexspeller path
<Tumulte> getting tired I guess
<alexspeller> where is dispatch.fcgi ?
<alexspeller> if you tell me that I can tell you exactly ;)
freakazoid0223 has quit [Quit: Leaving]
<Tumulte> alexspeller www/redmine/public
<alexspeller> k, it will be www/redmine/log/production.log
<alexspeller> or www/redmine/development.log
zigomir has joined #ruby
<Tumulte> alexspeller: argh... I've checked them and they are empty
<alexspeller> Hopefully production.log if the SetEnv worked
<alexspeller> ok, cd into www/redmine
<hashpuppy> I just wish hash a nicer way to fill default values. Hash[k.zip(Array.new(k.length) { 0 })] is kind of ugly
<alexspeller> then do ruby script/server -e production
<alexspeller> See if that causes an error or not
nomenkun has quit [Remote host closed the connection]
<alexspeller> BTW is there a specific reason you're not using phusion passenger and are using fcgi?
dougireton has joined #ruby
<alexspeller> passenger is a million times easier and better and will just solve all your problems ;)
dougireton has left #ruby [#ruby]
<Tumulte> alexspeller: because the centos howto told me to
<alexspeller> Oh
<Tumulte> ruby: No such file or directory -- script/server ?
jedediah has left #ruby [#ruby]
<alexspeller> wat?
rellin has joined #ruby
stevechiagozie has joined #ruby
stevechiagozie has quit [Client Quit]
<Tumulte> that's what I get
<alexspeller> what happens with ls www/redmine
Mon_Ouie has quit [Remote host closed the connection]
<alexspeller> what file are in there/
<alexspeller> ?
<Tumulte> there's a script but no script/server
Mon_Ouie has joined #ruby
<alexspeller> Oh wow sorry old version of rails, I haven't done that in a long time
<alexspeller> ruby script/rails server -e production
<alexspeller> is what you want
jtharris has quit [Quit: WeeChat 0.3.9.2]
mark_locklear has quit [Remote host closed the connection]
<Tumulte> alexspeller: it works fine
reppard has joined #ruby
stevechiagozie has joined #ruby
<alexspeller> OK, I seriously recommend doing:
<alexspeller> gem install passenger
<alexspeller> then passenger-install-apache2-module
<Tumulte> okok
<Tumulte> done
<alexspeller> this will auto-setup passenger for apache and walk you through it
bwlang has left #ruby [#ruby]
Goles has joined #ruby
ingvarha has quit [Read error: Operation timed out]
<alexspeller> passenger is not only easier to set up, it will stay up much better too
fgro_ has quit [Ping timeout: 250 seconds]
maletor has quit [Quit: Computer has gone to sleep.]
wnl_work has quit [Quit: Leaving]
zigomir has quit [Quit: zigomir]
dankest has joined #ruby
maletor has joined #ruby
atadesk has quit [Quit: Leaving.]
<davidcelis> yeah dont use WEBrick in production. lol.
w|t has quit [Quit: No Ping reply in 150 seconds.]
w|t has joined #ruby
w|t has quit [Changing host]
w|t has joined #ruby
ingvarha has joined #ruby
gyre007 has joined #ruby
jrajav has quit [Quit: I tend to be neutral about apples]
DrShoggoth has quit [Ping timeout: 272 seconds]
r0bby has joined #ruby
ttt has joined #ruby
axl_ has joined #ruby
grzywacz has quit [Quit: :wq]
colonolGron has quit [Quit: Lost terminal]
dougireton has joined #ruby
<alexspeller> hashpuppy: https://gist.github.com/4349097
tjbiddle_ has joined #ruby
<Tumulte> alexspeller: and once it's done, how do I access the app ?
<hashpuppy> alexspeller: thanks. i'll take a look
<alexspeller> hashpuppy: oops I made a typo
diegoviola has joined #ruby
<alexspeller> hashpuppy: https://gist.github.com/4349103
tjbiddle has quit [Read error: Connection reset by peer]
<alexspeller> Tumulte: passenger is basically mod_ruby
ttt has quit [Ping timeout: 245 seconds]
thmzlt has joined #ruby
<alexspeller> so that command, passenger-install-apache2-module, should give you some apache conf to paste into your config file
<alexspeller> The answer then is "it depends what you put in you apache config file"
tjbiddle_ has quit [Read error: Connection reset by peer]
<alexspeller> ;)
atadesk has joined #ruby
<atmosx> who is trying to deploy?
<atmosx> ah
<atmosx> I have a unicorn + nginx config file for freebsd ready and working...
<Tumulte> alexspeller: I must remove the .htacces then ?
atadesk has quit [Client Quit]
tjbiddle has joined #ruby
<alexspeller> Yeah I'd remove that, and put the config in you /etc/http/conf/httpd.conf file
<alexspeller> I mean /etc/httpd/conf.d/httpd.conf
<alexspeller> I think (on centos)
<Tumulte> yes
mlue has quit [Ping timeout: 252 seconds]
jrist is now known as jrist-pto
lenovodroid has joined #ruby
jlast has quit [Remote host closed the connection]
emsilva has quit [Quit: Textual IRC Client: www.textualapp.com]
Xeago has joined #ruby
thmzlt has quit [Ping timeout: 256 seconds]
<alexspeller> hashpuppy: I think I prefer this one https://gist.github.com/4349183
<nipara> dear rubyists, this is a totally off topic query, but rubyists being generally awesome and technical people, i'll ask it anyway.
AndChat| has joined #ruby
<nipara> in 30 minutes, my months pay will be visible on my bank account (but it will be untouchable for a few hours)
<nipara> I need to restrict access to my bank through internet during those hours, so my spouse wont see the actual pay before I am able to quickly steal 500 euro for her gift
<jcrawford> LMAO
<jcrawford> are you on windows mac or linux
<nipara> windows, with a pretty capable router
<jcrawford> no need on the router
luckyruby has joined #ruby
<jcrawford> what version of windows
<nipara> this will possibly have to go through router though, since we have 3 PC's and 1 iphone
<jcrawford> you just have to edit your hosts file to make the bank domain point to google or something :)
<nipara> she could be using any of them
track7 has quit [Read error: Connection reset by peer]
<jcrawford> ahh
<jcrawford> that is going to be dependant on your router
<jcrawford> google router model block website
<nipara> yeah the problem is that blocked websites show a very clear 'THIS DOMAIN IS BLOCKED LOL' type of message
<alexspeller> You could try some social engineering and ask her to watch a film with you for a few hours or something ;)
<nipara> in 'general router terms', what is redirection called?
<jcrawford> haha alexspeller
Banistergalaxy has quit [Ping timeout: 250 seconds]
<nipara> alexspeller, and make her not think of money? she's a woman
<nipara> :/
<jcrawford> ROFL
track7 has joined #ruby
<jcrawford> nipara: edit the hosts file on all 3 computers, hide the phone... Done
rondale_sc has quit [Quit: rondale_sc]
ryanlecompte has quit [Remote host closed the connection]
<alexspeller> Now now, as a community we have a real problem with lack of diverse participants, no need to make sexist jokes
<nipara> hm
<jcrawford> it will probably take longer to figure out how to make your router do this than just editing the hsots file :)
<nipara> f* it im pulling internet
<jcrawford> that's not sexist, that's proven women love money more than men
<nipara> "Technical issues"
<jcrawford> nipara: there ya go :)
rondale_sc has joined #ruby
<jcrawford> but what about the phone
<nipara> i'll leave the router on
axl_ has quit [Quit: axl_]
<nipara> it will still connect to the network
<alexspeller> [citation needed]
<nipara> just not have internet access
<jcrawford> what about 3/4G service?
havenn has joined #ruby
<nipara> she wont turn off wi-fi on it
<jcrawford> ah ok
xnm has joined #ruby
Divinite_ has joined #ruby
lenovodroid has quit [Read error: Connection reset by peer]
mmitchell has quit [Remote host closed the connection]
_nitti has quit [Remote host closed the connection]
<alexspeller> nipara: won't she just be able to see that you took out the money on the statement anyways if she can access the account?
<reppard> .
danishman has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
<nipara> she wont look that far into the transactions
<nipara> she's likely to simply look at the overview
carlyle_ has quit [Remote host closed the connection]
<nipara> since "noone touched it yet"
<reppard> so ruby regexp can match OR with (a|b)...how can i pull off and?
<reactormonk> reppard, [ab]
dougireton1 has joined #ruby
dougireton has quit [Ping timeout: 248 seconds]
nik_-_ has quit [Quit: nik_-_]
stevechiagozie has quit [Ping timeout: 244 seconds]
<alexspeller> reactormonk: that's or still isn't it?
<reactormonk> alexspeller, rubular.com
<reppard> i thought that stops at the first match
<reactormonk> reppard, sure it does
<reactormonk> reppard, go to rubular.com and prepare an example
rondale_sc has quit [Ping timeout: 244 seconds]
<alexspeller> "a" =~ /[ab]/ # 0
<alexspeller> and is either /ab/
<alexspeller> i.e., just both things
<alexspeller> or if order doesn't matter /ab|ba/ maybe?
io_syl has quit [Ping timeout: 265 seconds]
DrShoggoth has joined #ruby
<reppard> so if i have a string like "Holy shit balls!" and i want one match that is "shit!"
axl_ has joined #ruby
<reppard> "/(shit|!)/" gives 2 matches in rubular
<reactormonk> reppard, link
<reppard> reactormonk: thanks, i'll give that a look
<reactormonk> reppard, that was a 'give me yer rubular link'
havenn has quit [Read error: Operation timed out]
<alexspeller> reppard: "Holy shit balls!" will never produce a match of "shit!" as that's not in the string
_nitti has joined #ruby
<reppard> ahhh i gotcha
_br_ has quit [Excess Flood]
<reppard> i thought there might be some magical link method i hadnt read about
ner0x has quit [Quit: Leaving]
__BigO__ has quit [Remote host closed the connection]
<reppard> but yeah alexspeller i see your point
_br_ has joined #ruby
slash_nick has quit [Ping timeout: 248 seconds]
<reactormonk> reppard, ... dafuq
<alexspeller> if you want to ensure that it has "shit" and an explanation point you can do /shit.*!/
<reactormonk> reppard, that's a bug in rubular
<alexspeller> but then your match will be "shit balls!"
<alexspeller> reactormonk: that link he sent worked fine for me
<reppard> reactormonk: a known bug or newly discovered? =)
<reactormonk> >> "This shit is tight!".match(/(shit|!)/)
<eval-in> reactormonk: Output: "" (http://eval.in/4988)
<reactormonk> >> p "This shit is tight!".match(/(shit|!)/)
<eval-in> reactormonk: Output: "#<MatchData \"shit\" 1:\"shit\">\n" (http://eval.in/4989)
<reactormonk> one match
<reppard> reactormonk: thats what i was getting in irb, thats what made me ask the question
<reppard> kinda weird
oktapodi has quit [Remote host closed the connection]
<reactormonk> reppard, consider it a bug
<reppard> fair enough thanks for the input
<reactormonk> It actually is, because (foo|bar) means match _either_ foo _or_ bar
_br_ has quit [Excess Flood]
shemerey has joined #ruby
_br_ has joined #ruby
Axsuul has joined #ruby
_nitti has quit [Remote host closed the connection]
_br_ has quit [Excess Flood]
bradyl0ve has joined #ruby
<reppard> so...no and
<reppard> haha
<alexspeller> reactormonk: where is the bug?
GoGoGarrett has quit [Remote host closed the connection]
shac0 has joined #ruby
<reactormonk> alexspeller, it shouldn't match both sides of the |
banister_ has joined #ruby
<reactormonk> just one
<reppard> >>"foo bar".match(/(foo|bar)/)
<eval-in> reppard: Output: "" (http://eval.in/4990)
_br_ has joined #ruby
<reactormonk> prepend a 'p'
berserkr has quit [Quit: Leaving.]
<reppard> >>p "foo bar".match(/(foo|bar)/)
<eval-in> reppard: Output: "#<MatchData \"foo\" 1:\"foo\">\n" (http://eval.in/4991)
<reppard> not foo and bar, thats still just one match
emmanuelux has quit [Quit: emmanuelux]
banisterfiend has quit [Read error: Connection reset by peer]
emmanuelux has joined #ruby
<alexspeller> reactormonk: I don't think it's a bug, I think it's just showing the results of multiple matches
breakingthings has quit []
<alexspeller> i.e. it's doing s.scan(/regex/) not s.match(/regex/()
Kuifje has quit [Ping timeout: 244 seconds]
axl_ has quit [Quit: axl_]
francisfish has quit [Remote host closed the connection]
<reppard> good point alex
<reppard> scan returns an array
<alexspeller> this is how it shows multiple match-groups per match: http://rubular.com/r/pdQ1YVf1fx
Spaceghostc2c has quit [Read error: Operation timed out]
<reppard> which would make sense in the case of 2 matches on the site...but match is a bit misleading when there is a match method on regexp
Guest26813 has quit [Read error: Operation timed out]
G has quit [Read error: Operation timed out]
G has joined #ruby
alanp_ has joined #ruby
<alexspeller> >> p "Here is a nice string".match /(\w)(\w)/
<eval-in> alexspeller: Output: "#<MatchData \"He\" 1:\"H\" 2:\"e\">\n" (http://eval.in/4993)
francisfish has joined #ruby
<alexspeller> >> p "Here is a nice string".scan /(\w)(\w)/
<eval-in> alexspeller: Output: "[[\"H\", \"e\"], [\"r\", \"e\"], [\"i\", \"s\"], [\"n\", \"i\"], [\"c\", \"e\"], [\"s\", \"t\"], [\"r\", \"i\"], [\"n\", \"g\"]]\n" (http://eval.in/4994)
ngoldman has quit [Remote host closed the connection]
alanp has quit [Disconnected by services]
alanp_ is now known as alanp
adamnbowen has quit [Quit: Textual IRC Client: www.textualapp.com]
thmzlt has joined #ruby
<reppard> well...i can use scan with join for my purposes =) thanks alexspeller
Spaceghostc2c has joined #ruby
dougireton1 has quit [Quit: Leaving.]
<alexspeller> reppard: no problem, I'm curious what you actually are wanting to acheive
pwelch has joined #ruby
banister_ has quit [Ping timeout: 248 seconds]
blacktulip has quit [Remote host closed the connection]
shemerey has quit [Quit: Leaving...]
<Tumulte> alexspeller: Thanks a lot for your help
axl_ has joined #ruby
<alexspeller> no worries, did it work then?
<Tumulte> I got to sleep now
nkts has joined #ruby
<Tumulte> alexspeller: I got to wait for my sysadmin to set up the vhost... I'll tell you tomorrow
<Tumulte> but it should...
<alexspeller> Cool, good luck!
<Tumulte> Thanks !
<Tumulte> Good bye !
francisfish has quit [Remote host closed the connection]
Tumulte has quit [Remote host closed the connection]
francisfish has joined #ruby
francisfish has quit [Remote host closed the connection]
ngoldman has joined #ruby
francisfish has joined #ruby
pwelch has quit [Quit: pwelch]
thmzlt has quit [Ping timeout: 252 seconds]
ikaros has quit [Quit: Ex-Chat]
solidoodlesuppor has quit [Remote host closed the connection]
ddd has quit [Quit: Leaving.]
francisfish has quit [Remote host closed the connection]
NiteRain has quit [Ping timeout: 246 seconds]
diegoviola has quit [Quit: WeeChat 0.3.9.2]
Divinite_ has left #ruby [#ruby]
reppard has quit [Ping timeout: 246 seconds]
hoelzro is now known as hoelzro|away
slainer68 has joined #ruby
daniel_hinojosa has joined #ruby
<oqa> hi, I've published my first gem. it would be nice if some could check if it is ok.. it's ki-repo @ https://rubygems.org/gems/ki-repo -> https://github.com/mikko-apo/ki-repo
Coolhand|laptop_ has quit [Remote host closed the connection]
banisterfiend has joined #ruby
<oqa> also if there are suggestions on how to improve the packaging I'd be happy to hear them
<oqa> from functionality point of it's still very incomplete, so testing the functionality is not that useful
nkts has quit []
timonv has quit [Read error: Connection reset by peer]
<oqa> and the codebase is definitely not stable enough for any kind of use yet
ryanlecompte has joined #ruby
timonv has joined #ruby
matled- has joined #ruby
axl_ has quit [Quit: axl_]
ttt has joined #ruby
sqbell has quit [Ping timeout: 255 seconds]
matled has quit [Ping timeout: 255 seconds]
matled- is now known as matled
alex__c2022 has quit [Quit: alex__c2022]
phelps has quit [Quit: Textual IRC Client: www.textualapp.com]
mpfundstein has quit [Ping timeout: 256 seconds]
atmosx has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
ttt has quit [Ping timeout: 276 seconds]
jjang has joined #ruby
joshman_ has quit [Read error: Operation timed out]
ngoldman has quit [Remote host closed the connection]
ermines has quit [Read error: Operation timed out]
ermines has joined #ruby
havenn has joined #ruby
cascalheira has quit [Quit: Linkinus - http://linkinus.com]
neurotech has joined #ruby
AndChat| has quit [Ping timeout: 248 seconds]
Mon_Ouie has quit [Ping timeout: 250 seconds]
philcrissman has quit [Remote host closed the connection]
timonv has quit [Remote host closed the connection]
frem has quit [Ping timeout: 255 seconds]
C0deMaver1ck has quit [Remote host closed the connection]
Xeago has quit [Remote host closed the connection]
<hashpuppy> alexspeller: yeah, that one is pretty nice
nari_ has joined #ruby
mjolk2 has quit [Quit: This computer has gone to sleep]
lenovodroid has joined #ruby
icole has joined #ruby
p4tux has quit [Quit: Leaving]
fir_ed has joined #ruby
<xnm> can someone explain to me why 1.155 * 100 == 115.5 but 2.155*100 == 215.49999999999997?
Squarepy has quit [Quit: Leaving]
willob has quit [Quit: Leaving.]
<banisterfiend> xnm: google floating point math
SCommette has quit [Quit: SCommette]
<ryanf> banisterfiend: yeah
ner0x has joined #ruby
samuel02 has quit [Remote host closed the connection]
aldodelgado has quit [Quit: aldodelgado]
kiyoura has joined #ruby
<luckyruby> xnm: I don't know but I think it has something to do with the world ending tomorrow.
stopbit has quit [Quit: Leaving]
ltsstar has joined #ruby
lordnaz has quit [Quit: WeeChat 0.3.8]
theRoUS has quit [Ping timeout: 260 seconds]
<xnm> hmmm... I noticed it in javascript when trying to format currency values (even widely used javascript libraries like accounting.js don't format them correctly), but seems to also be an issue in ruby. Why don't higher level languages try to abstract this behavior out?
<ryanf> mostly performance I think
<swarley> xnm; the thing i hate most about floats, i discovered in assembly
<ryanf> and the fact that floating-point numbers work pretty much the same way everywhere
<ryanf> so it's not surprising that they're quirky in any given language
stevechiagozie has joined #ruby
ninegrid has joined #ruby
<swarley> I tried to write atof in x86, turned the string "1234.56" into the number
<swarley> 1234.560000000000001
ryanlecompte has quit [Ping timeout: 252 seconds]
<alexspeller> xnm: BigDecimal is your friend
<matip__> > [3,1,2,1,5,4].select { |elem| elem == 1 }.first
<matip__> how lazy is ruby in this case?
<matip__> does it iterates through all the array?
<alexspeller> matip__: not at all lazy
<matip__> really? that's a pitty
<swarley> Think about what you're telling it to do
<alexspeller> use detect instead if you only need the first
<matip__> pity*
banister_ has joined #ruby
<swarley> matip__; you're making it check every single element against 1
<swarley> and return the ones that match
<matip__> it's just an example, I wanted to know how "functional" it is (compared to Haskell)
<swarley> Not very
<shevy> matip__ but in this example, you need to make a selection from all elements
<alexspeller> xnm: (BigDecimal.new("2.155") * BigDecimal.new("100")).to_s("F")
stevechiagozie has quit [Ping timeout: 252 seconds]
<alexspeller> >> require "bigdecimal"; p (BigDecimal.new("2.155") * BigDecimal.new("100")).to_s("F")
<eval-in> alexspeller: Output: "\"215.5\"\n" (http://eval.in/5020)
<matip__> shevy, sure.. so Haskell has to
lolcathost has quit [Quit: leaving]
<matip__> but Haskell is a lot more lazy it seems
<ryanf> matip__: I think ruby 2.0 adds some features for doing things like that lazily
<matip__> err, I meant lazier hehe
<shevy> it's so lazy that the programmer has to do all the work
<ryanf> I don't remember what they are though
banisterfiend has quit [Ping timeout: 248 seconds]
lolcathost has joined #ruby
<alexspeller> >> [3,1,2,1,5,4].detect { |elem| elem == 1 }
<eval-in> alexspeller: Output: "" (http://eval.in/5021)
<alexspeller> >> p [3,1,2,1,5,4].detect { |elem| elem == 1 }
<eval-in> alexspeller: Output: "1\n" (http://eval.in/5022)
Lemtzas is now known as pock-a-lips
<shevy> cool
<shevy> who put the eval-in bot here?
<xnm> alexspeller: cool
<xnm> that works well
<shevy> hmm charlie@charliesomerville.com
slainer68 has quit [Remote host closed the connection]
<ryanf> I think eval.in was made by charliesome
<ryanf> yeah
<alexspeller> xnm: beware it's way slower ;)
<havenn> require 'bigdecimal'; require 'bigdecimal/util'; ('2.155'.to_d * 100).to_digits #=> "215.5"
<swarley> but it's easier to do, Array#includes?
<swarley> in that example