-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
Using RubyMine 2.0.2 for the first time today, on Mac OSX Leopard. If I create files in the filesystem (with, say, script/generate) those new files do not appear in rubymine. I have had limited success with restarting the program, in that the files in the db/ folder are added and removed, but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
RubyMine generates some files in the .idea directory. In one of my projects I see:
*project_name*.iml
encodings.xml
misc.xml
modules.xml
vcs.xml
workspace.xml
Which should I commit to the version control system and which shouldn't?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In Visual Studio, the editor has a drop-down list of functions in the current class; clicking on one will take me to the top of that function. Is there a way to get a similar behaviour from RubyMine?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've encountered some problems with MongoID. I have three models:
require 'mongoid'
class Configuration
include Mongoid::Document
belongs_to :user
field :links, :type => Array
field :root, :type => String
field :objects, :type => Array
field :categories, :type => Array
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I setup the proper SDK because all my ruby code will compile but RubyMine complains that
it can't find the any of my java classes? Is this a flaw or is there a way to get it to recognizewhere the classes are?
Here is my code, I have underlined all the things its complaining about
require 'java'
include_class…
>>> More