How to Send RubyMine Notifications to Growl?

May be This code will help you # -*- ruby -*- module Autotest::RedGreen Autotest.send(:alias_method, :real_ruby, :ruby) Autotest.send(:define_method, :ruby) do |*args| real_ruby + %[ -rrubygems -e “require ‘redgreen'” ] end # Clean the output so other modules can work correctly Autotest.add_hook :ran_command do |at| at.results.each do |r| r.gsub!(“\033[31m”, “”) r.gsub!(“\033[32m”, “”) r.gsub!(“\033[33m”, “”) r.gsub!(“\033[0m”, “”) end … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)