lib/rails_erd/cli.rb in rails-erd-1.7.1 vs lib/rails_erd/cli.rb in rails-erd-1.7.2
- old
+ new
@@ -182,10 +182,10 @@
Rails.application.config.eager_load_namespaces.each(&:eager_load!) if Rails.application.config.respond_to?(:eager_load_namespaces)
end
rescue ::LoadError
error_message = <<~EOS
Tried to load your application environment from '#{environment_path}' but the file was not present.
- This means that your models might not get loaded fully when the diagram gets buiilt. This can
+ This means that your models might not get loaded fully when the diagram gets built. This can
make your entity diagram incomplete.
However, if you are using ActiveRecord without Rails just make sure your models get
loaded eagerly before we generate the ERD (for example, explicitly require your application
bootstrap file before calling rails-erd from your Rakefile). We will continue without loading the environment file,