We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1e850 commit 26f22f0Copy full SHA for 26f22f0
lib/rbs_rails/cli.rb
@@ -80,6 +80,8 @@ def load_application #: void
80
install_hooks
81
82
Rails.application.initialize!
83
+ rescue LoadError => e
84
+ raise "Failed to load Rails application: #{e.message}"
85
end
86
87
def install_hooks #: void
0 commit comments