-
@jmondo mentioned this in an email to me. The idea is to ditch `gems ['foo', 'bar']` for something a bit more literal, like this:
``` ruby
app.gemfile =
-
I discovered in a license audit of my codebase that rails-erd was bringing [ruby-graphiz](https://github.com/glejeune/Ruby-Graphviz) in as a dependency. Ruby-Graphviz is GPL2.0 licensed (see [here](ht…
-
todo for @murata2makoto, from JLReq TF meeting on 2023-10-31.
- Update Ruby terminology [wiki](https://github.com/w3c/jlreq/wiki/English-ruby-terminology) based on the discussions at the meeting
-…
-
Proposal:
- popular (IT related) packages like (xwiki, Jira, etc)
- any NPM package
- any Python package
- any Go
- any Ruby
- etc
Side node:
- Of course, this could be some hardco…
-
I don't think this needs to be "fixed" per se, but we were trying to use this plugin to enforce our version of bundler the same way we enforced other local tool versions with asdf. However, we also cu…
-
I'd like to remove any (or most) references to IRB in the slides. Over the years I've found that IRB:
1. Confuses learners as to how to run Ruby code (eg. "should I use irb for this or ruby?")
1. …
-
Referring to https://www.learnenough.com/course/ruby_on_rails_tutorial_6th_edition/beginning/deploying/heroku_commands_setup (private link).
This took me an hour to resolve, so I thought I'd share…
-
I am running Windows 10 with the latest Ruby version, in fact I just installed Ruby the first time and all dependencies should be up-to-date as well. I run your `polar` tool from an elevated PowerShel…
-
I need to do something along these lines:
```
ruby! {
class Foo {
struct { bar: Bar { bar: Bar
-
This is mainly as a debugging aid. Currently when a program is stuck, there is no way to check why. In Python or Ruby, we could Ctrl+C to kill the program and the VM will print the current stack trace…