Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Casey Davenport
Total activity
6
Last activity
January 15, 2016 22:37
Member since
January 11, 2014 23:05
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
September 14, 2014 22:07
I just tried 0xDBE again with the latest version. I was able to get it to connect by adding the ?sslmode=require to the connection string manually.
Community
DataGrip
I can't connect to my heroku app's postgres database - SSL errors
1 vote
Created
January 18, 2014 03:02
Ah, I got it now. Correct test_helper.rb is:ENV["RAILS_ENV"] ||= "test"require File.expand_path('../../config/environment', __FILE__)require 'rails/test_help'require 'minitest/reporters'class Activ...
Community
RubyMine
Rubymine Test Runner Tab not reporting test status
0 votes
Created
January 11, 2014 23:05
I'm having the same problem, and I found that page, but I still can't get it to work.In my gemfile, I added:group(:test) do gem 'minitest' gem 'minitest-reporters', '>= 0.5.0'endThis gives me gem...
Community
RubyMine
Rubymine Test Runner Tab not reporting test status
0 votes