- 29 Dec, 2021 1 commit
-
-
guido authored
mini_racer depends on libv8-node, this uses a compiled binary. Bundler should automatically install the linux version but instead uses the linux-musl one. There are a few issues documenting this behavior https://github.com/rubyjs/mini_racer/issues/218 https://github.com/rubyjs/libv8-node/issues/5 Setting up the platform will make this usable under linux (ugly, but a non resolved issue will break deployment with ruby 2.5
-
- 27 Dec, 2021 1 commit
-
-
azul authored
-
- 26 Dec, 2021 5 commits
- 25 Dec, 2021 5 commits
- 24 Dec, 2021 11 commits
-
-
azul authored
-
azul authored
-
azul authored
-
azul authored
Main change was to rename may_approve to may_judge. AASM now adds may_... checks to all transitions. Since our transition was also called approve may_approve was getting overwritten leading to infinite recursion.
-
azul authored
-
azul authored
-
azul authored
-
azul authored
-
azul authored
URI.escape is deprecated. We were comparing the result of it to the actual url in the browser. However we do not care about the concrete encoding - but rather that it decodes to the title and that the page loads fine. Test this instead.
-
azul authored
-
azul authored
Add Callbacks to Page::Terms according to https://github.com/pat/thinking-sphinx/releases/tag/v5.0.0
-
- 18 Dec, 2021 10 commits
-
-
azul authored
Now that we are on rails 5 we can use haml-rails 2
-
azul authored
-
azul authored
Upgrading within the 1.x series for now.
-
azul authored
-
azul authored
-
azul authored
-
azul authored
Sprockets 4 expects a manifest file which we do not have yet. Also adjust new item form to work. Somehow haml seems to add a `_new` postfix now which dom_id does not - causing a missmatch.
-
azul authored
-
azul authored
-
azul authored
The error when running `bundle exec phantomjs --version` indicated that it was not finding the openssl config. Apply the solution found here: https://stackoverflow.com/questions/53355217/genymotion-throws-libssl-conf-so-cannot-open-shared-object-file-no-such-file-o
-
- 17 Dec, 2021 1 commit
-
-
azul authored
Did not update translations yet. Also looks like the source url on transifex needs to be updated.
-
- 06 Sep, 2020 2 commits
- 20 Jun, 2020 2 commits
- 19 Jun, 2020 1 commit
-
- 14 May, 2020 1 commit
-
-
Bumps [actionpack-page_caching](https://github.com/rails/actionpack-page_caching) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/rails/actionpack-page_caching/releases) - [Changelog](https://github.com/rails/actionpack-page_caching/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/actionpack-page_caching/compare/v1.1.1...v1.2.1 ) Signed-off-by:
dependabot[bot] <support@github.com>
-