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
Getting error : Deprecation warning: Expected boolean default value for '--orm'; got :active_record (string).
On rails g punching_bag.
Here is the full error :
Running via Spring preloader in process 5336
Deprecation warning: Expected string default value for '--controller'; got false (boolean).
This will be rejected in the future unless you explicitly pass the options check_default_type: false or call allow_incompatible_default_type! in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
Deprecation warning: Expected boolean default value for '--orm'; got :active_record (string).
This will be rejected in the future unless you explicitly pass the options check_default_type: false or call allow_incompatible_default_type! in your code
You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
Could not find generator 'punching_bag'.
The text was updated successfully, but these errors were encountered:
Getting error : Deprecation warning: Expected boolean default value for '--orm'; got :active_record (string).
On rails g punching_bag.
Here is the full error :
Running via Spring preloader in process 5336
Deprecation warning: Expected string default value for '--controller'; got false (boolean).
This will be rejected in the future unless you explicitly pass the options
check_default_type: false
or callallow_incompatible_default_type!
in your codeYou can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
Deprecation warning: Expected boolean default value for '--orm'; got :active_record (string).
This will be rejected in the future unless you explicitly pass the options
check_default_type: false
or callallow_incompatible_default_type!
in your codeYou can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
Could not find generator 'punching_bag'.
The text was updated successfully, but these errors were encountered: