Damien

Results 4 issues of Damien

This fixes an issue with the delegator methods in Ruby 2.4. Changes to Ruby introduced a compile which blows up delegated methods that eval: `iseq = RubyVM::InstructionSequence.compile("().#{method}", nil, nil, 0,...

I have setup a project using `alpas init myapp.web`. I have then successfully started the server using `alpas serve` (also tried `alpas watch`). I then change the default `WelcomeController` but...

help wanted

Steps: 1. bundle exec rails_best_practices app 2. bundle exec rails_best_practices -g 3. change options in app/config/rails_best_practices.yml 4. > repeat 1 I did this, and although I removed some checks (1.9...

The gem detected places where I was using model.model.property, and not through proper delegation: model.model_property, but did not detect: model.try(:model).try(:property). Try was used because they were nullable, and have since...