We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! First of all thanks for this repository, good work! Secondly, I am facing this error with all default setups,
ActiveRecord::NoDatabaseError (FATAL: database "android_spyware_development" does not exist
Here is the log for the same
/usr/local/bin/ruby: warning: shebang line ending with \r may cause problems => Booting Puma => Rails 6.0.2.1 application starting in development => Run `rails server --help` for more startup options Puma starting in single mode... * Version 4.3.9 (ruby 2.6.6-p146), codename: Mysterious Traveller * Min threads: 5, max threads: 5 * Environment: development * Listening on tcp://0.0.0.0:80 Use Ctrl-C to stop Started GET "/admin" for 172.30.0.1 at 2023-01-02 13:03:37 +0000 ActiveRecord::NoDatabaseError (FATAL: database "android_spyware_development" does not exist ): activerecord (6.0.2.1) lib/active_record/connection_adapters/postgresql_adapter.rb:50:in `rescue in postgresql_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/postgresql_adapter.rb:33:in `postgresql_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:889:in `new_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:933:in `checkout_new_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:912:in `try_to_checkout_new_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:873:in `acquire_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:595:in `checkout' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:439:in `connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:1121:in `retrieve_connection' activerecord (6.0.2.1) lib/active_record/connection_handling.rb:238:in `retrieve_connection' activerecord (6.0.2.1) lib/active_record/connection_handling.rb:206:in `connection' activerecord (6.0.2.1) lib/active_record/migration.rb:562:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.0.2.1) lib/active_support/callbacks.rb:101:in `run_callbacks' actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call' web-console (4.0.1) lib/web_console/middleware.rb:132:in `call_app' web-console (4.0.1) lib/web_console/middleware.rb:19:in `block in call' web-console (4.0.1) lib/web_console/middleware.rb:17:in `catch' web-console (4.0.1) lib/web_console/middleware.rb:17:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.0.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `block in tagged' activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `tagged' railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.2.2) lib/rack/method_override.rb:24:in `call' rack (2.2.2) lib/rack/runtime.rb:22:in `call' activesupport (6.0.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/static.rb:126:in `call' rack (2.2.2) lib/rack/sendfile.rb:110:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/host_authorization.rb:83:in `call' webpacker (5.0.1) lib/webpacker/dev_server_proxy.rb:23:in `perform_request' rack-proxy (0.6.5) lib/rack/proxy.rb:57:in `call' railties (6.0.2.1) lib/rails/engine.rb:526:in `call' puma (4.3.9) lib/puma/configuration.rb:228:in `call' puma (4.3.9) lib/puma/server.rb:718:in `handle_request' puma (4.3.9) lib/puma/server.rb:472:in `process_client' puma (4.3.9) lib/puma/server.rb:328:in `block in run' puma (4.3.9) lib/puma/thread_pool.rb:134:in `block in spawn_thread' Started GET "/admin" for 172.30.0.1 at 2023-01-02 13:03:38 +0000 ActiveRecord::NoDatabaseError (FATAL: database "android_spyware_development" does not exist ): activerecord (6.0.2.1) lib/active_record/connection_adapters/postgresql_adapter.rb:50:in `rescue in postgresql_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/postgresql_adapter.rb:33:in `postgresql_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:889:in `new_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:933:in `checkout_new_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:912:in `try_to_checkout_new_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:873:in `acquire_connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:595:in `checkout' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:439:in `connection' activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:1121:in `retrieve_connection' activerecord (6.0.2.1) lib/active_record/connection_handling.rb:238:in `retrieve_connection' activerecord (6.0.2.1) lib/active_record/connection_handling.rb:206:in `connection' activerecord (6.0.2.1) lib/active_record/migration.rb:562:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.0.2.1) lib/active_support/callbacks.rb:101:in `run_callbacks' actionpack (6.0.2.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/actionable_exceptions.rb:17:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call' web-console (4.0.1) lib/web_console/middleware.rb:132:in `call_app' web-console (4.0.1) lib/web_console/middleware.rb:19:in `block in call' web-console (4.0.1) lib/web_console/middleware.rb:17:in `catch' web-console (4.0.1) lib/web_console/middleware.rb:17:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.0.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `block in tagged' activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (6.0.2.1) lib/active_support/tagged_logging.rb:80:in `tagged' railties (6.0.2.1) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.2.2) lib/rack/method_override.rb:24:in `call' rack (2.2.2) lib/rack/runtime.rb:22:in `call' activesupport (6.0.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/static.rb:126:in `call' rack (2.2.2) lib/rack/sendfile.rb:110:in `call' actionpack (6.0.2.1) lib/action_dispatch/middleware/host_authorization.rb:83:in `call' webpacker (5.0.1) lib/webpacker/dev_server_proxy.rb:23:in `perform_request' rack-proxy (0.6.5) lib/rack/proxy.rb:57:in `call' railties (6.0.2.1) lib/rails/engine.rb:526:in `call' puma (4.3.9) lib/puma/configuration.rb:228:in `call' puma (4.3.9) lib/puma/server.rb:718:in `handle_request' puma (4.3.9) lib/puma/server.rb:472:in `process_client' puma (4.3.9) lib/puma/server.rb:328:in `block in run' puma (4.3.9) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
Can you please tell me if I should create a db named android_spyware_development or any other fix? Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey! First of all thanks for this repository, good work!
Secondly, I am facing this error with all default setups,
ActiveRecord::NoDatabaseError (FATAL: database "android_spyware_development" does not exist
Here is the log for the same
Can you please tell me if I should create a db named android_spyware_development or any other fix? Thanks.
The text was updated successfully, but these errors were encountered: