Skip to content
New issue

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

Bare minimum to make project work #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adnikiforov
Copy link
Collaborator

@adnikiforov adnikiforov commented Sep 21, 2020

Basically that is changes I done to make project work in development and production modes on Ruby 2.6:

  • pin pg and rake gems due to deprecations
  • remove capybara-webkit, using selenium-webdriver instead (forget about capybara-webkit, it is dead)
  • add monkeypatch to prevent threading issues with specs
  • add assets workaround to make it work in development mode

I think we can create release 1.0.0 (stable) after merging this in master, and from stable we can move forward. BTW specs are broken anyway, but project itself seems working fine.

@adnikiforov adnikiforov added the Maintaining Maintaining tasks label Sep 21, 2020
@adnikiforov adnikiforov self-assigned this Sep 21, 2020
@adnikiforov
Copy link
Collaborator Author

Added instruction based on steps I did to run project locally: https://github.com/phusion/juvia/wiki/Development

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintaining Maintaining tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant