<baweaver>
Work on being more consistent with your indentation too. There were blocks that were fairly far out. Definitely avoid the Python hanging indent too, it's hard to maintain and a pain to read
schneider has quit [Ping timeout: 260 seconds]
<baweaver>
Later I might consider abstracting methods out of that run loop to make them easier to test and document
<mikhael_k33hl>
baweaver: thanks mate, I'll look into it
minimalism has quit [Read error: Connection reset by peer]
jinie has joined #ruby
nadir has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
minimalism has joined #ruby
ltt has joined #ruby
schneider has joined #ruby
macduck has quit [Quit: Leaving]
jenrzzz has quit [Ping timeout: 255 seconds]
macduck has joined #ruby
cadillac_ has quit [Ping timeout: 256 seconds]
cadillac_ has joined #ruby
amatas has joined #ruby
jenrzzz has joined #ruby
amatas has quit [Client Quit]
noobineer has joined #ruby
noobineer has quit [Max SendQ exceeded]
schneider has quit [Ping timeout: 260 seconds]
amatas has joined #ruby
sidx64 has quit [Read error: Connection reset by peer]
tomphp has joined #ruby
sidx64 has joined #ruby
nadir is now known as TownsendAvalanch
schneider has joined #ruby
TownsendAvalanch is now known as nadir
jenrzzz has quit [Ping timeout: 265 seconds]
John_Ivan has joined #ruby
John_Ivan has joined #ruby
John_Ivan has quit [Changing host]
amatas has quit [Remote host closed the connection]
amatas has joined #ruby
ldnunes has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
tcopeland has quit [Quit: tcopeland]
Charliebr73 has quit []
schneider has joined #ruby
karapetyan has quit [Ping timeout: 246 seconds]
Psybur has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
schneider has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
alex`` has quit [Quit: WeeChat 2.1]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
duderonomy has joined #ruby
Beams_ has joined #ruby
Beams has quit [Ping timeout: 256 seconds]
schneider has joined #ruby
yohji has quit [Ping timeout: 264 seconds]
ellcs has quit [Ping timeout: 268 seconds]
cabotto has joined #ruby
n13z has joined #ruby
cadillac_ has quit [Read error: Connection reset by peer]
schneider has quit [Ping timeout: 264 seconds]
darkhanb has joined #ruby
cadillac_ has joined #ruby
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ltt has joined #ruby
schneider has joined #ruby
despai has joined #ruby
<mkaito>
hey does anyone here use NixOS to write Ruby on? I keep running into issues with bundler.
yohji has joined #ruby
roshanavand has joined #ruby
reber has quit [Ping timeout: 256 seconds]
minimalism has quit [Quit: minimalism]
schneider has quit [Ping timeout: 265 seconds]
workmad3 has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
rabajaj has quit [Remote host closed the connection]
rabajaj has joined #ruby
reber has joined #ruby
minimalism has joined #ruby
amatas has quit [Ping timeout: 268 seconds]
karapetyan has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
schneider has joined #ruby
minimalism has quit [Quit: minimalism]
triston has joined #ruby
triston has quit [Max SendQ exceeded]
phaul has quit [Ping timeout: 240 seconds]
Cavallari has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karapetyan has quit [Remote host closed the connection]
suukim has joined #ruby
karapetyan has joined #ruby
Esa_ has joined #ruby
the_drow__ has joined #ruby
minimalism has joined #ruby
bmurt has joined #ruby
schneider has joined #ruby
the_drow_ has quit [Ping timeout: 260 seconds]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
skw has joined #ruby
alfiemax_ has quit [Remote host closed the connection]
<darix>
mkaito: your issues might not be nixos specific and if you showed error messages then people might actually be able to help you.
skw has quit [Read error: Connection reset by peer]
the_drow_ has joined #ruby
schneider has joined #ruby
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
the_drow__ has quit [Ping timeout: 255 seconds]
workmad3 has joined #ruby
sidx64 has joined #ruby
rabajaj has quit [Remote host closed the connection]
darkhanb has joined #ruby
rabajaj has joined #ruby
skw has joined #ruby
rfoust has joined #ruby
the_drow__ has joined #ruby
<mkaito>
oh they are. I encounter 2 different errors. One, bundler tries to write to the nix store, which is read-only. the other is that somewhere, bundler 1.16.1 gets activated, but the system version is 1.14.6, so it bails.
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sundhell_away is now known as sundhell
Burgestrand has quit [Quit: Closing time!]
duderonomy has joined #ruby
schneider has joined #ruby
the_drow__ is now known as the_drow
<konsolebox>
mkaito: for your second problem, perhaps you need to set PATH to the path where bundler is installed as a gem in your user.
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Asher has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
<konsolebox>
mkaito: in my case i add `PATH+=:$(ruby -e 'puts Gem.bindir')` in .bashrc
tcopeland has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
duderonomy has quit [Ping timeout: 264 seconds]
<konsolebox>
wait.. i think that should be the other way around: PATH=$(ruby -e 'puts Gem.bindir'):$PATH
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has quit [Ping timeout: 260 seconds]
<konsolebox>
yes it should be the latter
<mkaito>
that should actually be handled by Nix. That's kind of what it does.
<mkaito>
ruby tooling on nixos is kind of in a bad shape anyway
<mkaito>
not enough people working on it
bmurt has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
Burgestrand has joined #ruby
<mkaito>
oh well, it's decided to work now. will probably break again in 5 minutes.
schneider has joined #ruby
ltt has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
cabotto has quit [Remote host closed the connection]
<darix>
mkaito: my guess is that you have sudo rights and it tries to install gems into the system path
phaul has joined #ruby
<mkaito>
nah, it's that the nix store is a RO mount.
<darix>
mkaito: yes
<darix>
but bundle install will only write there if it thinks it should install gems to system. e.g. when called with "bundle install --system"
erlend has quit [Ping timeout: 260 seconds]
schneider has quit [Ping timeout: 268 seconds]
erlend has joined #ruby
<mkaito>
I've convinced it manually by setting GEM_HOME
jeffreylevesque has joined #ruby
<mkaito>
it's just a little confusing sometimes... because it should all be handled by nix transparently.
<mkaito>
sometimes it works, and then it decides it doesn't
<jokke>
yeah
<jokke>
had the same experience
karapetyan has quit [Remote host closed the connection]
<jokke>
i like the concept, but it turned out not to work in practice
karapetyan has joined #ruby
<mkaito>
nix is an amazing thing. it's just that many assumptions made in ruby tooling don't mesh with nix at all.
<jokke>
yeah
<jokke>
not only ruby
<mkaito>
like the read-only nix store. try packaging something for nixos that assumes it can write to its installation folder. it's a nightmare.
<darix>
mkaito: nothing should by default write to the installation folder.
<darix>
that's what /var/lib is for
<mkaito>
try deploying a servlet that assumes it can write to WEB-INF :P
<mkaito>
the symlink soup was epic for that one
<darix>
which is broken by design
<mkaito>
agreed
<darix>
I also hate that default permissions you see in many rails apps e.g.
<darix>
where the app is owned by the runtime user,
<darix>
for easier persistence when getting hacked, i guess.
<mkaito>
lol
<mkaito>
or tmp/log folders in the app tree
schneider has joined #ruby
<darix>
mkaito: but we normally dont load code from those directories.
<darix>
while dropping a snippet into config/initializers/
<darix>
or a new controller to reload my exploit after restart
<darix>
different thing
karapetyan has quit [Remote host closed the connection]
<mkaito>
well I recently packaged hubot for nix. FNAR it wanted to create and then immediately destroy a folder in the installation root. That's the kind of thing that takes a lot of `strace`, and then a lot of facepalming when trying to debug.
karapetyan has joined #ruby
<darix>
mkaito: i fixed similar things for other tools.
<mkaito>
now that I have something resembling a development environment working... it'll be twice the fun when packaging it for deployment.
<darix>
maybe add a patch to configure the datadir :P
karapetyan has quit [Remote host closed the connection]
<mkaito>
nah, we've decided to write our own little bot framework in Haskell
<mkaito>
nobody wants to touch javascript here lol
Burgestrand has quit [Quit: Closing time!]
<darix>
between those 2 languages it is like pest vs cholera
schneider has quit [Ping timeout: 245 seconds]
ellcs has joined #ruby
cabotto has joined #ruby
<mkaito>
well I work at a Haskell shop
<mkaito>
I'm sure some of them can figure it out
macduck has quit [Ping timeout: 260 seconds]
<mkaito>
I'm the devops :P
<darix>
everyone does that mistake at times
<mkaito>
I don't Haskell, I just run their stuff
duderonomy has joined #ruby
* darix
wonders if mkaito works for wireapp
<mkaito>
no, but we just had someone leave there lol
chouhoulis has joined #ruby
<konsolebox>
come to Gentoo. here, even 4 ruby versions can live happily ever after.
<darix>
konsolebox: only 4? opensuse has 5! ;)
karapetyan has joined #ruby
<konsolebox>
:D
schneider has joined #ruby
<darix>
well for leap 15.0 i cut it down to 1: 2.5
<darix>
and we have a decent way to repackage gems in rpms. which allows nice packaging of rails apps.
* darix
has a gitlab-ce and discourse rpm e.g.
jenrzzz has quit [Ping timeout: 265 seconds]
<mkaito>
I'll someday find time to work on the ruby tooling in NixOS, probably...
chouhoulis has quit [Remote host closed the connection]
<mkaito>
I just wanted to put up a quick proof of concept for something, and since I know ruby...
<mkaito>
not been very successful so far lol
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
dr3w_ has joined #ruby
karapetyan has quit [Ping timeout: 264 seconds]
schneider has quit [Ping timeout: 264 seconds]
k0mpa has joined #ruby
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
macduck has joined #ruby
schneider has joined #ruby
jenrzzz has quit [Ping timeout: 245 seconds]
duderonomy has quit [Ping timeout: 245 seconds]
banisterfiend has joined #ruby
pilne has quit [Quit: Leaving]
GodFather has quit [Ping timeout: 256 seconds]
Burgestrand has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
ellcs has quit [Ping timeout: 264 seconds]
kedare has joined #ruby
amar has joined #ruby
jerematic has joined #ruby
duderonomy has joined #ruby
schneider has joined #ruby
amatas has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
amatas has quit [Read error: Connection reset by peer]
amatas has joined #ruby
dionysus69 has quit [Ping timeout: 268 seconds]
Burgestrand has quit [Quit: Closing time!]
kurko__ has joined #ruby
shiroeni has quit [Remote host closed the connection]
<dminuoso>
vutral|kali: Note that it's not entirely up to date anymore.
<dminuoso>
In 2.5 changes were made that, unless explicitly qualified with Object::, lookup stops at Object.
<dminuoso>
Or something ah I dont know. Requires a PhD to understand fundamental Ruby basics.
<phaul>
:)
<dminuoso>
I wrote patches in that area, but forgot about it.
marxarelli|afk has quit [Ping timeout: 240 seconds]
TomyWork has quit [Ping timeout: 240 seconds]
troys has joined #ruby
cabotto has quit []
konsolebox has joined #ruby
dr3w_ has joined #ruby
shinnya has quit [Ping timeout: 268 seconds]
karapetyan has joined #ruby
karapety_ has quit [Ping timeout: 260 seconds]
cschneid_ has quit [Remote host closed the connection]
Yrie has joined #ruby
<Yrie>
Help
Yrie has quit [Client Quit]
<apeiros>
poor lad, got sucked into the bottomless abyss of the irc
kurko_ has joined #ruby
psychicist__ has quit [Ping timeout: 256 seconds]
psychicist__ has joined #ruby
cagomez has joined #ruby
alex`` has joined #ruby
marxarelli has joined #ruby
memo1 has joined #ruby
ryzokuken has joined #ruby
[Butch] has joined #ruby
the_drow has quit [Ping timeout: 276 seconds]
<memo1>
hi, i need to get video from a video camera using ffmpeg. I already do the script, but went the camera is down, the scripts finish and dont start again. Any ideas to check connection and start the streaming again?
ellcs has quit [Ping timeout: 240 seconds]
GodFather has joined #ruby
darkhanb has joined #ruby
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cschneid_ has joined #ruby
amar has joined #ruby
cthulchu has joined #ruby
ltt has joined #ruby
amar has quit [Remote host closed the connection]
jeremati_ has joined #ruby
jeremati_ has quit [Read error: Connection reset by peer]
jerematic has quit [Ping timeout: 260 seconds]
jerematic has joined #ruby
amar has joined #ruby
pabs has quit [Ping timeout: 260 seconds]
GodFather_ has joined #ruby
aufi has quit [Quit: Leaving]
GodFather has quit [Ping timeout: 256 seconds]
pabs has joined #ruby
catphish has quit [Quit: Leaving]
amar has quit [Remote host closed the connection]
<gizmore>
memo1: use a bash script in cronjob that launches the daemone every 2s with a lock
mikecmpbll has quit [Quit: inabit. zz.]
<gizmore>
so you get down from 1minute cronjob to 2s
<gizmore>
i know that is not state of the art maybe... but works and is easy :PO
amar_ has joined #ruby
GodFather_ has quit [Ping timeout: 256 seconds]
dionysus69 has joined #ruby
amatas has quit [Quit: amatas]
amar_ has quit [Ping timeout: 260 seconds]
amatas has joined #ruby
amatas has quit [Client Quit]
<vdl>
hi folks
<havenwood>
vdl: hi
<vdl>
why this works fine: http://ix.io/17Wo but this: http://ix.io/17Wp fails with undefined method `register' for main:Object (NoMethodError)?
amatas has joined #ruby
* vdl
prepares himself to feel stupid
yohji has quit [Ping timeout: 264 seconds]
claudiuinberlin has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #ruby
<NL3limin4t0r_afk>
nick /NL3limin4t0r
millerti has joined #ruby
<konsolebox>
vdl: with `Asciidoctor::Extensions.register`, you're calling the singleton method of Asciidoctor::Extensions, where is with just 'register', you're calling an instance method of Object which was never there. when you executed include Asciidoctor::Extensions, you only "included" the module to the Object class. maybe you can extend, but i'm not sure if that's a good idea. why not just stick with the first method?
karapetyan has quit [Remote host closed the connection]
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood>
vdl: If they would have used module_function it would behave as you expect, but they used `class << self`.
alfiemax has joined #ruby
jerematic has quit [Remote host closed the connection]
anisha has quit [Quit: This computer has gone to sleep]
<vdl>
konsolebox: I will stick with the first version, I was just curious why what seemed intuitive to me didn't work
<vdl>
havenwood: would module_function be prefered here or `class << self` is legit?
<havenwood>
vdl: I think what you expected is reasonable, and it's why module_function is nice.
<konsolebox>
vdl: because it's not like a namespace in c++ than you can just "use". extending and including changes context or receiver.
<havenwood>
vdl: It's a fairly minor point, but i'd prefer it to work as you expected. Much of the stdlib uses module_function, so we get used to it working like that.
sanscoeur has joined #ruby
<havenwood>
Many would argue that module_function is idiomatic.
<havenwood>
I do like it.
<vdl>
I'll propose a patch, we'll see what they think
<vdl>
havenwood: would changing it for a module_function have side effect?
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hahuang65 has quit [Remote host closed the connection]
<NL3limin4t0r>
vdl: If you change an singleton method to an instance method all method calls made become invalid since they are not made in the right context and have to prefixed with the singleton class.
Beams has quit [Quit: .]
<NL3limin4t0r>
eg. `generate_name` would become `Extensions.generate_name`
ltt has joined #ruby
<vdl>
ok I see
tomphp has joined #ruby
<vdl>
I'll fill an issue instead and see how it goes
<NL3limin4t0r>
if you're working with classes you can also use `self.class.method_name` but this doesn't work for modules.
hahuang65 has joined #ruby
<NL3limin4t0r>
One of the reasons to use singleton methods in modules is to avoid cluttering the class/module that includes them.
tomphp has quit [Client Quit]
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<NL3limin4t0r>
Than only expose the methods via instance methods that the user is to supposed to interface with.
<memo1>
gizmore: thank you, dont understat the "lock" part, how i do that?
d5sx43 has joined #ruby
<gizmore>
memo1: a lock is ensuring only one program at a time can access something
<konsolebox>
havenwood: your idea seems to be similar to `module X; def something; end; extend self; end` but that may not always work since a singleton method like register may be designed to only work for its owner.
venmx has quit [Ping timeout: 264 seconds]
<konsolebox>
furthermore, generally including a module to Object could be disastrous.
<vdl>
issue created, thanks
mtkd has quit []
<apeiros>
konsolebox: that's where module_function is better than extend self
d5sx43 has quit [Remote host closed the connection]
<apeiros>
see e.g. Math and Kernel
<apeiros>
all methods there are module_function
<apeiros>
Kernel is included in Object, and it's not really a problem to include Math
<apeiros>
mainly because module_function turns instance methods private (which makes sense)
<konsolebox>
that difference is just about being selective, but it doesn't change the idea
<apeiros>
that's rather hand-waving something substantial ;-)
kedare has quit [Quit: Konversation terminated!]
<apeiros>
"1'000'000 is just a 1 with a couple of zeroes"
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
d5sx43_ has joined #ruby
amar has joined #ruby
amar has quit [Remote host closed the connection]
amar has joined #ruby
Eiam has joined #ruby
Asher has joined #ruby
d5sx43_ has quit [Client Quit]
marxarelli is now known as marxarelli|afk
d5sx43_ has joined #ruby
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
d5sx43_ has quit [Client Quit]
mtkd has joined #ruby
hkais has quit [Ping timeout: 264 seconds]
alfiemax_ has joined #ruby
skw has quit [Ping timeout: 264 seconds]
alfiemax has quit [Ping timeout: 264 seconds]
<konsolebox>
apeiros: fair enough. i get the idea about methods being made private. i still wouldn't include a special module like that even if that is the case. the private methods can still be in danger of being shadowed.
\void is now known as |||
<apeiros>
eh, me neither
||| is now known as \void
<apeiros>
I try to avoid both, extend self and module_function
<konsolebox>
same
<apeiros>
but if the rare case occurs that I want to be able to both include and call on the module directly, I use module_function over extend self
<konsolebox>
same as well
<konsolebox>
oh wait.. maybe
icarus has quit [Ping timeout: 256 seconds]
erlend has quit [Ping timeout: 255 seconds]
suukim has quit [Remote host closed the connection]
mtkd has quit [Ping timeout: 265 seconds]
erlend has joined #ruby
k0mpa has quit [Ping timeout: 268 seconds]
<kapil___>
can i write `datastream.scan(/(.*\#{word}(.*?\r?\n?)*\#{word})/)`
<Eiam>
kapil___: Just to make sure you understand whats going on, \ is an escape character inside of a regexp, so when you do \# you are telling regex to look explicitly for "#". Regexp.quote takes the string passed to it and looks for characters that should be escaped and adds \ for you, so "." becomes "\." since "." has a special meaning in regexp
<kapil___>
Eiam: thanks a lot.
<Eiam>
mm hmm, may you catch many fish
<harrycs>
^ I like using rubular.com for regex stuff
<kapil___>
but this function stopped working `datastream.scan(/(.*#{Regexp.quote(word)}(.*?\r?\n?)*#{Regexp.quote(word)})/).last`
<Eiam>
I suggets using Rubular as well
<Eiam>
I write all my regex in it so I can see how all the test cases pan out as various inputs
<Eiam>
Not interested in reversing the goal of your regex, its write once read never code.
<kapil___>
Eiam: thanks
<Eiam>
Build it in Rubular and see why its not working. BRB OS update.
alfiemax_ has quit [Remote host closed the connection]
<kapil___>
if i not use Regexp.quote it woks
alfiemax has joined #ruby
alfiemax has quit [Read error: Connection reset by peer]
<kapil___>
NL3limin4t0r: what the above functions matches?
banisterfiend has joined #ruby
hkais has joined #ruby
Eiam has joined #ruby
<NL3limin4t0r>
kapil___: You use `(.*?\r?\n?)*` in your regex, you can also use the 'm' modifier in it's place and replace the part with `(?m:.*?)` or add the 'm' behind the regex `/regex/m` if you want all dots to match newlines.
govg has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
GodFather_ has joined #ruby
sameerynho has joined #ruby
pastorinni has quit [Ping timeout: 265 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
imode has joined #ruby
NL3limin4t0r is now known as NL3limin4t0r_afk
despai has joined #ruby
chouhoul_ has joined #ruby
karapetyan has joined #ruby
chouhoulis has quit [Ping timeout: 240 seconds]
n0m4d1c has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kspencer_ has quit [Changing host]
kspencer_ has joined #ruby
kspencer_ is now known as kspencer
chouhoulis has joined #ruby
<kspencer>
I have code where a webhook receiver is catching x-gitlab-event, x-github-event, and x-gogs-event, and to differentiate and be 'error-proof' I want to make sure only one of them ever returns anything other than nil, basically making them 'there can only be one', if x-github-event and x-gitlab-event exist, then the request should 400 telling the user there is more than one event defined
tvw has quit []
<kspencer>
the goes for any combination of the three
<havenwood>
kspencer: If that would be useful for you, I'd suggest weighing in on that issue. (And if you really want it to be merged, also propose a better name.)
karapetyan has joined #ruby
nowhere_man has quit [Remote host closed the connection]
<havenwood>
roshanavand: I'd suggest asking in #RubyOnRails. You might also check if there's an existing test along those lines. Sometimes we get tempted to test what Rails is already testing.
<jenrzzz_>
roshanavand: i had to turn off transactional fixtures to get it work properly though... implicit top-level transactions confuse things greatly
jcarl43 has quit [Quit: WeeChat 2.1]
<roshanavand>
jenrzzz_: this url is invalid
cschneid_ has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
ramfjord has joined #ruby
<havenwood>
roshanavand: Not if you're on Apple's VPN. ;-P
<roshanavand>
:D
cschneid_ has quit [Ping timeout: 268 seconds]
ResidentBiscuit has quit []
jready has joined #ruby
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
skw has quit [Ping timeout: 256 seconds]
Yxhuvud has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
Azure|dc is now known as Azure
kies^ has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
<jenrzzz_>
roshanavand: lol sorry, too many githubs