<ox1eef>
rubocop defaults go too far for me and i dont like them, but as a tool i cant deny it is powerful and can be tailored to your needs. im sure it enables a lot of micromanagement and nitpicking too.
<newton>
i adjust a handful of the settings myself but find it to be a must-use in collaborative environments
<newton>
I had a period where I was that linter guy and eventually realized that having the CI enforce it is way more productive
<ox1eef>
agreed, it is good for the codebase but it can be overdone and become a burden. i use standardrb and call it done on personal projects.
jetchisel has quit [Quit: Unfortunately time is always against us -- [Morpheus]]
jetchisel has joined #ruby
MachinShin__ has joined #ruby
MachinShin_ has quit [Ping timeout: 260 seconds]
goepsilongo has joined #ruby
ua_ has joined #ruby
ua_ has quit [Read error: Connection reset by peer]
BSaboia has quit [Quit: This computer has gone to sleep]
ua_ has joined #ruby
quazimodo has joined #ruby
<quazimodo>
how do i 'undeclare' a dynamic class
<quazimodo>
in my test suite I have a `let(:klass) { Class.new(ActiveRecord::Base) { ... } }` which unfortunately causes flaky tests; we have other code elsewhere that does `ActiveRecord::Base.descendants`, for better or worse, and this dynamic class doesn't have a name, it's nil which causes failures elsewhere
<quazimodo>
i know how to destroy a const Foo on Object but this is not that :/
BSaboia has quit [Quit: This computer has gone to sleep]
freeworld has joined #ruby
_ht has joined #ruby
Rounin has joined #ruby
CrazyEddy has quit [Ping timeout: 264 seconds]
CrazyEddy has joined #ruby
mrkz_c has quit [Quit: Connection closed for inactivity]
_ht has quit [Remote host closed the connection]
ur5us has joined #ruby
mrkz_c has joined #ruby
mrkz_c has left #ruby [#ruby]
Guest61 has joined #ruby
Guest61 has quit [Client Quit]
dOhtem has joined #ruby
dOhtem has quit [Changing host]
dOhtem has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
flooose has quit [Remote host closed the connection]
cybertron has joined #ruby
<cybertron>
hi, can anyone explain me how I can running a rake job in rspec with argument so actually I have Rake::Task["foo:bar"] but I need also n extra parameter/argument