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

enhanced db:create task breaks plugins compatibility #82

Closed
rpbaltazar opened this issue Jun 26, 2020 · 1 comment · Fixed by #83
Closed

enhanced db:create task breaks plugins compatibility #82

rpbaltazar opened this issue Jun 26, 2020 · 1 comment · Fixed by #83

Comments

@rpbaltazar
Copy link
Contributor

Steps to reproduce

application that uses hstore extension, e.g

Expected behavior

rails db:create
rails db:migrate

to not fail

Actual behavior

after running db:create an error is thrown regarding the hstore extension

System configuration

  • Database: (Tell us what database and its version you use.)

postgresql

  • Apartment version:

2.7.0

  • Apartment config (in config/initializers/apartment.rb or so):

    • use_schemas: true
  • Rails (or ActiveRecord) version:

Rails 6

  • Ruby version:
@rpbaltazar
Copy link
Contributor Author

A sample app with hstore https://github.com/rails-on-services/rails-6-demo/blob/test-apartment-pr-73 that will work once the associated PR is merged

rpbaltazar added a commit that referenced this issue Jun 27, 2020
Prepare Release 2.7.1

# Enhancements

- N/a

# Bugfixes

- [Resolves #82] Enhanced db:create breaks plugin compatibility - #83

# Chores

- Update rake version in development
- Renamed gemspec to match gem name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant