Skip to content

Railites 5.0 + jsonb fix #3

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

Merged
merged 4 commits into from
Oct 11, 2016
Merged

Conversation

mehernosh
Copy link

Hello,
I've made two changes:

  1. Rails 5 requires railites ==5.0.0 and causes a conflict with your current gem dependencies which specify railties (>= 3.0, < 5.0). I have tested with 5.0.0 and things work fine.
  2. The newest postgres releases support a jsonb type which has some awesome advantages https://www.postgresql.org/docs/9.4/static/datatype-json.html.
    Your current code makes jsonb into an escaped string instead of storing an object. I've fixed this as well.

@allanbreyes
Copy link

Looks great! Thanks for your contribution!

@allanbreyes allanbreyes merged commit bf850f3 into udacity:master Oct 11, 2016
abdullah29shah pushed a commit to arkhitech/activeadmin_json_editor that referenced this pull request Jan 2, 2019
* Bumping railties allowable version

* support JSONB types

* Add jsonb support explicitly
amree pushed a commit to coingecko/activeadmin_json_editor that referenced this pull request Jun 14, 2022
* Bumping railties allowable version

* support JSONB types

* Add jsonb support explicitly
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 this pull request may close these issues.

2 participants