gobierto
gobierto copied to clipboard
Plataforma de gobierno abierto open source
In this URL https://portalobert.esplugues.cat/planes/pam/2019 the news section displays an error message "Liquid error: internal"
**Message** ``` undefined local variable or method `current_user' for # Did you mean? current_site ``` **Backtrace (last 10 lines)** ``` app/controllers/concerns/application_concern.rb:65 track_request lib/active_support/callbacks.rb:428 block in make_lambda lib/active_support/callbacks.rb:249 block in halting...
**Message** ``` Unsupported argument type: ActionDispatch::Http::UploadedFile ``` **Backtrace (last 10 lines)** ``` lib/active_job/serializers.rb:28 serialize lib/active_job/arguments.rb:122 serialize_argument lib/active_job/arguments.rb:161 block in serialize_hash lib/active_job/arguments.rb:160 each lib/active_job/arguments.rb:160 each_with_object lib/active_job/arguments.rb:160 serialize_hash lib/active_job/arguments.rb:190 serialize_indifferent_hash lib/active_job/arguments.rb:108 serialize_argument...
**Message** ``` undefined method `id' for nil:NilClass ``` **Backtrace (last 10 lines)** ``` app/controllers/concerns/application_concern.rb:65 track_request lib/active_support/callbacks.rb:428 block in make_lambda lib/active_support/callbacks.rb:249 block in halting lib/active_support/callbacks.rb:517 block in invoke_after lib/active_support/callbacks.rb:517 each lib/active_support/callbacks.rb:517...
(and remove Rollbar)
Yarn has released v3 since Aug' 21. It contains [some features](https://yarnpkg.com/getting-started/qa#why-should-you-upgrade-to-yarn-modern) that are worth taking a look. Besides, there's a [migration guide](https://yarnpkg.com/getting-started/migration)
Rel: https://github.com/PopulateTools/gobierto-contratos/issues/1497 Create a test that checks: - there's a queue named `mailer` in the `config/sidekiq.yml` file - all the queues used in classes from `app/jobs` are present in `config/sidekiq.yml`...
Example of commit: https://github.com/PopulateTools/gobierto/pull/3199/commits/3d02bd179ca68aed780e8a08718dbf35a181b1d9
1. Resolve the pending [TODOs](https://github.com/PopulateTools/gobierto/blob/73ca88f8e8f239f874282f7b820ce4c5800fca64/app/javascript/stylesheets/gobierto-consultations.scss#L8) for each different CSS entrypoints (`app/javascript/stylesheets/gobierto-*`) 2. Refactor files to make it work using the new SASS syntax (`@use`). Perhaps would be necessary do a...
## :v: What does this PR do? Removes GobiertoDashboards and lets external gobierto engines to declare dynamically their own modules This PR has some issues: * Some tests are failing...