Suddenly my Rubymine's database window is not showing for any rails app!. How to bring it back? - rubymine

I have search a lot on google for solution.But I have not found any resources similar to my problem.
Thanks in advance.

View > Tool Windows > Database
For more information see here.
Update:
You should check whether Database Tools and SQL plugin is enabled in your RubyMine.

Related

Can't login into GitHub account from IntelliJ-like IDE

I don't understand what's wrong. On stable branch (not EAP) the same problem.
I encountered a problem: the wrong default browser is installed on the system
Please contact PhpStorm support via Help | Contact Support attaching your logs (Help > Show log in ..). Not much I can advise right now: no similar reports on our end.

Configuration for the Sugar connector to DocuSign not working

I've installed the latest W-Systems DocuSign module for SugarCRM and I followed the installation guide to the T (https://www.w-systems.com/media/DocuSign/SugarConnectortoDocuSign_InstallationUseGuide.pdf). However, my problem start at the end of page 7 where I click "Configure DocuSign" or "DocuSign User Settings > Log In". Nothing happens.. no error message, no dialog window, nada.
I've run "Rebuild JS Grouping Files", "Quick Repair and Rebuild", cleared the cache and tried multiple browsers.
Has somebody else encountered this problem? Any suggestions on how to solve it?
EDIT: I was able to use the module without problems on a co-workers machine, but I still cannot use it on my own.
The SugarCRM <-> DocuSign Connector is written and maintained by SugarCRM, not DocuSign. The only integrations (Connectors) that DocuSign implements and maintains are its integrations with Microsoft, Google, and Salesforce.
With that said, if you're running into bugs/issues with the connector you'll need to contact SugarCRM and go through their support to resolve.
After being in contact with W-Systems support, they found out (by looking at the debug logs) that the database tables hadn't been correctly set up. The problem was fixed by uninstalling the module (without removing the tables), reinstalling the module, Admin > Quick Repair and Rebuild, and finally hard refresh (for me Ctrl+F5).
Everything now runs normally.

Unable to select the golang sdk in Intellij IDE

I am following the following blog to configure my golang environment (OS-X machine):
http://webapp.org.ua/dev/intellij-idea-and-go-plugin/
But, whenever I try to add go sdk (installed at /usr/local/go), it appear blank selection for the SDK.
Please suggest me, if I am missing something.
This page lists the SDKs which have already been configured in IntelliJ IDEA. You need to press the "Configure..." button and point the plugin to your SDK installation. Once you do this, it will become available in the SDK list for new project creation.
I would suggest to use the following for writing golang application:
https://groups.google.com/forum/#!msg/golang-nuts/tuGS99f-kqk/Tl5KqNG0js0J
https://github.com/visualfc/liteide
If you want to use IDEA with golang, we've made a lot of progress in the past months. Please install the latest release from github releases and give it a try.
As the name suggests, there are a few issues here and there but it should work much better that the current release of the plugin.
You'll find it a class over the other offerings for writing go apps ;) (disclaimer I'm one of the contributors to the plugin, I'm very biased)

MOODLE 2.6.3 Options aren't working

![enter image description here][1]I have installed MOODLE 2.6.3 successfully on LINUX machine. When I login as an admin, some of the links aren't working (ex: Appearance, Users, Courses, Edit Settings etc.,). Do we need to enable any option.
Appreciate your help
Please confirm whether you are using the required PHP version. Moodle 2.6.3 requires PHP 5.3.3.
Could be an Ajax issue, the site admin menu works differently in 2.6+
If you go to /admin/settings.php?section=ajax
Tick the box for "Use online YUI libraries (useexternalyui)"
Then refresh the page.
UPDATE :
Okay after checking the use online YUI libraries, can you go to /admin/purgecaches.php and purge the caches.
If that doesn't work then try a different theme /theme/index.php and refresh.
Just found these options too :
http://docs.moodle.org/26/en/Blocks_FAQ#My_Administration_block_links_don.27t_expand.21
Please check the errorlog file where you can find the errors or PHP warnings that is logged when loading the site. It may give you idea about the issue.

best sql client for linux *box window manager

I am using ARCH Linux and Awesome3 WM.
I am looking for a good sql client for multi database include mysql postgre oracal.
Squirrel sql seems good, but I got a blank window after launch it.
Any solution for this problem or there is another better client for me?
http://henplus.sourceforge.net/
It's not a GUI, but it works with any database that has a JDBC driver (including MySQL, PostgreSQL, and Oracle), and I like it.
Several tiling window managers might have problems with java applications. Take a look at this page: http://awesome.naquadah.org/wiki/Problems_with_Java.
Especially try the workaround using wmname.
As a DB frontend you might try DbVisualizer. If you are using Eclipse to develop your application, "Eclipse SQL Editor" might be of interest. Sorry, Stackoverflow spam protection doesn't let me to provide a hyperlink for that one.