Brod Justice

Results 6 comments of Brod Justice

Did this idea progress any further?

Trying to get any version below ruby 3 to work with rvm on Debian12 / Ubuntu 22 proved very painful for me. The only method that worked for was to...

@monfresh I think the point is that Linux users were have been used to installing RVM on top of their fresh Linux installation and within minutes are good to go...

I'm not familiar with Mac set-up for RVM. But I can say that [my work around here](https://github.com/rvm/rvm/issues/5426#issuecomment-1902266154) still works on Linux. I'm not sure I'd say that "RVM essentially broken",...

> With `spring`, all my `rails generate` commands hang. disappointed Same problem with Rails 5.2.2, Spring 2.0.2 and ruby 2.3. Need to call `spring stop` before running any generator. Can...

Seems like the problem could be with spring losing track of the environment. If I do this 1) `rails new myapp -d postgresql` 2) `cd myapp` 3) Add `gem 'devise'`...