<ox1eef_>
It is cool but probably a few levels above the level of abstraction I'm looking for.
<weaksauc_>
yeah that's fair it does say it is not meant to replace rake et al
nirvdrum has joined #ruby
<ox1eef_>
The nice thing about rset is that it is a collection of small utilities that can be used as one unit, or paired together with other tools, so there's a good deal of flexibility.
<ox1eef_>
Keep in mind I learnt about it only 5 minutes ago xD
teclator has quit [Ping timeout: 255 seconds]
<adam12>
It's from the same author as entr, if you've ever used that.
<adam12>
I was using drist for a while. It's pretty decent too, but i found rset more to my mental model.
<ox1eef_>
+1
cek has quit [Quit: Connection closed for inactivity]
teclator has joined #ruby
<weaksauc_>
rset does look perfect for what you were trying to do though
<ox1eef_>
I used 'ERBContext' as a means to not litter the rake context with helper methods.
sickdyd has quit [Ping timeout: 268 seconds]
shokohsc0 has joined #ruby
shokohsc has quit [Ping timeout: 255 seconds]
shokohsc0 is now known as shokohsc
modify74 has joined #ruby
diabet54 has joined #ruby
diabet54 has quit [Remote host closed the connection]
urus78 has quit [Ping timeout: 264 seconds]
crespire has quit [Remote host closed the connection]
modify74 has quit [Ping timeout: 252 seconds]
_ht has quit [Remote host closed the connection]
___nick___ has joined #ruby
sagax has joined #ruby
sickdyd has joined #ruby
sickdyd has quit [Ping timeout: 250 seconds]
stirl has quit [Ping timeout: 252 seconds]
desnudopenguino1 has joined #ruby
desnudopenguino has quit [Ping timeout: 264 seconds]
desnudopenguino1 is now known as desnudopenguino
sickdyd has joined #ruby
perrierjouet has quit [Ping timeout: 264 seconds]
nirvdrum has joined #ruby
ur5us_ has joined #ruby
nirvdrum has quit [Quit: nirvdrum]
sickdyd has quit [Ping timeout: 246 seconds]
perrierjouet has joined #ruby
stirl has joined #ruby
blackf99 has joined #ruby
desnudopenguino1 has joined #ruby
desnudopenguino has quit [Ping timeout: 260 seconds]
desnudopenguino1 is now known as desnudopenguino
retroj has joined #ruby
<retroj>
Hello. On a Debian 11/Bullseye system, any 'rake' command that I run, including 'rake --version' produces an error like the following: http://paste.debian.net/1274425/ Any ideas what could be causing this? Thank you.
ur5us_ has quit [Ping timeout: 250 seconds]
reset has joined #ruby
<weaksauc_>
how is rspec's documentation still down?
sickdyd has joined #ruby
aphido66 has joined #ruby
stirl has quit [Read error: Connection reset by peer]
<adam12>
This is the one I was looking for originally.
Guest4 has quit [Client Quit]
<ox1eef_>
retroj: deprecate_constant is a relatively new Ruby feature. My guess is that your Ruby version is too old to run the version of RubyGems you're using.
<ox1eef_>
And tbh, given that it is debian, it is not that surprising.
<weaksauce>
i wonder if there is any static copy of those pages
Al2O3 has quit [Quit: I'm quitting, thanks for all the sharks.]
<adam12>
Also, PSA: I've been trying to archive whatever interesting Ruby stuff I can on archive.ph. So if you do find something interesting, do the same.
<adam12>
We have a lot of blog bitrot in Ruby and it would be nice to have archives of some older stuff. But maybe that's just me digging through circa 2008 web framework blogs :P
Vonter has quit [Ping timeout: 276 seconds]
<retroj>
adam12, ox1eef_: I installed them from debian bullseye. I have redmine from bullseye-backports though, so I need to see if that caused an issue, or if some bundle command that I did trying to troubleshoot did something?
aphido66 has quit [Quit: Best CPUs can count to infinity twice without being bugged out by zero division errors or whatnot.]
_ht has joined #ruby
<ox1eef_>
What ruby version are you running?
<retroj>
ox1eef_: ruby 2.7.4p191
<ox1eef_>
ruby -e 'p Module.method(:deprecate_constant)' works or no?
<ox1eef_>
Really odd, then. Does 'ruby -S rake' work?
<retroj>
further information: 'ruby -S rake --version' works. 'rake --version' gives the error that I reported. also any rake command that I run via 'bundle' gives the error.
<retroj>
I must have an old version of rake sitting around somewhere? this system has been upgraded from a previous version of Debian
<ox1eef_>
cat $(which rake)
<ox1eef_>
Probably resolving to an older ruby or something.