tyler-wel

Results 2 comments of tyler-wel

@kerrizor To add onto this, with Rails 6.0.3.3, when using the `bundle exec rake erd` or `bundle exec erc`, everything generates as expected But using the auto generation after migration...

@tongueroo For the time being, I am needing to fork the repository and introduce the following changes. ```ruby jets/overrides/rails/common_methods.rb def add_stage_name(url) request ? Jets::Controller::Stage.add(request.host, url) : url end ``` I...