renderful has quit [Remote host closed the connection]
JoshGlzBrk has quit [Remote host closed the connection]
zmisc is now known as ninjazach
KLVTZ_ has quit [Ping timeout: 245 seconds]
jarred has joined #ruby
charliesome has quit [Quit: zzz]
jarred has quit [Client Quit]
razieliyo has quit [Read error: No route to host]
razieliyo has joined #ruby
razieliyo has joined #ruby
razieliyo has quit [Changing host]
MartynKeigher has joined #ruby
jdsampayo_ has joined #ruby
<jdsampayo_>
Hello, does anyone knows what happened to the rails channel?
<jdsampayo_>
I get this: "-ChanServ- [##namespace] You've been forwarded to ##namespace by attempting to join a channel which doesn't exist on freenode."
<jenrzzz>
jdsampayo_: #RubyOnRails?
davasaurous has joined #ruby
<jdsampayo_>
Thanks jenrzzz!
chrishough has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
AlexRussia has quit [Quit: WeeChat 1.1-dev]
jlast has quit [Ping timeout: 258 seconds]
Areessell has joined #ruby
AlexRussia has joined #ruby
kireevco1 has joined #ruby
razieliyo has quit [Client Quit]
kireevco has quit [Read error: Connection reset by peer]
fedalto has joined #ruby
Sawbones has joined #ruby
orolo has quit [Quit: This computer has gone to sleep]
it0a has joined #ruby
cesarsta1e has quit [Ping timeout: 245 seconds]
pengin_ has quit []
Juanchito has quit [Quit: Connection closed for inactivity]
freerobby has joined #ruby
moritzs has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
jello^ has quit [Ping timeout: 260 seconds]
elemenopy has joined #ruby
charliesome has joined #ruby
banister has joined #ruby
banister has quit [Max SendQ exceeded]
banister has joined #ruby
banister has quit [Max SendQ exceeded]
Beoran_ has quit [Ping timeout: 260 seconds]
nkumari has quit [Remote host closed the connection]
banister has joined #ruby
banister has quit [Max SendQ exceeded]
<elemenopy>
i get this after i start 'god' : The server is not available (or you do not have permissions to access it) ..... the command i used to start god was : god -c dataminer.god -D
Sawbones has quit [Remote host closed the connection]
duncannz has quit [Ping timeout: 250 seconds]
jdsampayo_ has quit [Quit: Page closed]
banister has joined #ruby
banister has quit [Max SendQ exceeded]
startupality has quit [Quit: startupality]
<wallerdev>
posting something that looks like a url shortener and asking people to click it to find out what it is
<wallerdev>
exciting stuff
davasaurous has quit [Remote host closed the connection]
banister has joined #ruby
banister has quit [Max SendQ exceeded]
banister has joined #ruby
banister has quit [Max SendQ exceeded]
momomomomo has quit [Quit: momomomomo]
banister has joined #ruby
banister has quit [Max SendQ exceeded]
<jenrzzz>
you should definitely curl it and pipe it into `sudo bash`
duncannz has joined #ruby
ta has joined #ruby
ghr has joined #ruby
lampd1_ has joined #ruby
banister has joined #ruby
banister has quit [Max SendQ exceeded]
apeiros_ has quit [Ping timeout: 244 seconds]
<diegoviola>
wallerdev: it's just plain text
<diegoviola>
an email thing
<diegoviola>
jenrzzz: haha
banister has joined #ruby
banister has quit [Max SendQ exceeded]
<jenrzzz>
diegoviola: idk... there's not nearly enough information there to make that kind of assessment
josephndenton has joined #ruby
<jenrzzz>
are you worried about not getting paid up-front?
banister has joined #ruby
banister has quit [Max SendQ exceeded]
sambao21 has quit [Quit: Computer has gone to sleep.]
<wallerdev>
id say it definitely depends on the reputation of the company
<diegoviola>
they look kinda shady
<wallerdev>
just get a contract
banister has joined #ruby
banister has quit [Max SendQ exceeded]
<wallerdev>
if they cant get you a contract, then they probably dont actually have a "finance guy"
<wallerdev>
haha
<diegoviola>
I'm afraid a contract won't be that useful here, this is for remote work
<jenrzzz>
yeah, +1 for contract
<diegoviola>
and the client is miles away from me
<jenrzzz>
why wouldn't it be useful?
<jenrzzz>
are they in the same country?
lampd1 has quit [Ping timeout: 255 seconds]
<diegoviola>
not in the same country
banister has joined #ruby
<wallerdev>
idk ive done contracts between US and sweden before and not had any issues
banister has quit [Max SendQ exceeded]
lampd1_ is now known as lampd1
<jenrzzz>
consider it a risk. worst case scenario you wasted a week
oo_ has joined #ruby
banister has joined #ruby
Beoran_ has joined #ruby
banister has quit [Max SendQ exceeded]
ghr has quit [Ping timeout: 245 seconds]
banister has joined #ruby
<diegoviola>
right
<diegoviola>
ty
ta has quit [Ping timeout: 272 seconds]
<Scripore>
x = -8
<Scripore>
y = 3
<Scripore>
puts (1..4).include?(x && y)
<Scripore>
anyone know why that returns true?
<shevy>
x && y returns what
<banister>
Scripore because x && y returns true so you're asking (1..4).include?(true)
<banister>
err it returns -9
<banister>
-8
<banister>
wait
Takle has joined #ruby
<shevy>
Scripore you get 3, which is included
thsig has joined #ruby
<banister>
sorry it returns 3
giuseppesolinas has quit [Quit: This computer has gone to sleep]
<banister>
and (1..4).include?(3) #=> true
<banister>
shevy well done ;)
jlast_ has joined #ruby
valeriansaliou has joined #ruby
<Scripore>
but 1..4 doesn't include -8 which is assigned to variable x
oo_ has quit [Remote host closed the connection]
stunder has joined #ruby
<workmad3>
Scripore: 'x && y' is an expression that evaluates to 'x' if x is falsey, otherwise evaluates to 'y'
<elemenopy>
an update to the question i asked earlier... so i did some research it seems that there is a delay in god. if you wait a little bit and then attempt to do your normal (start/stop/restart) commands @ god it will eventually allow you to control your god commands. apparently this is known on the internet?
<workmad3>
Scripore: so when x = -8 and y = 3, 'x && y' evaluates to '3'
Spami has quit [Quit: This computer has gone to sleep]
<workmad3>
Scripore: what it doesn't do is run '.include' twice, once with the value of 'x', once with the value of 'y' and && the two of them together
<Scripore>
oh. okay. thanks. I think I get it now.
michaeldeol has quit [Read error: Connection reset by peer]
mikepack has joined #ruby
louism2wash has quit [Quit: This computer has gone to sleep]
Megtastique has joined #ruby
Takle has quit [Ping timeout: 258 seconds]
neoxquick has joined #ruby
henesy has quit [Ping timeout: 258 seconds]
valeriansaliou has quit [Ping timeout: 265 seconds]
tds has joined #ruby
oo_ has joined #ruby
tds has quit [Client Quit]
ebbflowgo has joined #ruby
ghr has joined #ruby
sargas has quit [Quit: This computer has gone to sleep]
bigkevmcd has quit [Ping timeout: 250 seconds]
fgo has joined #ruby
sevenseacat has joined #ruby
<mikedugan>
what's the latest and greatest in git gems?
ahri_ has quit [Ping timeout: 256 seconds]
Areessell has quit [Quit: Lost terminal]
goodenough has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<eam>
all numbers being truthy make <=> a hell of a lot less useful
kiyote23 has joined #ruby
<eam>
it really ought to return different values
<mikedugan>
welcome to any language that does implicit boolean casting :/
fgo has quit [Ping timeout: 240 seconds]
<eam>
well no, works great for c-style casting
<eam>
broken for "all objects are true" casting
kaspertidemann has quit []
<shevy>
should all objects be false instead
ghr has quit [Ping timeout: 244 seconds]
<eam>
zero should be
<eam>
OR
<eam>
<=> shouldn't return fixnums
<eam>
one of the two
pdlug has joined #ruby
irk has quit [Ping timeout: 255 seconds]
irk has joined #ruby
oo_ has quit [Read error: Connection reset by peer]
yourabi has joined #ruby
konsolebox has quit [Ping timeout: 272 seconds]
ahri_ has joined #ruby
<eam>
the whole point of <=> is that the equality case is false
hatzopoulos has quit [Quit: Leaving]
workmad3 has quit [Ping timeout: 255 seconds]
goodenough has quit [Remote host closed the connection]
mloveless has joined #ruby
icbm has joined #ruby
davasaurous has joined #ruby
kiyote23 has quit [Remote host closed the connection]
kiyote23 has joined #ruby
Areessell has joined #ruby
Spami has joined #ruby
teddyp1cker has joined #ruby
basichash has joined #ruby
<basichash>
What is the point of attr_reader?
Sawbones has joined #ruby
<wallerdev>
expose a method to access a member variable?
<wallerdev>
shorthand for def cool_thing; @cool_thing; end
Soda has quit [Remote host closed the connection]
jaequery has joined #ruby
<basichash>
wallerdev: but i can access an instance variable without attr_reader being set
jaequery has quit [Max SendQ exceeded]
<basichash>
*with a class method
<wallerdev>
not outside the class you cant
<shevy>
basichash it is just a reader method, same as if you yourself defined it via "def"
jaequery has joined #ruby
maestrojed has quit [Quit: Computer has gone to sleep.]
<basichash>
shevy, wallerdev: ah so it has the same effect as instantiating it in initialize, for example?
<shevy>
no
<shevy>
if you do:
<shevy>
def foo; @foo; end
<shevy>
you do not instantiate anything
<shevy>
you simply define the method foo() which will return the instance variable @foo
oo_ has joined #ruby
<wallerdev>
its a way to access it outside of a class
lbrf has joined #ruby
<wallerdev>
>> class Cow; def initialize; @moo = true; end end; Cow.new.moo
* soahccc
thinks that he has a "tv-show-is-about-to-end-phobia"
aspiers_ has joined #ruby
taiansu has joined #ruby
tier has quit [Remote host closed the connection]
arescorpio has joined #ruby
fabrice31 has joined #ruby
<elemenopy>
does anybody know the command to show god keepalive current running values?
aspiers has quit [Ping timeout: 240 seconds]
davasaurous has quit [Ping timeout: 245 seconds]
fedalto has left #ruby ["Leaving"]
davasaurous has joined #ruby
taiansu has quit [Ping timeout: 272 seconds]
fabrice31 has quit [Ping timeout: 256 seconds]
aspires has quit []
louism2wash has joined #ruby
danman has quit [Quit: danman]
tristanp has joined #ruby
lyanchih has joined #ruby
boombadaroomba has joined #ruby
<tristanp>
i have a friend who recently has experienced his irb puts statements not putting anything to the console. running scripts still works as expected. he is using irb version 0.9.6 on windows, as am i and it works for me. any ideas what could be wrong?
<CrazyM4n>
If you haven't tried it, maybe try reinstalling ruby? Unless you have a reason not to
<basichash>
how can i run a class method on each instance of that class? e.g. i have an Account class, each with an instance variable 'balance'. I want to create a method that will reset each balance variable to 0.
tristanp has quit [Remote host closed the connection]
tristanp has joined #ruby
boombadaroomba has quit [Ping timeout: 244 seconds]
baweaver has quit [Remote host closed the connection]
melik has quit [Quit: (null)]
melik has joined #ruby
senera has quit [Quit: Lost terminal]
doug2 has quit [Ping timeout: 256 seconds]
tokik has joined #ruby
tkuchiki has joined #ruby
jlast has joined #ruby
sinequanon has joined #ruby
emmesswhy has quit [Quit: This computer has gone to sleep]
Channel6 has joined #ruby
nkumari has joined #ruby
nkumari has quit [Remote host closed the connection]
<basichash>
anyone?
tristanp has quit [Ping timeout: 258 seconds]
baweaver has joined #ruby
Avahey has joined #ruby
nkumari has joined #ruby
marr has quit [Ping timeout: 245 seconds]
melik has quit [Ping timeout: 258 seconds]
davasaur_ has joined #ruby
tejas-manohar has joined #ruby
troyready has joined #ruby
davasaurous has quit [Ping timeout: 255 seconds]
jlast has quit [Remote host closed the connection]
sinequanon has quit [Ping timeout: 258 seconds]
jlast has joined #ruby
yourabi has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Shazaum has quit [Quit: This computer has gone to sleep]
AndyBotwin has joined #ruby
sk87 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
nkumari has quit [Ping timeout: 244 seconds]
baweaver has quit [Ping timeout: 240 seconds]
Azure has quit [Quit: My MBP went to sleep.]
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zenspider>
basichash: you first need to understand the difference between instance methods and class methods
Azure has joined #ruby
giuseppesolinas has joined #ruby
<basichash>
zenspider: i do
jherbst has joined #ruby
<zenspider>
yet... you want to run a class method on each instance...
<zenspider>
no, not yet
lolmaus has quit [Read error: Connection reset by peer]
lolmaus has joined #ruby
ebbflowgo has quit [Quit: ebbflowgo]
fgo has joined #ruby
tkuchiki has quit [Remote host closed the connection]
jonr22 has joined #ruby
tkuchiki has joined #ruby
AlSquirrel has quit [Quit: This computer has gone to sleep]
allcentury has quit [Ping timeout: 245 seconds]
<basichash>
zenspider: i'm wondering if it's possibly, and if not then how else to achieve this
konsolebox has joined #ruby
dc_ has quit [Remote host closed the connection]
wallerdev has quit [Quit: wallerdev]
<zenspider>
class methods can't have access to instance variables by definition
<zenspider>
you can have a class method that enumerates all instances and calls an instance method on them
<zenspider>
eg @all_accounts.each(&:reset)
<zenspider>
otherwise the question doesn't even make sense
tejas-manohar has quit [Quit: Page closed]
silkfox has quit [Ping timeout: 244 seconds]
tejas-manohar has joined #ruby
deric_skibotn has quit [Ping timeout: 244 seconds]
jonr22 has quit [Ping timeout: 255 seconds]
tyfighter has joined #ruby
havenwood has joined #ruby
Akagi201 has joined #ruby
FutureTense has quit [Ping timeout: 260 seconds]
Reinitialized has joined #ruby
raja has quit [Remote host closed the connection]
silkfox has joined #ruby
davasaur_ has quit [Remote host closed the connection]
davasaurous has joined #ruby
<basichash>
zenspider: right that's what i wasn't sure about. Just started looking through ruby today, have no idea about a lot of these things
sski has joined #ruby
graydot has quit [Quit: graydot]
raja has joined #ruby
tristanp has joined #ruby
parus has joined #ruby
Sawbones has quit [Remote host closed the connection]
triple_b has joined #ruby
Musashi007 has quit [Quit: Musashi007]
yourabi has joined #ruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lucyinthesky has joined #ruby
davasaurous has quit [Remote host closed the connection]
tristanp has quit [Remote host closed the connection]
davasaurous has joined #ruby
tristanp has joined #ruby
jimbach has quit [Remote host closed the connection]
lucyinthesky has left #ruby ["Leaving"]
deleg has joined #ruby
ninjazach has quit [Remote host closed the connection]
sevvie has quit [Read error: Connection reset by peer]
robustus|Off has quit [Ping timeout: 255 seconds]
renderful has joined #ruby
kireevco1 has quit [Ping timeout: 240 seconds]
Sawbones has joined #ruby
DrCode has joined #ruby
sevvie has joined #ruby
raja has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kireevco has joined #ruby
davasaurous has quit [Remote host closed the connection]
rshetty has joined #ruby
AndyBotwin has quit [Quit: Leaving]
robustus has joined #ruby
davasaurous has joined #ruby
mikepack has quit [Remote host closed the connection]
renderful has quit [Ping timeout: 256 seconds]
<elemenopy>
how can i properly dispose of threads when they are completed? i found Thread.kill(xxxxxx) is that the correct way?
jlast has quit [Remote host closed the connection]
Sawbones has quit [Remote host closed the connection]
rshetty has quit [Remote host closed the connection]
jlast has joined #ruby
<rpag>
if theyre completed theyre done, no need to kill them
<elemenopy>
hmmm, well then i may have a memory leak perhaps
rshetty has joined #ruby
havenwood has quit [Remote host closed the connection]
<elemenopy>
memory continues to grow inside the ruby process and isn't ever released
<elemenopy>
even after i visually verify that the thread is completed
<mozzarella>
show code
nerdy has joined #ruby
sargas has joined #ruby
<elemenopy>
ok, i will but im warning you i only started about 2 weeks ago so things like indentation, naming convention, etc etc is horrible, give me a moment to prepare the gist
basichash has quit [Ping timeout: 244 seconds]
DarthGandalf has quit [Remote host closed the connection]
<ohaibbq>
i guess you could also do .count { |bool| bool == true }
<ohaibbq>
to simplify
<Nameo0>
Hello! =) I was wondering if it is possible to find the location of all instancs of a character in a string? I know "...".index('...') will only return the index of hte first occurence.
devdazed has quit [Quit: Computer has gone to sleep.]
lukevinc has joined #ruby
gsd has joined #ruby
mikesplain has joined #ruby
<CrazyM4n>
Nameo0: Loop through the string and call index?
<CrazyM4n>
Wait
<CrazyM4n>
no
<CrazyM4n>
lol
<ohaibbq>
Nameo0: check String#chars, it'll probably help you out
yetanotherdave has quit [Ping timeout: 250 seconds]
agent_white has quit [Quit: leaving]
phutchin1 has quit [Ping timeout: 258 seconds]
supersym has quit [Ping timeout: 264 seconds]
wallerdev has quit [Quit: wallerdev]
econerd4ever has quit [Ping timeout: 255 seconds]
checkit has quit [Ping timeout: 255 seconds]
melik has joined #ruby
perturbation has quit [Quit: Leaving]
fabrice31 has quit [Ping timeout: 264 seconds]
asteve has joined #ruby
<asteve>
ok, I'm making a gem and after installing I can require a specific class within my gem but I can't require the gemname by itself
<asteve>
what could I be doing wrong?
* sevenseacat
taps crystal ball
<sevenseacat>
hmm, is this thing on
<asteve>
for example, my gem is called data_structures_funtime; I can do `require 'data_structures_funtime/a_hash_table'` but I cannot do `require 'data_structures_funtime'`
charliesome has quit [Quit: zzz]
supersym has joined #ruby
<sevenseacat>
you could bedoing so many things wrong, but without seeing your code, we can help you with none of it.
<asteve>
makes sense, coming up
<sevenseacat>
also, require isnt for gems, its for files.
reset has quit [Ping timeout: 272 seconds]
<asteve>
how would you bring a gem into your project? bundler?
<waxjar>
asteve: when i havent installed a library as a gem i use ruby -I lib
lukevinc has quit [Remote host closed the connection]
<waxjar>
if it's not gonna be a gem, i set up the load path correctly
<sevenseacat>
having a typo in your gemspec filename probably isnt helping you
freerobby has quit [Quit: Leaving.]
<asteve>
sevenseacat: where's the typo?
doritostains has quit [Quit: doritostains]
<sevenseacat>
look at the filename?
<asteve>
hah
moritzs has quit [Ping timeout: 264 seconds]
doritostains has joined #ruby
charliesome has joined #ruby
<asteve>
that was apparently the magic sauce
<sevenseacat>
:)
<asteve>
thanks sevenseacat
<sevenseacat>
yw
kireevco has joined #ruby
kireevco has quit [Max SendQ exceeded]
kireevco has joined #ruby
lemur has joined #ruby
armyriad has quit [Ping timeout: 258 seconds]
jonr22 has joined #ruby
lucyinthesky has joined #ruby
deleg has quit [Ping timeout: 250 seconds]
Spami has quit [Quit: This computer has gone to sleep]
radic has quit [Ping timeout: 244 seconds]
jonr22 has quit [Ping timeout: 240 seconds]
reset has joined #ruby
dc has quit [Remote host closed the connection]
Megtastique has quit []
Mothore has joined #ruby
tus has joined #ruby
Mothore_ has joined #ruby
radic has joined #ruby
sk87 has joined #ruby
reset has quit [Client Quit]
Kricir has joined #ruby
anafrogue__ has joined #ruby
elusion has quit [Ping timeout: 240 seconds]
oo_ has quit [Remote host closed the connection]
kireevco has quit [Read error: Connection reset by peer]
ghr has joined #ruby
tristanp has quit [Remote host closed the connection]
tristanp has joined #ruby
Mothore has quit [Ping timeout: 258 seconds]
teddyp1cker has joined #ruby
nanSTA has joined #ruby
<nanSTA>
Hey yall
<nanSTA>
I have to write a class that handles three input commands and they must be passed with space delimited arguments, via stdin or a file passed on the command line
anafrogue_ has quit [Ping timeout: 240 seconds]
<nanSTA>
what does space delimited arguments, via stdin mean?
<jhass>
"foo bar baz"
<asteve>
what doc tool would you guys recommend?
<jhass>
I guess
<asteve>
yard?
<jhass>
nanSTA: also have a look at ARGF
jenrzzz has joined #ruby
<jhass>
asteve: I prefer yard myself
wjimenez5271 has quit [Remote host closed the connection]
<rpag>
asteve, i would recommend yard
<jhass>
there's not much beyond rdoc and yard
<rpag>
there's tomdoc
<nanSTA>
so if they were to type "foo bar baz" in irb lets say, i would have to create some kind of function to handle that?
<rpag>
havent seen it used much though
<asteve>
ok, I just added yard to my gemfile and it's complaining that redcarpet isn't installed
lucyinthesky has quit [Quit: Leaving]
<asteve>
so I manually installed redcarpet, including a few versions and I keep getting the same error
<asteve>
has anyone here experienced this?
yetanotherdave has joined #ruby
<sevenseacat>
crystal ball still broken.
yetanotherdave has quit [Client Quit]
<sevenseacat>
provide code and error.
<rpag>
yeah, paste would be useful
<asteve>
$ bundle exec yard doc[error]: Missing 'redcarpet' gem for Markdown formatting. Install it with `gem install redcarpet`
arup_r has joined #ruby
<rpag>
add 'redcarpet' to your Gemfile
ghr has quit [Ping timeout: 264 seconds]
<rpag>
you must have -m markdown somewhere
cesarstafe has quit [Ping timeout: 260 seconds]
<sevenseacat>
and you didnt add redcarpet to your bundle
tristanp has quit [Ping timeout: 260 seconds]
kireevco has joined #ruby
yfeldblum has quit [Ping timeout: 258 seconds]
<asteve>
why isn't that handled by a dep on yard?
<sevenseacat>
because its not a dependency of yard
<sevenseacat>
its only a dependency if you want to use it to generate markdown
<sevenseacat>
or parse markdown or something
ajaiswal has joined #ruby
stunder has quit [Quit: Screw you guys I'm going home]
sea_local has quit [Remote host closed the connection]
<rpag>
asteve, it's not a dependency because yard supports simplemarkup(rdoc), textile, & markdown, it lets you choose whichever parser you want depending on the markup language
jaequery has joined #ruby
moritzschaefer has quit [Ping timeout: 265 seconds]
Sawbones has joined #ruby
mikepack has joined #ruby
strangew_ has joined #ruby
<elemenopy>
ruby 'god' just did the first thing i asked it to now ( clean up physical resources) in production just now. i am on cloud nine ! so happy to see this fix work correctly. i am clearly low on physical resources its apparent now
genpaku has quit [Ping timeout: 252 seconds]
strangew_ has left #ruby [#ruby]
genpaku has joined #ruby
hgl- has joined #ruby
djbkd has quit [Remote host closed the connection]
FutureTense has joined #ruby
elusion has joined #ruby
bkolden has quit [Quit: Leaving]
hgl has quit [Ping timeout: 244 seconds]
hgl- is now known as hgl
Sawbones has quit [Remote host closed the connection]
FutureTense has quit [Client Quit]
parabolize has joined #ruby
rshetty has joined #ruby
kireevco1 has joined #ruby
arescorpio has quit [Excess Flood]
kireevco has quit [Read error: Connection reset by peer]
sski has quit [Remote host closed the connection]
sski has joined #ruby
ItSANgo has quit [Quit: Leaving...]
roolo has joined #ruby
braincrash has quit [Quit: bye bye]
<xxneolithicxx>
nanSTA: it means you read it from STDIN: ./yourscript < 'space dilimited arguments' or file containing "space delimited arguments" as: ./yourscript file_name most likelty
elusion has quit [Ping timeout: 258 seconds]
ta has joined #ruby
Dopagod has joined #ruby
<nanSTA>
so xxneolithic, in irb loading myscript.rb and doing some argument
<nanSTA>
is the same as ./yourscript < 'hi(world)'
TheNet has quit [Remote host closed the connection]
<xxneolithicxx>
irb wont be quite the same because its interactive, unless you have a specific function to call you would do the test directly from the command line
braincrash has joined #ruby
<nanSTA>
okay, thank you
<jhass>
asteve: 1.17 is really really old
sailias has joined #ruby
<jhass>
asteve: June 18, 2011
<sevenseacat>
very, very old
ta has quit [Ping timeout: 260 seconds]
<asteve>
ya, looks like a version mismatch, thanks
<sevenseacat>
mismatch isnt the right word
sk87 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
patrick99e99 has joined #ruby
<xxneolithicxx>
nanSTA: *fyi on linux it would actually be ./yourscript < filename OR ./yourscript <<< 'space delimited argument'
eshy has quit [Quit: bye]
drkyro has quit [Ping timeout: 264 seconds]
Megtastique has joined #ruby
eshy has joined #ruby
<xxneolithicxx>
*for reading from STDIN
yfeldblum has joined #ruby
Takle has joined #ruby
<xxneolithicxx>
vs ./yourscript filename for passing it a file to read
sk87 has joined #ruby
oo_ has joined #ruby
tristanp has joined #ruby
<nanSTA>
if I were writing a class for processing credit card transactions and I have to have to read it form STDIN, and I have the whole class written how can I make the STDIN part work for with space delimited arguments. Do i have to write a function to handle the space delimitations. Would loading in ARGF be my best bet?
valeriansaliou has joined #ruby
eshy has quit [Client Quit]
eshy has joined #ruby
silkfox has quit [Ping timeout: 244 seconds]
eshy has quit [Client Quit]
sailias has quit [Quit: Leaving.]
kireevco has joined #ruby
codezomb has joined #ruby
kireevco1 has quit [Read error: Connection reset by peer]
doug2 has joined #ruby
supersym has quit [Quit: WeeChat 1.0.1]
<xxneolithicxx>
you could do it all in one if you wanted to but I wouldnt
<jhass>
nanSTA: did you look at the docs for ARGF?
patrick99e99 has quit [Ping timeout: 264 seconds]
<jhass>
ARGF abstracts reading from a file vs. reading from stdin
<jhass>
that's all
<jhass>
read the docs
<jhass>
while doing that drive by String#split
Takle has quit [Ping timeout: 272 seconds]
kireevco has quit [Read error: Connection reset by peer]
oo_ has quit [Ping timeout: 244 seconds]
<jhass>
and yeah, split the "read and parse" logic from the processing logic, so at least two classes or a class and some toplevel code
<asteve>
I've got the gems with the docs, success day
kireevco has joined #ruby
valeriansaliou has quit [Ping timeout: 244 seconds]
<jhass>
asteve: yard server -g ? ;)
adriancb has quit [Remote host closed the connection]
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nanSTA has quit [Ping timeout: 258 seconds]
louism2wash has quit [Quit: This computer has gone to sleep]
kireevco1 has joined #ruby
kireevco has quit [Read error: Connection reset by peer]
jlast_ has quit [Remote host closed the connection]
michael_mbp has quit [Excess Flood]
sea_local has joined #ruby
michael_mbp has joined #ruby
oo_ has quit [Ping timeout: 240 seconds]
tristanp has quit [Remote host closed the connection]
kireevco1 has quit [Read error: Connection reset by peer]
kireevco has joined #ruby
deleg has joined #ruby
chipotle has quit [Quit: cya]
kireevco has quit [Read error: Connection reset by peer]
kireevco has joined #ruby
kireevco has quit [Max SendQ exceeded]
kireevco has joined #ruby
chipotle has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oo_ has joined #ruby
x1337807x has joined #ruby
arup_r has quit [Quit: Leaving.]
rkalfane has quit [Read error: Connection reset by peer]
deleg has quit [Ping timeout: 244 seconds]
lyanchih has quit [Quit: lyanchih]
rkalfane has joined #ruby
rshetty has quit [Remote host closed the connection]
sinequanon has joined #ruby
Kricir has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
Scripore has quit []
wjimenez5271 has joined #ruby
jenrzzz has quit [Ping timeout: 250 seconds]
oo_ has quit [Ping timeout: 244 seconds]
ghostmoth has joined #ruby
yfeldblum has joined #ruby
diegoviola has quit [Remote host closed the connection]
sea_local has quit [Remote host closed the connection]
bluOxigen has joined #ruby
sea_local has joined #ruby
rshetty has joined #ruby
ghr has joined #ruby
jaequery has joined #ruby
russt has joined #ruby
rkalfane has quit [Read error: Connection reset by peer]
sk87 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
rkalfane has joined #ruby
rshetty_ has joined #ruby
rshetty has quit [Read error: Connection reset by peer]
oo_ has joined #ruby
kireevco1 has joined #ruby
GOSHDARNYOU has joined #ruby
sea_local has quit [Ping timeout: 244 seconds]
autom8tr has joined #ruby
kireevco has quit [Read error: Connection reset by peer]
Sawbones has joined #ruby
kireevco1 has quit [Read error: Connection reset by peer]
kireevco has joined #ruby
kireevco has quit [Max SendQ exceeded]
__main__ has quit [Read error: No route to host]
ghr has quit [Ping timeout: 250 seconds]
kireevco has joined #ruby
Nameo0 has quit [Quit: Leaving]
davedev24_ has quit []
sea_local has joined #ruby
jlast has joined #ruby
ghostmoth has quit [Quit: ghostmoth]
autom8tr has left #ruby [#ruby]
fabrice31 has joined #ruby
kireevco has quit [Read error: Connection reset by peer]
kireevco1 has joined #ruby
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
__main__ has joined #ruby
sinequanon has quit [Remote host closed the connection]
redjack1964 has quit [Ping timeout: 250 seconds]
kireevco1 has quit [Read error: Connection reset by peer]
kireevco has joined #ruby
kireevco has quit [Max SendQ exceeded]
kireevco has joined #ruby
fabrice31 has quit [Ping timeout: 264 seconds]
kireevco1 has joined #ruby
kireevco1 has quit [Read error: Connection reset by peer]
kireevco has quit [Read error: Connection reset by peer]
kireevco has joined #ruby
dopie has quit [Remote host closed the connection]
frem_ is now known as frem
Musashi007 has joined #ruby
melik has quit [Quit: (null)]
blindsight has joined #ruby
kevinxu has joined #ruby
elusion has joined #ruby
oo_ has quit [Remote host closed the connection]
kevinxu is now known as Guest78288
devoldmx has joined #ruby
silkfox has joined #ruby
jusmyth has joined #ruby
jusmyth has left #ruby [#ruby]
oo_ has joined #ruby
Sawbones has quit [Remote host closed the connection]
Takle has joined #ruby
djbkd has joined #ruby
teddyp1cker has quit [Remote host closed the connection]
Sawbones has joined #ruby
teddyp1cker has joined #ruby
Techguy305 has joined #ruby
silkfox has quit [Ping timeout: 244 seconds]
aspires has joined #ruby
<blindsight>
Hey, excuse me but I have a bit of an issue that I'm stuck with. Basically, for an IRC project I made a system that outputs items from an SQL database, then from there I iterate through each item to store it in an array to as to not hard code if x = 1, if x = 2, if x = 3, etc. My issue is that I also have IRC control codes that I added, however when I put that in to the array and print it back
<blindsight>
out as a string, it literally reads the control codes instead of parsing it. I've attached a gist to the code being run along with a screenshot of the console output and what is displayed on IRC. Does anyone have any ideas on resolving this?
anaeem1 has quit [Remote host closed the connection]
anaeem1 has joined #ruby
spacemud has quit [Ping timeout: 244 seconds]
abuzze has quit [Remote host closed the connection]
rshetty_ has quit [Remote host closed the connection]
Lingos has quit [Quit: Be back later ...]
tobago has joined #ruby
snowpeas has quit [Remote host closed the connection]
<certainty>
moin
snowpeas has joined #ruby
sinequanon has quit [Remote host closed the connection]
maletor has joined #ruby
sinequanon has joined #ruby
JohnBat26 has joined #ruby
valeriansaliou has joined #ruby
lnormous has quit [Ping timeout: 250 seconds]
lucyinthesky has quit [Quit: All for freedom and for pleasure]
benzrf is now known as benzrf|offline
kiyote23 has quit [Remote host closed the connection]
kiyote23 has joined #ruby
Lingos has joined #ruby
Avahey has quit [Quit: Connection closed for inactivity]
valeriansaliou has quit [Ping timeout: 252 seconds]
Joufflu has quit [Ping timeout: 258 seconds]
silkfox has joined #ruby
<nanSTA>
I have written a class for credit card transactions, and when I run ruby ./myscript.rb < data.txt, It creates three objects with my parameters but cannot use those objects using my unique constructors.
<nanSTA>
undefined method `charge' for "tom":String (NoMethodError)
<certainty>
nanSTA: show us codec
<certainty>
erm code
kiyote23 has quit [Ping timeout: 264 seconds]
codecop has joined #ruby
<nanSTA>
this is my run function for ARGF
chu has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
<nanSTA>
def run(file) file.each_line { |each, index| line = each.split(' ') function = line[0] if function == 'Add' name = line[1].downcase name = Credit.new(line[1], line[2], line[3]) elsif function == 'Charge' name = line[1].downcase name.charge(line[2]) # name = line[1].downcase.to_s # name.charge(line[2]) elsif function == 'Credit' # line[1].credit(line[2]) end } end
keen______ has joined #ruby
<sevenseacat>
!gist
<helpa>
http://gist.github.com - Put your codes online with pretty syntax highlighting and the ability to embed it into other pages.
<nanSTA>
play
<nanSTA>
okay
<nanSTA>
i will
rshetty has joined #ruby
rshetty has quit [Remote host closed the connection]
ycodr has quit [Remote host closed the connection]
Musashi007 has joined #ruby
machete has joined #ruby
ptrrr has quit [Quit: ptrrr]
<nanSTA>
same problem. its something with memory or somthing
<nanSTA>
Desktop nanSTA$ sudo ruby ./basicCC.rb < data.txt ./basicCC.rb:62:in `block in run': undefined local variable or method `people' for main:Object (NameError) from ./basicCC.rb:57:in `each_line' from ./basicCC.rb:57:in `run' from ./basicCC.rb:81:in `<main>'
ycodr has joined #ruby
xaaabk has joined #ruby
dain_ has joined #ruby
xaaabk has quit [Client Quit]
Sawbones has quit [Remote host closed the connection]
xaaabk has joined #ruby
<mark09>
def run(file, people)
<mark09>
then pass people as well when calling run
abuzze has joined #ruby
<mark09>
but it is important that you understand my sugestion, not simply copy & paste
<nanSTA>
i understand
<nanSTA>
we need a way to save the data
<nanSTA>
not simply using the string instance of the name to create a object
<nanSTA>
correct?
braincra- has joined #ruby
xaaabk has quit [Client Quit]
CpuID has joined #ruby
CpuID has joined #ruby
ItSANgo has joined #ruby
xaaabk has joined #ruby
xaaabk has quit [Max SendQ exceeded]
<mark09>
I don't understand your question
Macaveli has joined #ruby
amundj has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
braincrash has quit [Ping timeout: 252 seconds]
<nanSTA>
your suggestion creates some exceptions and saves the variables as well as the objects in a hash called persons . Is that a good understanding of your suggestions?
abuzze has quit [Ping timeout: 255 seconds]
<nanSTA>
now i get no implicit conversion of Fixnum into String (TypeError)
<nanSTA>
i have trouble with conversions
<nanSTA>
where to use them
xaaabk has joined #ruby
xaaabk has quit [Max SendQ exceeded]
<mark09>
yeah you got my code
<mark09>
ah not sure, more or less
xaaabk has joined #ruby
reset has quit [Quit: Leaving...]
ycodr has quit [Remote host closed the connection]
Joufflu has joined #ruby
Musashi007 has quit [Quit: Musashi007]
bigkevmcd has joined #ruby
renderful has joined #ruby
ycodr has joined #ruby
ta has joined #ruby
noop has joined #ruby
j2p2 has quit [Ping timeout: 264 seconds]
jlast has joined #ruby
j2p2 has joined #ruby
renderful has quit [Ping timeout: 258 seconds]
pranny has joined #ruby
anaeem1__ has quit [Ping timeout: 258 seconds]
abuzze has joined #ruby
amundj has joined #ruby
<nanSTA>
thanks for your help mark09
timonv_ has joined #ruby
lolmaus has quit [Quit: Konversation terminated!]
pranny has quit [Client Quit]
ghostmoth has joined #ruby
wjimenez5271 has joined #ruby
pranny has joined #ruby
ghostmoth has quit [Client Quit]
patrick99e99 has joined #ruby
sinequanon has quit [Remote host closed the connection]
sinkensabe has joined #ruby
jenrzzz has joined #ruby
Hobogrammer has quit [Ping timeout: 264 seconds]
AxonetBE has joined #ruby
kireevco has quit [Read error: Connection reset by peer]
rshetty has quit [Remote host closed the connection]
Darryl__ has quit [Quit: Connection closed for inactivity]
hgl has joined #ruby
hgl has quit [Max SendQ exceeded]
sevenseacat has quit [Remote host closed the connection]
arup_r has joined #ruby
Sawbones has joined #ruby
fgo has joined #ruby
oo_ has quit [Ping timeout: 272 seconds]
Xeago__ has joined #ruby
olivier_bK has joined #ruby
wpp has joined #ruby
sandelius has joined #ruby
lyanchih has quit [Ping timeout: 245 seconds]
Xeago___ has joined #ruby
ohaibbq has quit [Quit: Leaving...]
jonr22 has joined #ruby
Xeago has quit [Ping timeout: 244 seconds]
rshetty has joined #ruby
techsethi has joined #ruby
deleg has joined #ruby
oo_ has joined #ruby
Xeago_ has quit [Ping timeout: 244 seconds]
ChoiKyuSang has quit [Read error: Connection reset by peer]
jenrzzz has joined #ruby
Joufflu has quit [Read error: Connection reset by peer]
ChoiKyuSang has joined #ruby
ChoiKyuSang has joined #ruby
ChoiKyuSang has quit [Changing host]
sk87 has joined #ruby
hiall has joined #ruby
Takle has joined #ruby
Takle has quit [Remote host closed the connection]
blackmesa has joined #ruby
Takle has joined #ruby
Xeago__ has quit [Ping timeout: 250 seconds]
jlast has joined #ruby
tobago has quit [Remote host closed the connection]
hgl has joined #ruby
jonr22 has quit [Ping timeout: 272 seconds]
jenrzzz has quit [Ping timeout: 255 seconds]
timonv_ has joined #ruby
lyanchih_ has joined #ruby
shock_one has joined #ruby
jheg has joined #ruby
tobago has joined #ruby
pranny has quit [Quit: Leaving.]
sandelius has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
doug2 has quit [Ping timeout: 260 seconds]
AlSquirrel has joined #ruby
fgo has quit [Ping timeout: 244 seconds]
mices has joined #ruby
lyanchih_ has quit [Ping timeout: 250 seconds]
RitterJack has joined #ruby
fgo has joined #ruby
anaeem1_ has joined #ruby
<mices>
I get this error trying to run bundle install 'There was an error while trying to write to Gemfile.lock' and it gives me the path to the file but the file's not there
Advocation has quit [Quit: Advocation]
wjimenez5271 has joined #ruby
kireevco has quit [Read error: Connection reset by peer]
kireevco has joined #ruby
ta has quit [Remote host closed the connection]
p0wn3d_mhs has joined #ruby
joonty has joined #ruby
rshetty has quit [Remote host closed the connection]
elaptics`away is now known as elaptics
rshetty has joined #ruby
wjimenez5271 has quit [Ping timeout: 250 seconds]
<canton7>
mices, sounds like it couldn't create the file
<canton7>
mices, check the user you're running bundle install as has permissions to create the file there
dexteryy has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
dexteryy has quit [Max SendQ exceeded]
djbkd has joined #ruby
dexteryy has joined #ruby
x1337807x has joined #ruby
dexteryy has quit [Max SendQ exceeded]
dexteryy has joined #ruby
roolo has joined #ruby
rshetty has quit [Remote host closed the connection]
abuzze has quit [Read error: Connection reset by peer]
tsu has quit [Remote host closed the connection]
arup_r has joined #ruby
quimrstorres has joined #ruby
rshetty has quit [Remote host closed the connection]
DaniG2k has joined #ruby
quimrstorres has quit [Read error: Connection reset by peer]
SOLDIERz has joined #ruby
<tobiasvl>
q.to_s ?
warreng has quit [Ping timeout: 240 seconds]
ldnunes has joined #ruby
Advocation has quit [Quit: Advocation]
<xhoy>
returns the i\uu000d
warreng has joined #ruby
Sawbones has joined #ruby
<xhoy>
so it seems like a dubble encoded ?
<apeiros_>
xhoy: looks like utf-16
_Andres has joined #ruby
mahtennek has quit [Remote host closed the connection]
<xhoy>
should i do force_encoding?
shvelo has joined #ruby
<apeiros_>
no. you should state the encoding when reading the file properly
<xhoy>
because when i do q.force_encoding(Encoding::UTF_16)
<xhoy>
it breaks
abuzze_ has quit [Ping timeout: 250 seconds]
<xhoy>
ooooow!
<apeiros_>
because it's little endian
<apeiros_>
utf-16le, not utf-16
<apeiros_>
default is big endian
msgodf has quit [Ping timeout: 264 seconds]
Sawbones has quit [Ping timeout: 240 seconds]
quimrstorres has joined #ruby
<hanmac1>
"little and big endian, living together in a flat, but they cant understand each other because they are speaking in different byte order" ;P
<xhoy>
:P
<apeiros_>
every time you have "force_encoding" in your source, it's a big red sign telling you: "you forgot to properly set the encoding of an input/source"
<xhoy>
aha
<xhoy>
the problem is we use winrm to get some data from a windows machine
<apeiros_>
so?
<xhoy>
so i need to change winrm :)
<apeiros_>
no?
<xhoy>
why not?
<apeiros_>
you need to set it at the point where it enters your ruby script
mahtennek has joined #ruby
<xhoy>
when i run different command it works?
arup_r_ has joined #ruby
<apeiros_>
define "works"
<apeiros_>
seems your winrm works just fine
<apeiros_>
its output is utf-16le. and you just fail to properly handle that.
<xhoy>
when i do ipconfig
<xhoy>
i get nice output
<xhoy>
but now i start a random executable
econerd4ever has quit [Remote host closed the connection]
rshetty has joined #ruby
<shevy>
wat
<xhoy>
moment updating the gist
<shevy>
a random executable
<shevy>
is this playing lotto
arup_r__ has joined #ruby
abuzze_ has joined #ruby
<apeiros_>
yeah, random executable has randomly encoded output… surprise.
shock_one has quit [Remote host closed the connection]
sandelius has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Spami has quit [Quit: This computer has gone to sleep]
econerd4ever has quit [Remote host closed the connection]
econerd4ever has joined #ruby
wjimenez5271 has joined #ruby
max96at|off is now known as max96at
Takle has quit [Ping timeout: 256 seconds]
lemur has quit [Remote host closed the connection]
Spami has joined #ruby
lemur has joined #ruby
kaspergrubbe_ is now known as kaspergrubbe
Spami has quit [Max SendQ exceeded]
tsu has quit [Remote host closed the connection]
tkuchiki_ has quit [Remote host closed the connection]
pwh has quit [Ping timeout: 260 seconds]
tkuchiki has joined #ruby
timonv_ has quit [Remote host closed the connection]
shock_one has joined #ruby
econerd4ever has quit [Ping timeout: 252 seconds]
evanjs has joined #ruby
timonv_ has joined #ruby
pwh has joined #ruby
Spami has joined #ruby
wjimenez5271 has quit [Ping timeout: 260 seconds]
startupality has quit [Quit: startupality]
oo_ has quit [Remote host closed the connection]
startupality has joined #ruby
oo_ has joined #ruby
Spami has quit [Max SendQ exceeded]
lemur has quit [Ping timeout: 258 seconds]
grn_ has joined #ruby
tkuchiki has quit [Ping timeout: 244 seconds]
spyderma_ has quit [Remote host closed the connection]
<grn_>
Hi! How can I make ruby-lint aware of the fact that I'm linting a Rails app? Currently it's complaining about missing ApplicationController, belongs_to, etc. Is there a way around that?
Takle has joined #ruby
wpp has joined #ruby
shvelo has quit [Ping timeout: 258 seconds]
startupality has quit [Ping timeout: 245 seconds]
hamakn has joined #ruby
oo_ has quit [Ping timeout: 250 seconds]
hamakn_ has quit [Read error: Connection reset by peer]
blizzy has joined #ruby
techsethi has quit [Quit: techsethi]
arup_r has joined #ruby
reinaldob has joined #ruby
sandelius has joined #ruby
lolmaus has quit [Quit: Konversation terminated!]
terlar has quit [Ping timeout: 260 seconds]
terlar has joined #ruby
SCHAAP137 has joined #ruby
arup_r__ has quit [Ping timeout: 256 seconds]
Sawbones has joined #ruby
grn_ has quit []
deleg has quit [Ping timeout: 255 seconds]
<arup_r>
shevy: took off today.. to read C .
msgodf has joined #ruby
jlast has joined #ruby
Sawbones has quit [Ping timeout: 245 seconds]
joonty has quit [Quit: Leaving]
DrCode has quit [Ping timeout: 250 seconds]
DrCode has joined #ruby
blizzy has quit [Ping timeout: 258 seconds]
<TomyWork>
I'm looking for a free ruby ide for linux (ubuntu 14.04) with autocomplete. is there such a thing?
amundj has joined #ruby
tvw has quit []
ghostbox has joined #ruby
<hanmac1>
TomyWork: my problem is that autocomplete in such a dynamic language like ruby might not always work
evanjs has quit [Remote host closed the connection]
SCHAAP137 has quit [Remote host closed the connection]
<DefV>
RubyMine is pretty solid
scythargon has joined #ruby
<DefV>
does autocomplate as well as it can
<DefV>
and it's free for 30 days :-)
<scythargon>
hello fellas, where is #rails channel?
<DefV>
#rubyonrails
<ddd>
#RubyOnRails
<scythargon>
thanks
Abhijit has quit [Ping timeout: 245 seconds]
<scythargon>
have a good day
msgodf has quit [Remote host closed the connection]
SCHAAP137 has joined #ruby
quimrstorres has quit [Remote host closed the connection]
_5kg_ has joined #ruby
ghr has joined #ruby
tsu has joined #ruby
<scythargon>
ugh, and I can not join it via http://irc.lc/ online client?
nanSTA has quit [Ping timeout: 258 seconds]
bentkus has joined #ruby
<bentkus>
apeiros
wpp has quit [Ping timeout: 258 seconds]
ghr has quit [Ping timeout: 255 seconds]
<apeiros_>
bentkus: yes?
fabrice31 has joined #ruby
nastri has joined #ruby
nanSTA has joined #ruby
st1gma1 has joined #ruby
nagaraj has left #ruby [#ruby]
abuzze has joined #ruby
St1gma has quit [Read error: Connection reset by peer]
Alina-malina has quit [Read error: Connection reset by peer]
Alina-malina has joined #ruby
wsmoak has joined #ruby
ajaiswal has quit [Quit: Leaving]
<TomyWork>
DefV yeah, rubymine is probably good, but not what i would call free :)
<TomyWork>
hanmac1 same goes for python and yet there's a python plugin for the intellij community edition that does just that
Abhijit has joined #ruby
rshetty has quit [Read error: Connection reset by peer]
rshetty has joined #ruby
jbw has quit [Ping timeout: 245 seconds]
jlast has quit [Ping timeout: 258 seconds]
<hanmac1>
i dont like intellij ... i only use it because i get paid for it ... (and other editors does not have that languages)
sigurding has joined #ruby
<ddd>
there is also one for ruby with the intellij community edition
tgandrews has quit [Quit: This computer has gone to sleep]
silkfox has joined #ruby
<wasamasa>
fuck you and your link shorteners
nastri has joined #ruby
emmesswhy has quit [Quit: This computer has gone to sleep]
rikai has joined #ruby
sski has quit [Ping timeout: 244 seconds]
teddyp1cker has quit [Ping timeout: 244 seconds]
shock_one has quit [Remote host closed the connection]
<apeiros_>
wasamasa: please moderate your tone
Stoge88 has quit [Ping timeout: 255 seconds]
troulouliou_dev has quit [Quit: Leaving]
<wasamasa>
ok, ok
<wasamasa>
first, disregard link shorteners
rshetty has quit [Remote host closed the connection]
<wasamasa>
second, the guide behind that link is kind of cute, but neither aspiring to be a full reference nor something that specifically teaches you ruby, no, it's more about teaching you how to solve problems with programming
synergyz has quit [Read error: Connection reset by peer]
SoloOne has joined #ruby
exilarch has quit [Quit: Leaving]
chinmay_dd has joined #ruby
lukevinc has joined #ruby
josephndenton has quit [Ping timeout: 244 seconds]
Sgeo_ has joined #ruby
silkfox has joined #ruby
BTRE has quit [Quit: Leaving]
jonr22 has quit [Ping timeout: 264 seconds]
BTRE has joined #ruby
Akuma has quit [Ping timeout: 250 seconds]
scythargon has quit [Ping timeout: 246 seconds]
<hanmac1>
william3: yes it is, thats why most users in #ruby does try to avoid it if possible ... (but i also begin to write big stuff, so i should not complain about it ;P )
<william3>
yeah
<william3>
very powerful
<william3>
but a bit of a mess to truly understand
Sgeo has quit [Ping timeout: 264 seconds]
ixti has joined #ruby
_ixti_ has quit [Ping timeout: 265 seconds]
shock_one has quit [Remote host closed the connection]
silkfox has quit [Ping timeout: 244 seconds]
ghr has joined #ruby
cesarstafe has joined #ruby
shock_one has joined #ruby
jlast has quit [Ping timeout: 258 seconds]
<TomyWork>
Is there a ruby equivalent of Python's OrderedDict or Java's LinkedHashMap?
ghr has quit [Ping timeout: 250 seconds]
<wasamasa>
ruby dictionaries are ordered by insertion
<apeiros_>
seems like they fixed that in recent rubygems
<apeiros_>
uber_hulk: what?
<apeiros_>
uber_hulk: why do you think you could not? why do you want to?
renanoronfle has joined #ruby
<uber_hulk>
I thought the check I am doing category.present? &&...
lukevinc has quit [Quit: ChatZilla 0.9.91 [Firefox 24.8.0/20000101000000]]
<uber_hulk>
is necessary and not included in self.find()
<apeiros_>
uber_hulk: we do not know what your find() does
iwishiwerearobot has quit [Quit: Be back later ...]
<uber_hulk>
apeiros_: activerecord method to find the match from column name in db tale
<uber_hulk>
*table
<apeiros_>
how's that so popular again? "let me ask you a question about a system you have no idea about, and let me not tell you any relevant info. but please, still answer my question…"
<apeiros_>
uber_hulk: #rubyonrails
<apeiros_>
uber_hulk: and that it's AR is a relevant info. pro-tip: if you want help, don't omit relevant info.
<uber_hulk>
ok. ty
<bentkus>
but you code ruby, how can you possibly not know ror?
<bentkus>
wasn't ruby invented after ruby on rails?
psmolen has joined #ruby
* apeiros_
feels a sudden urge to kickban bentkus :-p
msgodf has joined #ruby
livathinos has joined #ruby
<uber_hulk>
apeiros_: I mean if the somecheck like category = category.present? && category_types.include?(category) returns fall
<uber_hulk>
It will return null, rigth?
mleone has joined #ruby
AFKGeek has quit [Quit: Fades into the shadows]
<apeiros_>
uber_hulk: && returns the first nil/false value
shock_one has quit [Remote host closed the connection]
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tsu_ has joined #ruby
<godd2>
Oh man, this is the future. I've successfully gotten part of my game library working enough to play half of Pong: http://mulleronrails.com/game.html
klmlfl_ has quit []
klmlfl has joined #ruby
<godd2>
That is the result of Ruby being translated to Javascript through Opal :)
devoldmx has joined #ruby
geiltalasdair has joined #ruby
rshetty has joined #ruby
Swat-xt has joined #ruby
<Swat-xt>
jesus is coming back?
fabrice31 has quit [Remote host closed the connection]
jimbach has quit [Remote host closed the connection]
benzrf is now known as benzrf|offline
Swat-xt has quit [Killed (idoru (Spam is off topic on freenode.))]
sigurding has joined #ruby
wjimenez5271 has joined #ruby
sambao21 has joined #ruby
tsu has quit [Ping timeout: 272 seconds]
geilt has quit [Ping timeout: 244 seconds]
shock_one has joined #ruby
startupality has joined #ruby
econerd4ever has joined #ruby
andikr has quit [Remote host closed the connection]
geiltalasdair has quit [Ping timeout: 244 seconds]
tsu_ has quit [Remote host closed the connection]
aspires has joined #ruby
Megtastique has joined #ruby
AndyBotwin has joined #ruby
iwishiwerearobot has joined #ruby
mjuszczak has joined #ruby
Techguy305 has joined #ruby
econerd4ever has quit [Remote host closed the connection]
shock_one has quit [Ping timeout: 250 seconds]
genpaku has quit [Ping timeout: 264 seconds]
yokel has quit [Ping timeout: 264 seconds]
<Rennex>
canton7: again, it's not ruby being silly, but the script :)
<Rennex>
f.write(tempfile.read) means "read the entire contents of tempfile into ram, then start writing it to f"
fgo has joined #ruby
<canton7>
sure - but ruby holding onto that ram when the OS needs it is a bit silly :P
<Rennex>
ruby needs it too
<canton7>
it doesn't need it once the file's been closed
pwh has quit [Ping timeout: 256 seconds]
genpaku has joined #ruby
yokel has joined #ruby
<Rennex>
yeah, well it'll free it soon enough when garbage is collected, but big files also take a long time to transfer and all that time the ram stays allocated, compounding the problem
<canton7>
I'm not saying the script isn't silly, don't get me wrong
<Rennex>
but ruby couldn't do it in a wiser way, unless it got a lot smarter about lazy evaluation :)
pwh has joined #ruby
<aep>
anyone knows a simple tool to minify html without rails or anything
fgo has quit [Ping timeout: 264 seconds]
<canton7>
well, it could gc under OS pressure :P
<canton7>
aep, look at libtidy
<aep>
nah more like a complete make system
<aep>
that does all the file open, apply minify, write to file
bkolden has joined #ruby
nic019 has joined #ruby
<canton7>
you're afraid you might have to write 5 lines of code to invoke the minifier? :S
aclearman037 has quit [Read error: Connection reset by peer]
gsd has joined #ruby
renderful has joined #ruby
commmmodo has quit [Quit: commmmodo]
D9 has quit [Quit: Leaving]
jusmyth has quit [Ping timeout: 245 seconds]
sambao21 has quit [Quit: Computer has gone to sleep.]
DaniG2k has joined #ruby
benzrf|offline is now known as benzrf
cndiv has joined #ruby
cndiv has quit [Client Quit]
cndiv has joined #ruby
DaniG2k has quit [Client Quit]
apeiros_ has joined #ruby
jan_ has quit [Quit: This computer has gone to sleep]
<mostlybadfly>
Has anyone worked as an apprentice or know of this with certain rails shops?
sambao21 has joined #ruby
eyckelboom has quit [Quit: Bye]
false_economy has quit []
tyfighter has joined #ruby
Stalkr_ has quit [Quit: Leaving...]
blahwoop has joined #ruby
otherj has joined #ruby
wjimenez5271 has quit [Remote host closed the connection]
deric_skibotn has joined #ruby
vesic has joined #ruby
bricker`work has joined #ruby
cndiv has quit [Ping timeout: 260 seconds]
<featheryahn>
why use rspec webmock when test of api? why not test restful api directly with a test account?
<featheryahn>
what is the pro and con?
quimrstorres has quit [Remote host closed the connection]
josephnd1nton has joined #ruby
<godd2>
featheryahn automation?
<featheryahn>
godd2: no i do not understand it
<godd2>
featheryahn it's possible that rspec webmock is testing things in isolation
Fusl has quit [Ping timeout: 245 seconds]
<featheryahn>
godd2: i want to test rest api why not really do test on api why do mock?
doritostains has joined #ruby
dts|pokeball has quit [Ping timeout: 240 seconds]
<featheryahn>
godd2: =D i do not understand why you want this
<godd2>
There are benefits to being able to test things in isolation
tier has quit [Remote host closed the connection]
<godd2>
one is that if something goes wrong, you know it's your fault.
<featheryahn>
godd2: but what api changes?
<featheryahn>
godd2: api is a living thing? out of my control why so static?
Milkweed has joined #ruby
sambao21 has quit [Quit: Computer has gone to sleep.]
<godd2>
There are drawbacks to the approach. Yes, you have a little more work here and there. It comes down to a decision on the part of the developer and their team
<featheryahn>
godd2: i am unable to think of any motivations to not do the test directly, why isolation?
<godd2>
If I were you I'd at least give it a try. Also, API's may change, but they don't change *that* much, at least not if they are out of alpha
Techguy305 has quit [Ping timeout: 252 seconds]
<featheryahn>
godd2: thanks..not any wizer
<shevy>
haha
<shevy>
featheryahn have a beer and worry less
quimrstorres has joined #ruby
<shevy>
wisdom will come
<featheryahn>
or not =D
anaeem1_ has joined #ruby
<featheryahn>
maybe i am to dumb
timonv_ has quit [Remote host closed the connection]
<featheryahn>
it is more work and not exact as testing direct the api
<godd2>
featheryahn I think it's fairly wise advice to at least give it a try
josephnd1nton has quit [Ping timeout: 250 seconds]
Ulrike_Rayne is now known as ulisaurus
<godd2>
you may end up liking it
<featheryahn>
godd2: ok thanks
rshetty has quit [Remote host closed the connection]
Hobogrammer has joined #ruby
renanoronfle has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Areessell has joined #ruby
shock_one has quit [Remote host closed the connection]
devoldmx has quit [Ping timeout: 258 seconds]
maletor has joined #ruby
<featheryahn>
it is difficullt to do when i do not understand the idea. i go crazy but ok ok i listen thank you
earlz has left #ruby [#ruby]
otherj has quit [Quit: .]
hashpuppy has joined #ruby
<godd2>
featheryahn I didn't *get* testing at all until my third try at learning about it
sambao21 has joined #ruby
<featheryahn>
godd2: i test locally *always* but i do not understand the api testing i have to still learned
<hashpuppy>
if i have an array of hashes: [{date: ..., team: ...}], what would be a good way to add a game count to those hashes on a per team basis (by date)?
<featheryahn>
godd2: thank you again =)
claymore has joined #ruby
Snowstormer has quit [Ping timeout: 240 seconds]
<godd2>
featheryahn one rule of testing is that you don't test someone else's code. That's why you stub out external library calls
Miron has quit [Ping timeout: 272 seconds]
<workmad3>
godd2: rule 1 of stubbing and mocking is that if you don't own it, don't mock it though ;)
<shevy>
I like rule 1 of stabbing
<featheryahn>
godd2: i build gem for api because there is no ruby gem and i want to test my gem why going extra?
darkswordchris has joined #ruby
<godd2>
featheryahn it's good to test your own code.
<featheryahn>
godd2: i am not testing gem i am testing the api
mjuszczak has quit []
<workmad3>
featheryahn: really what you should be doing is testing that your gem is using the API correctly
troyready has joined #ruby
<featheryahn>
workmad3, godd2: ok
<workmad3>
featheryahn: and if you've created some ruby interfaces and ruby objects to encapsulate API data, you should test those work correctyl too
Photism has joined #ruby
jimbach has joined #ruby
<workmad3>
featheryahn: ideally, you shouldn't need to do a load of API calls to test your local objects work correctly (which is where the idea of stubbing out external calls comes from)
Akagi201 has joined #ruby
<workmad3>
featheryahn: but you also probably want to test that the core part of your gem that integrates with the API works correctly (which is where don't stub stuff you don't own comes from)
<featheryahn>
workmad3: but what about paging for examples? i should mock too? query parameter also?
<featheryahn>
workmad3: ok that makes sense
<featheryahn>
workmad3: that is it
<workmad3>
featheryahn: what that generally boils down to is that for most of your code, you'd stub out your own core API class... and for that core API class, you write integration tests that do hit the API (or possibly you set up some fake HTTP responses with something like VCR or fakeweb)
econerd4ever has joined #ruby
efra has quit [Ping timeout: 245 seconds]
sargas has joined #ruby
<featheryahn>
workmad3: kind of understand now =)
<workmad3>
featheryahn: you'll notice that approaching testing like that also guides you down certain styles of organising your code (a central class for making all your API calls, with all the rest of your code using that rather than making calls directly)
<featheryahn>
workmad3: interesting this is motivating
cndiv has joined #ruby
Akagi201 has quit [Ping timeout: 250 seconds]
chrishough has joined #ruby
allcentury has joined #ruby
commmmodo has joined #ruby
boombadaroomba has joined #ruby
econerd4ever has quit [Remote host closed the connection]
jimmyhoughjr has joined #ruby
raja has joined #ruby
mbff has joined #ruby
wjimenez5271 has joined #ruby
tvw has joined #ruby
<mbff>
I am working with a youtube api and got a string back and I need to figure out how to convert it to json.
<shevy>
workmad3 is an old, sly fox
<mbff>
Here is a sample of the string: attributes=[#<Nokogiri::XML::Attr:0x1684e48 name="url" value="http://i.ytimg.com/vi/frlWC9ptkX8/3.jpg">, #<Nokogiri::XML::Attr:0x1684e34 name="height" value="90">
<shevy>
mbff that is not a string
<workmad3>
shevy: I'm not that old :(
<mbff>
videos.first.inspect.class
<mbff>
I get back "String"
<Hanmac>
mbff: inspect is a string, but that what first returns is not
jusmyth1 has quit [Quit: Leaving.]
<mbff>
o
boombadaroomba has quit [Ping timeout: 240 seconds]
<mbff>
so How would you recommend I get from an object to json without inspect? I am looking from the available methods right now
<mbff>
looking through*
<workmad3>
mbff: did you already try the obvious .to_json? :P
ikaros has quit [Quit: Ex-Chat]
<mbff>
yes, I got "YouTubeIt::Model::Video" with the quotes
<blahwoop>
i can actually play the video
[a]foo has quit [Quit: leaving]
roolo has quit [Quit: AAAAaaaaAAAAAAA]
efra has joined #ruby
<blahwoop>
i see the pic!
tsu has joined #ruby
<mbff>
Are you talking to me blahwoop ?
timonv_ has joined #ruby
<blahwoop>
yup
<mbff>
you reversed image searched the thumbnail and found the video?
<blahwoop>
what does videos.first.class say?
shock_one has joined #ruby
Rollabunna has quit [Remote host closed the connection]
olivier_bK has quit [Ping timeout: 272 seconds]
<mbff>
YouTubeIt::Model::Video
timonv^ has joined #ruby
freerobby has quit [Read error: Connection reset by peer]
freerobby1 has joined #ruby
timonv_ has quit [Read error: Connection reset by peer]
<blahwoop>
so it's an instance of a video class inside the module?
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby
tsu has quit [Ping timeout: 244 seconds]
ta has joined #ruby
Fusl has joined #ruby
graydot has joined #ruby
Miron has joined #ruby
fgo has quit [Ping timeout: 250 seconds]
sinequanon has quit [Remote host closed the connection]
mjuszczak has joined #ruby
evanjs has joined #ruby
allcentury has quit [Ping timeout: 256 seconds]
BaconOverflow has quit [Quit: Connection closed for inactivity]
raja has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
HYDRO187 is now known as OFFhere
ixti has quit [Ping timeout: 255 seconds]
moritzschaefer has joined #ruby
mastro has joined #ruby
commmmodo has quit [Ping timeout: 250 seconds]
baroquebobcat has joined #ruby
basichash has joined #ruby
paulfm has quit [Quit: Zzzzz...]
kireevco has quit [Quit: Leaving.]
allcentury has joined #ruby
marr has quit [Ping timeout: 244 seconds]
chinmay_dd has quit [Quit: Leaving]
quimrstorres has quit [Remote host closed the connection]
russt has quit [Quit: russt]
paulfm has joined #ruby
renderful has joined #ruby
Hobogrammer has quit [Ping timeout: 264 seconds]
lbrf has joined #ruby
josephnd1nton has joined #ruby
ghormoon has quit [Ping timeout: 255 seconds]
treehug88 has joined #ruby
sankey has joined #ruby
ghormoon has joined #ruby
djbkd has quit [Remote host closed the connection]
stunder has joined #ruby
mastro has quit [Quit: Ex-Chat]
ixti has joined #ruby
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
josephnd1nton has quit [Ping timeout: 255 seconds]
AlexRussia has quit [Quit: WeeChat 1.1-dev]
ezioa has joined #ruby
ezioa is now known as ezio
sambao21 has quit [Quit: Computer has gone to sleep.]
basichash has quit [Remote host closed the connection]
ezio has quit [Changing host]
ezio has joined #ruby
<ezio>
is there a rails channel?
<momomomomo>
#rubyonrails
AlexRussia has joined #ruby
robbyoconnor has quit [Ping timeout: 244 seconds]
<ezio>
<3
benzrf is now known as benzrf|offline
louism2wash has quit [Quit: This computer has gone to sleep]
sinequanon has joined #ruby
Grumelo has quit []
robbyoconnor has joined #ruby
dfinninger has quit [Remote host closed the connection]
Megtastique has quit [Remote host closed the connection]
Megtastique has joined #ruby
AndyBotwin has joined #ruby
checkit has joined #ruby
dfinninger has joined #ruby
Akagi201 has joined #ruby
_Andres has joined #ruby
Fusl has quit [Ping timeout: 245 seconds]
ta has quit [Remote host closed the connection]
Soda has quit [Remote host closed the connection]
<sankey>
i'm writing some ruby for a hook for an interactive program
<sankey>
the scope of the hook has a variable 'var', so i want to do something like this (simplified for demonstration):
<sankey>
<sankey>
def fn()
<sankey>
do_something(var)
<sankey>
end
<sankey>
fn()
<sankey>
<sankey>
but i'm getting an error: undefined local variable or method `var'
<sankey>
instead, i'm doing this now:
<sankey>
<sankey>
def fn(myvar)
<sankey>
do_something(myvar)
<sankey>
end
<sankey>
fn(var)
<sankey>
<sankey>
i'm content with it, for the most part, but i'm genuinely curious if there's a way to simplify it to look like the first example
_Andres_ has quit [Ping timeout: 240 seconds]
Miron has quit [Ping timeout: 272 seconds]
Snowstormer has quit [Ping timeout: 272 seconds]
nomadic_ has quit [Ping timeout: 245 seconds]
abuzze has quit []
<atmosx>
sankey: hm not a pretty one that I can think of. You could make your var global but that's an awful idea. You need to somehow extend the scope of the variable.
Akagi201 has quit [Ping timeout: 255 seconds]
Snowstormer has joined #ruby
nomadic has joined #ruby
<atmosx>
sankey: wait for someone more experienced, they might come up with smarter ways, I can only think of global vars and instance vars
Miron has joined #ruby
<sankey>
atmosx: mmk
adriancb has quit [Remote host closed the connection]
<sankey>
i'm guessing this hook is itself a function, so i'm surprised i was even able to define a function inside of it :P
reset has joined #ruby
Fusl has joined #ruby
treehug8_ has joined #ruby
treehug88 has quit [Ping timeout: 245 seconds]
robbyoconnor has quit [Ping timeout: 264 seconds]
stunder has quit [Remote host closed the connection]
dfinninger has quit []
i5um41ru has joined #ruby
kireevco has joined #ruby
kireevco has quit [Max SendQ exceeded]
fifthofwry has joined #ruby
kireevco has joined #ruby
moritzschaefer has quit [Ping timeout: 240 seconds]
Hijiri has joined #ruby
whoisjake has joined #ruby
OFFhere is now known as HYDRO187
russt has joined #ruby
<atmosx>
sankey: you can define a function inside a function but the problem is the variable in your case, which has limited scope thus... it needs somehow to be predefined.
Darryl__ has joined #ruby
devoldmx has joined #ruby
Photism has quit [Quit: Leaving]
impi0us has joined #ruby
freerobby1 has quit [Quit: Leaving.]
akaiiro has joined #ruby
devoldmx has quit [Ping timeout: 255 seconds]
freerobby has joined #ruby
* sankey
wonders about macros
Sawbones has joined #ruby
mkaesz has quit [Quit: Leaving...]
bayed has quit [Quit: Connection closed for inactivity]
djbkd has joined #ruby
triple_b has joined #ruby
paulfm has quit [Quit: Zzzzz...]
djbkd has quit [Remote host closed the connection]
triple_b has quit [Read error: No route to host]
djbkd has joined #ruby
triple_b has joined #ruby
ohaibbq has joined #ruby
paulfm has joined #ruby
ta has joined #ruby
tristanp has quit [Remote host closed the connection]
Sawbones has quit [Ping timeout: 244 seconds]
tttttttttttttttt has joined #ruby
Ankhers has quit [Ping timeout: 250 seconds]
devoldmx has joined #ruby
sinequanon has quit []
doritostains has quit [Quit: doritostains]
tristanp has joined #ruby
dts|pokeball has joined #ruby
arup_r has quit [Ping timeout: 256 seconds]
aspires has quit []
devoldmx33 has joined #ruby
sailias has joined #ruby
Rollabunna has joined #ruby
tsu has joined #ruby
Cache_Money has quit [Quit: Cache_Money]
arup_r has joined #ruby
fgo has joined #ruby
devoldmx has quit [Ping timeout: 272 seconds]
Vile` has joined #ruby
tsu has quit [Ping timeout: 258 seconds]
tercenya has joined #ruby
Rollabunna has quit [Ping timeout: 244 seconds]
hiyosi has joined #ruby
kirun has joined #ruby
Morkel has joined #ruby
max96at is now known as max96at|off
doritostains has joined #ruby
fifthofwry has quit [Remote host closed the connection]
fgo has quit [Ping timeout: 264 seconds]
efg_ has joined #ruby
ndrei has joined #ruby
adriancb has joined #ruby
aspires has joined #ruby
adriancb has quit [Remote host closed the connection]
silkfox has quit [Read error: Connection reset by peer]
<versatiletech>
StephenA1: one thing's for sure you have to pass in the oauth_callback parameter and it ultimately needs to end up as a parameter to the request_token URI (I think as a GET request, but I'm not sure)
graydot has quit [Ping timeout: 250 seconds]
fabrice31 has joined #ruby
iml has joined #ruby
<StephenA1>
oauth docs say that if the callback is not provided it defaults to oob
zachariel_ has joined #ruby
<versatiletech>
which docs? cubesensors?
sankey has left #ruby ["WeeChat 0.3.8"]
zachariel has quit [Ping timeout: 265 seconds]
zachariel_ is now known as zachariel
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
goodenough has quit [Remote host closed the connection]
fabrice31 has quit [Ping timeout: 244 seconds]
Rollabunna has quit [Remote host closed the connection]
<StephenA1>
Oauth Ruby Gem docs
BTRE has quit [Quit: Leaving]
<StephenA1>
but yes i have tried with oob in there as well
<versatiletech>
hmm
jherbst has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gsd has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
BTRE has joined #ruby
ta has joined #ruby
jlast has quit [Remote host closed the connection]
perturbation has joined #ruby
greenbagels has quit [Quit: Leaving]
philwantsfish has quit [Ping timeout: 255 seconds]
jlast has joined #ruby
<versatiletech>
StephenA1: only I could think of is double check the KEY and SECRET, if not generate new ones, last thing contact cubesensors.com
parduse is now known as Guest84181
Guest84181 has quit [Killed (barjavel.freenode.net (Nickname regained by services))]
<versatiletech>
only thing I could think of*
parduse has joined #ruby
freerobby has quit [Ping timeout: 250 seconds]
<versatiletech>
or even changing :aouth_version to "1.0a"