You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of jruby: 1.7.19 Version of rails: 4.2.1 Version of postgresql: 9.4.0.1
Currently if you try to write a migration that creates a citext column it will fail in jruby with the jdbc adapter. I've tested this and it works in MRI but fails in jruby.
STR:
Set up a new rails app with postgresql and rails 4.2.1: rails new myapp --database=postgresql
Version of jruby: 1.7.19
Version of rails: 4.2.1
Version of postgresql: 9.4.0.1
Currently if you try to write a migration that creates a citext column it will fail in jruby with the jdbc adapter. I've tested this and it works in MRI but fails in jruby.
STR:
rails new myapp --database=postgresql
rails g migration create_posts
Then when you run the migration (
rake db:create; rake db:migrate
) it throws this error:The text was updated successfully, but these errors were encountered: