You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I ran into an issue when with a clean setup I don't have defined ApplicationContract.
This is my first time using dry-rails, maybe I'm doing something wrong? Demo app link is below.
UPD:
checked with latest version from github
checked with cherry-picking the feature
result is the same
To Reproduce
$ rails new myapp --minimal
$ bundle add dry-rails
$ bin/rails c
irb(main):001> ApplicationContract
(irb):1:in `<main>': uninitialized constant ApplicationContract (NameError)
Describe the bug
Hey, I ran into an issue when with a clean setup I don't have defined ApplicationContract.
This is my first time using
dry-rails
, maybe I'm doing something wrong? Demo app link is below.UPD:
result is the same
To Reproduce
Demo app
My environment
The text was updated successfully, but these errors were encountered: