Authors:
oleg_s
enDal
romeo
yole
logos

Ruby

Vendor: JetBrains

Email: N/A

Website: http://www.jetbrains...liJ+IDEA+Ruby+Plugin

License: license url

Bugtracker page

Forum page

Description:

The Ruby plug-in makes IntelliJ IDEA the smart Ruby and Ruby on Rails editor, ideal for the full cycle application development.
Downloads: 60303
Rating:
Participated in rating: 52
Version Since Build Until Build File/URL Size (Kb) Date Dependency
2.5.11500. 93.1. 94. Download 13707.65. 2009-12-08 21:34:01 com.intellij.modules.ultimate, org.jetbrains.plugins.yaml.
2.0.236202. 85.9848. 85.9999. Download 12428.69. 2009-06-08 12:01:15 .
2.0.235166. 85.9848. 85.9999. Download 12428.24. 2009-05-28 18:04:44 .
2.0.230959. 85.9805. 85.9999. Download 12258.09. 2009-04-21 22:39:55 .
2.0.226725. 85.9678. 85.9999. Download 12093.46. 2009-03-20 21:56:48 .
2.0.218024. 85.9572. 85.9580. Download 10905.18. 2008-12-22 17:33:08 .
2.0.214083. 81.9144. 81.9164. Download 9457.12. 2008-11-27 22:10:41 .
2.0.212928. 80.9000. 80.9099. Download 9380.84. 2008-11-05 21:19:50 .
1.5.20660. 75.7890. 75.7999. Download 9058.42. 2008-10-25 14:13:41 JavaScript.
2.0.208452. 80.8858. 80.8858. Download 9294.59. 2008-10-06 21:49:36 .
2.0.206949. 80.8823. 80.8823. Download 9257.78. 2008-09-24 21:57:28 .
1.0.14958. 72.7318. 75.7757. Download 5823.57. 2008-03-14 22:07:25 JavaScript.
. .

Recent change notes:

http://www.jetbrains.net/confluence/display/RUBYDEV/Ruby+Plugin+2.0+Release+Notes

Comments:

romeo
Rated: noRate
2009-11-06 00:59:30
Plugin for latest Maia Ultimate EAP is available!
.
Anonymous
Rated:
2009-11-03 05:49:44
Do you guys plan on releasing a version for Maia, or will this be moved completely to the RubyMine IDE?
.
Anonymous
Rated: noRate
2009-08-30 03:13:02
never mind, had to uncheck the "MAKE" before launch checkbox
.
Anonymous
Rated: noRate
2009-08-30 03:04:01
Im getting the following error while trying to run rail in the debugger

"Cannot start compiler: the output path is not specified for module "foo". Specify the output path in the Configure Project."

Ive double and tripple checked, my compiler output path under "Project Structure > Project > Project Compiler Output" points to an existing directory. Ive numerous different dirs all with the same error.

For rails there shouldnt be any need for a compiler output directory.
.
Anonymous
Rated:
2009-07-12 10:18:56
cannot find 'require'. Why does the inspections not recognise the require function?

when I say:

require 'app_config.rb'

although I can navigate to my appconfig.rb file, but require is highlighted with the warning cannot find 'require'

.
oleg_s
Rated: noRate
2009-06-02 17:10:03
No it is not. We haven't yet published plugin version compatible with Maia.
.
Anonymous
Rated: noRate
2009-06-02 17:01:52
Does this work under Maia?
.
allertonm
Rated: noRate
2009-06-02 01:05:57
The new build appears to cause IDEA 8.1.2 to hang at startup on OSX.
.
oleg_s
Rated: noRate
2009-05-20 22:03:28
New version of plugin is available - develop with pleasure!
.
romeo
Rated: noRate
2009-02-26 00:41:04
Hi guys,
Please read my latest post related to new Gem Manager support on our forum - http://www.jetbrains.net/devnet/thread/279555?tstart=0
.
Anonymous
Rated: noRate
2009-02-23 17:01:52
same problem here
.
Anonymous
Rated: noRate
2009-02-22 20:46:14
The same problem: Rails gem isn't activated in Gem Manager...
.
dive
Rated: noRate
2009-02-21 15:31:56
have the same issue as previous persons with idea 8.1 and Ruby plugin/
.
Anonymous
Rated: noRate
2009-02-21 06:18:30
I have the same problem as bjhartin with IntelliJ 8.1 and Ruby plugin 2.0.

Create new project from scratch with ruby module using Ruby SDK 1.8.6 standalone and click 'Yes' to Ruby on Rails on the 'Desired technologies' dialog. Try and run the application and I get "Rails gem isn't activated in Gem Manager for module".
.
bjhartin
Rated: noRate
2009-02-19 20:49:47
I am also getting the "Rails gem isn't activated in Gem Manager for module" error. I'm working with an existing Rails app that has been working fine under IDEA 8 and 7 for several months. What do I need to do?
.
conanite
Rated: noRate
2009-02-19 03:06:52

ok ignore that ... I was creating a new project "over existing sources", where "existing sources" was a new rails project I had just created on the commandline. When intellij generates the rails project structure, it works ok
.
conanite
Rated: noRate
2009-02-19 02:39:54

Hello ruby plugin team

I have the latest plugin version - 2.0.223960, running on the latest intellij - 8.1, and when I create a new ruby project and attempt to create a new Model (via right-click, New, Model), I get a message saying "Rails gem isn't activated in Gem Manager for module [mymodule]".

I can't find the Gem Manager anywhere.

When I open an older rails project (created with intellij 7), I don't have this problem ...

what do I need to do?
.
Anonymous
Rated:
2008-12-04 06:46:56
.
Anonymous
Rated:
2008-12-02 05:31:14
Is there some type of documentation standard that sepecifies the class of a method parameter (so that IntelliJ can intelligently suggest methods / attributes as appropriate)?

Something like this:
def self.new_from_motion(motion)
clip = Clip.new

clip.motion = motion
clip.start_frame = motion.default_start_frame
clip.end_frame = motion.default_end_frame
clip.frames_per_sec = 30

motion.
.
romeo
Rated: noRate
2008-10-31 20:15:17
We are going to update plugin at the end of next week
.
Anonymous
Rated:
2008-10-31 20:07:41
When this plugin will be available for the Diana 8987 version.
.
Anonymous
Rated: noRate
2008-10-29 17:32:42
I\'m getting warnings for installed gems I try to require. When launching file, everything works fine. How can I make intelliJ see external gems that are properly installed (And indeed displayed under gems for the defined Ruby SDK in IntelliJ)

For example:
require \'watir\' ==> no such file to load
.
romeo
Rated: noRate
2008-10-17 20:22:06
> I downloaded the latest intellij 8 build 8664 with jdk
As you can notice from table with information about plugin versions 2.0.208452,2.0.208178 are for IDEA 8.0 EAP #8858
You can download this EAP from
http://www.jetbrains.net/confluence/pages/viewpage.action?pageId=9535960
.
Anonymous
Rated: noRate
2008-10-17 18:30:45
I downloaded the latest intellij 8 build 8664 with jdk 1.6_07 from sun and tried the two last ruby (2.0.208452 and 2.0.208178) builds (manual install) and both make intellij hang on startup. When I remove the plugin, then intellij starts up.

I'm running on debian/etch.
.
romeo
Rated: noRate
2008-10-03 14:53:51
Anonymous,

I've created thread related to your trouble on our forum. Let's continue discussion at http://www.intellij.net/forums/thread.jspa?threadID=277596&tstart=0
.
Anonymous
Rated: noRate
2008-10-03 12:27:17
Hi,

I have deinstalled my previous idea installations and did a clean install from scratch.

My problem remains: If I create a ruby on rails project, then idea forgets it after a restart

Then I'm missing the menu items, which are specific to a ruby on rails project, like the rake menu item is gray/disabled and the generation items are missing.

This is reproducible. To reproduce to the following:

1. User Debian Etch (newest version)
2. Kernel 2.6.26.1
3. rubygems 1.3.0
4. ruby 1.8.5 (2006-08-25) [i486-linux] installed via apt-get
5. IntelliJ 7.0.4 (7941)
6. Go to the plugins menu under settings and download the ruby plugin. Latest version is 1.5 18930
7. JDK to run IntelliJ is jdk1.6.0_05
8. Click on new project
9. Select new project from scratch
10. project name ror
11. Select ruby project
12. Select Ruby SDK 1.8.5
13. Select generate new rails project (Version 1.2.1)

Now the project opens. An Error appears in the Message tab: Error: Get available generators script executes with error:Gem::SourceIndex#search support for Regexp patterns is deprecated /usr/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/rails_genaerator/lookup.rb:211:in `each' is outdated

However, all the specific menu items for a rails project appear.

14. Close IntelliJ
15. Open the project

Now, all the specific rails menu items, like the rake task and the generator script menu items are missing.

I have tried everything, but more than a uninstalling all old idea installations + configs and installing idea from scratch and installing the plugin is not possible. I'm at a dead end.
.
romeo
Rated: noRate
2008-09-25 20:34:35
to Anonymous: I've created thread for your question in our forum. Also I wrote there some helpful information for you. Please in future post questions directly to our forum.
.
Anonymous
Rated: noRate
2008-09-24 23:10:44
Cannot determine modules type for the following module "railstest".

The module will be treated as a Java module.

I can create Rails projects but then I get these errors and intellij does not recognize them as rails projects anymore.

Please help...
.
yole
Rated: noRate
2008-09-24 22:31:32
Ruby plugin version 2.0 for IntelliJ IDEA 8.0 EAP is now available. See http://www.jetbrains.net/confluence/display/RUBYDEV/Ruby+Plugin+2.0+Release+Notes for full release notes.
.
romeo
Rated: noRate
2008-09-17 13:43:35
>it makes Idea / IntelliJ completely unresponsive for many many seconds ..

What build of plugin do you use? We know about this bug, but it was fixed in Ruby 1.5 version. By the way instead of disabling plugin you can disable plugin's console filters in Settings|Ruby Plugin.
P.S: If you have other questions/troubles let's discuss it in our forum at http://www.intellij.net/forums/forum.jspa?forumID=75
.
Anonymous
Rated: noRate
2008-09-17 13:30:41
The ruby plugin is great when you use it, but when you don't use it I suggest that you temporarily inactivate it.

That is since it makes Idea / IntelliJ completely unresponsive for many many seconds when running Junit tests, and you really need that to be fast.

For making sure, I removed almost all other plugins and adjusted garbage collection settings too. However, it was toggling (enabling/disabling) the ruby plugin that made the difference.

So, I always switch on the plugin just when I have to use ruby, the plugin is great in all other ways.
.
oleg_s
Rated: noRate
2008-09-16 15:15:15
Let us move discussion of this problem to:
http://www.intellij.net/forums/thread.jspa?threadID=277325&tstart=0.
.
Anonymous
Rated: noRate
2008-09-16 15:06:12
This is a sample code that can make IDEA hang. Sorry I haven't tried this code with a different and lighter project to see if IDEA also hangs. The source code is bad but that should not be the reason for IDEA to hang.

...
project_languages = ProjectLanguage.find_all_by_project_id(project_id)
for language in langs
existing = false
if params["item" + i.to_s] != nil
checkedItem = params["item" + i.to_s]["checked"]
if checkedItem != nil && checkedItem.length > 0
for project_language in project_languages
if checkedItem.to_i == project_language.language_id
existing = true
break
end
end
unless existing
position +=1
proj_lang = ProjectLanguage.new
proj_lang.project_id = project_id
proj_lang.language_id = params["item" + i.to_s]["checked"]
proj_lang.position = position
proj_lang.save
end
end
end
i += 1
end
.
oleg_s
Rated: noRate
2008-09-16 09:55:22
Are there any chance to see the source code when plugin hangs?
.
Anonymous
Rated: noRate
2008-09-16 07:01:30
It appears that on some Rails source code containing model object creation login, IDEA 7.0.4 with Ruby plugin version 1.5.18930 will definitely hang and CPUs reach 100% if I click or do anything right after the dot character of some object or an equal character within that code.

.
Anonymous
Rated:
2008-09-11 14:11:28
Great work guys, keep on enhancing the plugin!
.
romeo
Rated: noRate
2008-08-29 10:57:58
This version is only for Selena. Plugin for 8.0 will be available in September
.
Anonymous
Rated: noRate
2008-08-29 10:32:27
it not work under 8.0?
.
romeo
Rated: noRate
2008-08-26 20:01:46
Ruby plugin 1.5 rc4 is available for download. See changes at http://www.jetbrains.net/confluence/display/RUBYDEV/Recent+changes
.
oleg_s
Rated: noRate
2008-08-13 12:05:11
Plugin for IDEA 7.0.4 is available for download!
.
oleg_s
Rated: noRate
2008-08-13 12:05:01
Plugin for IDEA 7.0.4 is available for download!
.
romeo
Rated: noRate
2008-08-07 13:42:19
Plugin for IDEA EAP #7938 is available!
.
oleg_s
Rated: noRate
2008-07-31 15:08:18
Plugin 1.5. release candidate 2 (#1.5.18242) is available for download!
.
romeo
Rated: noRate
2008-07-30 17:35:32
We will update plugin soon
.
Anonymous
Rated:
2008-07-30 00:54:00
The current Selena version is 7925 and the plugin doesn't seem to work with it
.
romeo
Rated: noRate
2008-07-14 11:25:06
Version 1.5 release candidate is available!

See Ruby Plugin 1.5 Release Notes (http://www.jetbrains.net/confluence/display/RUBYDEV/Ruby+Plugin+1.5+Release+Notes)
.
oleg_s
Rated: noRate
2008-06-18 11:27:47
We are working on plugin version for IDEA 7.0.4 minor release.
.
Anonymous
Rated:
2008-06-18 00:43:30
Any plans on a new release?
.
romeo
Rated: noRate
2008-05-13 20:14:37
Hi,
Please use our forum at http://www.intellij.net/forums/forum.jspa?forumID=75 for such questions. What about "stop" button (red square), is it enabled?
"Rerun" action is only for stopped process, try to press "Stop" button, then "Rerun"
.
Anonymous
Rated: noRate
2008-05-13 19:58:56
Hi,

I have the problem that I can't rerun webrick once I have started it.

The rerun button remains grey and a Cntrl + F5 dows not work either.

I have to manually kill -9 the script in order to start webrick again.

I'm using etch/intellij 7.0.3 with the latest ror plugin.

Do you have any ideas why this might be? How can I restart webbrick without having to kill it manually???
.
schmick
Rated:
2008-04-24 21:27:25
The guys got back to me with in a few hours of my first post and by this morning, all the issues are fixed. By the way, if anyone else is having the same problem I posted about, it's probably because you were working with ruby files before you installed the plugin and they got associated with some other file type. You can reassociate them with the ruby file type under Settings/File Types. A possible improvement for the plugin would be if, on install, it automatically made sure the associations were properly reassigned if needed. Anyway, now that it's working, this plugin is pretty dang cool. Good work guys and thanks again for the speedy resolution!
.
schmick
Rated:
2008-04-23 23:17:46
I installed the latest version of the plugin today (1.0.14958) for build #7757 of IntelliJ. I then created a new rails project, but it doesn't recognize any of my .rb files as ruby scripts. It doesn't show the gem icon for them, nor does it do keyword highlighting when I open them. My coworker does not have this problem using the same version of the plugin and IntelliJ. : \ Any ideas?
.
romeo
Rated: noRate
2008-04-14 13:25:57
Ryan, we will check it. I've created a issue, see http://www.jetbrains.net/jira/browse/RUBY-1493.
.
rsshilli
Rated:
2008-04-13 10:40:13
The latest version breaks the IdeaVIM plugin. How did you guys break another plugin? Now the Vim keys don't work in Ruby classes and in between
.
Anonymous
Rated:
2008-03-27 03:46:12
.
oleg_s
Rated: noRate
2008-03-04 11:58:10
Please visit page at:
http://www.jetbrains.net/confluence/display/RUBYDEV/Getting+latest+version
.
edmond
Rated: noRate
2008-03-03 23:06:43
I was using IDEA build 7590 and Ruby plugin 1.0.14330.

After updating to Ruby plugin 1.0.14699, the issues still exists.

Where can I get the versions of IDEA and Ruby plugin you mentioned? They are not available online.
.
edmond
Rated: noRate
2008-03-03 22:51:14
I was using IDEA build 7590 and Ruby plugin 1.0.14330.

After updating to Ruby plugin 1.0.14699, the issues still exists.

Where can I get the versions of IDEA and Ruby plugin you mentioned? They are not available online.
.
oleg_s
Rated: noRate
2008-03-01 16:35:35
Hello, edmond!
What IDEA and Ruby plugin versions do you use?
Works fine for me with IDEA#7718 and Ruby plugin 1.0.699
.
edmond
Rated:
2008-02-28 01:49:02
So far two important file level commands are missing:

1. Compare Two Files
- When I tried to select two ruby files and right click in an attempt to compare the files, but the "Compare Two Files" menu is missing.

2. When I tried to add a ruby script (a ruby module) to SVN via right click, the corresponding menu is missing.

Hope we can see those menu back soon
.
bjhartin
Rated: noRate
2008-02-19 21:06:46
I should clarify my last post...the action in question is the Rake 'test' action. I can map keyboard/mouse shortcuts and toolbar buttons to 'rake units' and 'rake functional', but not 'rake test'. Of course, I could use an external tool, but if 'rake units' is in the 'actions' list, why not 'rake test'?
.
bjhartin
Rated:
2008-02-19 21:04:57
Is 'Analyze->Code Duplicates' supposed to work yet? For me, it finds no duplicates. The little red error icon then shows up. I've filed a JIRA bug.

Also: I notice that the Rake tasks are set up as actions, so I can set shortcuts via the KeyMap. Awesome! But the 'test' action isn't in the action list (that I could see). Could you add it?

Thanks!

Brian Hartin
.
romeo
Rated: noRate
2008-02-16 13:36:16
Please try to create initial Rails application from command line. Does it show any errors?

We have forum(http://www.intellij.net/forums/forum.jspa?forumID=75) and google-group(http://groups.google.com/group/jetbrains-rubydev) let's discuss this problem there.
.
Anonymous
Rated: noRate
2008-02-14 20:56:56
@romeo:
Thanks for your help, but the gems path looks correct (/opt/local/bin) and if I set it to something else, IntelliJ complains about not finding Rails. It appears to find the correct version of Rails (2.0.2 located at /opt/local/bin/rails) but once it's done creating the new project there is no application generated; instead I just have the app root directory which has an empty test directory and the project files (.iml, .ipr, .iws).
.
romeo
Rated: noRate
2008-02-14 15:36:05
Please check your Ruby SDK settings. Pay attention to a field "Gems bin directory". You should choose directory with gems' executable files. (you can learn it from output of command "which rails")
.
Anonymous
Rated: noRate
2008-02-14 05:29:47
What's the correct version of this plugin to use with 7.0.2? I've tried several now and none will generate the initial Rails app. Then the IDE complains about not finding a rake file. Well, yeah...

I'm on an Intel Mac (10.4.11).
.
oleg_s
Rated: noRate
2008-02-06 20:08:22
Build for 7.0.3 EAP build (#7684) is available for download!
.
romeo
Rated: noRate
2008-02-04 21:53:47
Yes, it works
.
Anonymous
Rated: noRate
2008-02-04 20:39:26
is the latest plugin working with intellij 7.0.2 now?
.
Anonymous
Rated:
2007-12-27 19:34:51
Most recent version is not working with 7.0.2.
.
oleg_s
Rated: noRate
2007-12-07 22:16:56
New plugin version 1.0.13103 is available for download!
It`s compatible with IDEA 7.0 - 7.0.2
.
oleg_s
Rated: noRate
2007-11-20 17:26:23
Plugin for new EAP is available!
.
Anonymous
Rated: noRate
2007-11-16 19:27:04
On "use Ruby specified class/module" setting tip - thank you, that helps!
.
Anonymous
Rated: noRate
2007-11-14 12:02:23
It`s known issue, because of new ruby class/module project view (similar to java default). You can change it to default one in Settings|Ruby on Rails. Just uncheck box "use Ruby specified class/module" project view.
.
Anonymous
Rated:
2007-11-14 10:33:53
Just tried 1.0.12376 with Idea 7.0.1.

Do you know the (Ruby class) file rename (Ctrl-Shift when file selected in Project view) doesn't work anymore?

Noticed it on some earlier recent version of plugin, hoped it's fixed now - but it's not.

Class rename also doesn't work (compaining for complexity), but it didn't ever work so it's not that disappointing :)

Rolled back to 0.2.11481 - there file rename works.
.
oleg_s
Rated: noRate
2007-11-13 19:34:17
Plugin version for Selena 7.0.2 EAP 7549 is available for download!
.
Anonymous
Rated:
2007-11-10 04:17:38
Unfortunately, the Ruby plugin is becoming more and more unusable as time goes on. Its a shame because the Version 6.0 plugin was awesome and snappy.

Now its becoming this bloated java IDE wannabe pipe dream that doesn't really work.

I want to go back to version 6.0 but I cannot find the Ruby plugin downloads on your site for version 6.0.

What sucks is I already paid for the 7.0 upgrade.
I'm not a happy customer.
.
oleg_s
Rated: noRate
2007-11-07 22:32:28
Hi, we have created a jira issue on this problem:
http://www.jetbrains.net/jira/browse/RUBY-1151
.
Anonymous
Rated:
2007-11-06 23:21:51
This is re version 1.0.12160. The project setting in the project drawer now defaults to class view instead of file views and on certain types of classes I cannot access the subversion options from the content version.
.
oleg_s
Rated: noRate
2007-10-26 18:58:06
Fixed version is available for download
.
Anonymous
Rated: noRate
2007-10-26 04:27:54
I noticed that the latest release doesn't allow us to run TestUnit tests individually (by placing the caret inside a test method).

I've raised a JIRA bug on the ruby jira site. Will the development team pick up on these bug reports? I felt that adding a bug to JIRA was more appropriate than sticking it on this forum...
.
Anonymous
Rated:
2007-10-24 20:37:29
mo betta... thx for the quick fix!

> Fixed version(1.0.11868) is available.
.
romeo
Rated: noRate
2007-10-24 18:47:12
> cannot create rails project
Fixed version(1.0.11868) is available
.
Anonymous
Rated: noRate
2007-10-24 18:31:45
Using the latest version with both idea 7 and 7.0.1, I cannot create a Rails project. After going through the "Create project from scratch" wizard I get 'Error Adding module to project: null' when the project is generating. OS is Linux Fedora 7 using jdk1.6.0_02.

This error is output:
The following objects were not disposed:
*** Module:IdeaTest path:/home//railsapps/IdeaTest/IdeaTest.iml of class class com.intellij.openapi.module.impl.ModuleImpl
.
pftg
Rated:
2007-10-24 13:40:27
Please add extract method to your ruby and you will be a greatest man.
.
Anonymous
Rated: noRate
2007-10-24 12:31:23
I am using IntelliJ 7.0.1 and the latest version of the plugin. I cannot create a Rails project: every time I get the message 'Error Adding module to project: null', and the IDE won't get any further. I am on Mac OS X. Please can anyone help - it got further than this at least with the last version of the plugin!
.
Anonymous
Rated:
2007-10-24 07:56:51
Thank you! I can now move off Eclipse and back to my favorite IDE... I had reverted to Eclipse for the last few days because the previous ruby plugin was unusable, but happy to say I'm back on Intellij.

I look forward to more features being built into this plugin. However, for the time being I'm just happy that performance has returned.
.
oleg_s
Rated: noRate
2007-10-23 20:12:04
Hi, all! Version with improved perfomance is available for download!
.
Anonymous
Rated: noRate
2007-10-22 10:02:32
We are working hard on the perfomance of plugin. We`ll publish fixed version in several days.
.
Anonymous
Rated:
2007-10-22 09:42:28
How high a priority is the fix for when the entire IDE hangs? It happens almost every time I move between files in my editor window, and it hangs for about 5 seconds each time.

This should be a high priority, because the entire plugin is virtually unusable. Theres no point in developing new functionality for this plugin if the IDE keeps hanging and chewing up insane amounts of memory!

The most dissapointing thing is that I've paid money for a license when there are other open source IDEs out there...
.
Anonymous
Rated:
2007-10-21 23:37:33
I gave it a 5 before, but after using it more, I must say the performance needs alot of improvement.

Every once in a while, Idea just hangs and the both of my processors go to 100%. This is a serious productivity drag.

In fact I think I may need to revert back to the older version of Idea until this issue is fixed.
.
Anonymous
Rated:
2007-10-20 08:03:56
Great plugin. Focus on performance and refactorings.

I use ruby-debug for debugging. Its awesome with Idea's console and a good Output Filter like:
[\s\[]*$FILE_PATH$:$LINE$
The links from the Output Filter take you straight to where the current point of the debugger is.

I prefer ruby-debug + Idea for debugging over any graphical debugger I have used because its more light weight, faster, and more integrated with the source code editing environment.
.
Anonymous
Rated: noRate
2007-10-19 06:13:55
its much better than the 0.15+ versions, but still needs lots of improvements in terms of performance.

Seems very sluggish, especially when opening new ruby files. I turned off all ruby error checking and it seemed to speed up abit, but I still regularly get hangs of about 5 secs when navigating or editing or auto-completing

It also seems to eat up a lot of memory. I've got max heap size set to 512 and it almost hits that... and all I'm doing is editing files

Lack of a debugger is a major issue, especially when Netbeans seems to have a decent one.

Also, would be nice to have more refactorings :) Although I'd not care soo much as long as the performance was improved
.
haruki_zaemon
Rated: noRate
2007-10-19 05:44:17
Woot! Downloaded and it seems to work a treat. Thanks!
.
romeo
Rated: noRate
2007-10-19 03:16:23
Hi all!
0.2.11481 - is version for IDEA 7.0. This version has problems with cache so it's unstable. We will update this version at the beginning of the next week.
.
Anonymous
Rated: noRate
2007-10-18 19:09:51
Dude, calm down!
.
haruki_zaemon
Rated: noRate
2007-10-18 18:02:51
Second the motion. Having been promised the plugin and done the right thing by paying for it immediately, I'm frankly disgusted that the plugin isn't available.

Here's a lesson JetBrains: Wait a week and release the two together or don't outright lie and tell the world that it's a feature until it actually is.

What complete waste of money! What a complete con job. Talk about false advertising.
.
romeo
Rated: noRate
2007-10-16 15:46:18
Hi guys! The version for Selena 7.0 will be available at the beginning of next week.
.
Anonymous
Rated: noRate
2007-10-16 15:12:35
Surely, considering this is one of the 5 "featured plugins" on the IDEA plugins webpage, the Jetbrains crew could have ensured the plugin was available at the time of the full 7.0 release.

Pretty poor coordination there.
.
Anonymous
Rated: noRate
2007-10-16 05:47:15
I assume this plugin needs to be updated to work with the 7.0 full release? The latest build above doesn't seem to work (on Mac OS X)
.
romeo
Rated: noRate
2007-10-12 12:44:53
Rockrep, if you want to use JRuby you should create java module and add JRuby Facet with JRuby SDK.
>Context sensitive menu option for "Rake" is disabled.
Check that for your Rails module you use Ruby SDK (or JRuby SDK)

Please, ask questiions in our google group http://groups.google.com/group/jetbrains-rubydev
.
rockrep
Rated: noRate
2007-10-12 00:13:26
With this plugin, if I select the JRuby SDK for my rails module, and add a "require 'java'" line in a Ruby Model class, the IDE complains "No such file to load" in reference to the 'java' portion. What is the appropriate way to utilize this plugin to take advantage of JRuby? IntelliJ doesn't seem to permit selection of multiple JDK's for a single module. Seems like I'd need to specify both the JRuby SDK and JDK1.5. Thanks
.
Anonymous
Rated: noRate
2007-10-11 01:15:42
Please make the (old) RoR plugin for Intellij v6 available to download. Not everyone works in an environment where they can work using a pre-release product.
.
rockrep
Rated:
2007-10-10 21:25:09
A couple issues I've run into. 1) With Perforce selected as VCS, files generated (e.g. New - Model) are not automatically added to source control. have to add them manually. 2) Context sensitive menu option for "Rake" is disabled. I can't figure this one out. Using Ruby SDK 1.8.6, on Linux FC5, Selena 7.0M2, Ruby plugin 0.1.5.10287.
.
Anonymous
Rated:
2007-10-04 22:26:30
good job.
.
romeo
Rated: noRate
2007-10-03 17:50:57
Currently we support ROR plugin only for IDEA 7, version for IDEA 6 is very old and has lack of functionality. We strongly recommend you donwload IDEA 7312 and latest ROR plugin.
.
Anonymous
Rated: noRate
2007-10-03 13:26:45
yeah can someone put back the plugin for idea version 6 please
.
Anonymous
Rated: noRate
2007-09-28 00:04:35
I was using IntelliJ 7.0 M2 + this plugin for my ruby on rails project, the features are ver y limited for editing, debugging, etc. I switched to netbeans ruby IDE, which is better than current state of this plugin.
.
Anonymous
Rated: noRate
2007-09-26 03:38:43
where is the Idea v6.0.* ruby plugin? All is see here are ones for v7.*
.
rstudner
Rated:
2007-09-25 01:18:18
No server.. can't be edited.. does not recognize 'ruby script files'.. has no concept of SDK (though it is listed as the SDK for the project)

etc
etc
etc

Uninstalled permanently.. i'll wait for the real 7.0 release to see if there is anything more than hype, as there is no value, with this plugin.

Sorry i'm bitter.. but when nothing works, and you pay money for it.. that just isn't "swell"

RadRails == free == works.
.
rstudner
Rated: noRate
2007-09-25 01:10:05
okay, you are going to love this one.

you HAVE TO.. specify "source directory" (src)... (from the java days).

If you do not.. then the created project will have nothign in it, it won't scan any of the project files (vendor dir, nothing).

But if you let it make a useless 'src' directory....

Then it works out...

Note.. if this is from subversion... and I use say Tortoise or whatever to check it out..

Intellij is "certain" that all the files need to be added.. which, they do not.
.
rstudner
Rated: noRate
2007-09-25 00:56:52
Got this to work.. somehow.

I tried 5-6 times.. it worked on the 5th or 6th time (exact same sequence of steps)

(frightened) hehe

Will report back and let people know how things are working out.
.
rstudner
Rated: noRate
2007-09-25 00:53:59
Okay... this one..

You cannot have a pre-existing rails project, of any kind, and then create new (either new on top, or from source).

It will hang on "Scanning for Generators" forever.

Thus, any ruby/rails code pre-existing in SVN, cannot in any way, be checked out, and used, ever, with the Selena 7291 build and the plugin above for that build.
.
oleg_s
Rated: noRate
2007-09-23 11:07:43
We`ve bundled jruby-1.0.1 into plugin. So please ensure you run IDEA with assertions disabled. It`s a JRuby issue. See for more details: http://www.jetbrains.net/confluence/display/RUBYDEV/FAQ
.
rstudner
Rated: noRate
2007-09-23 04:00:43
Let me add

This happens installing via plugin manager, or manually.

as well, the error trace is so "tall".. that it is above the top of my screen and below the bottom.

UI drawing madness!

Back to eclipse 3.2 and RadRails
.
rstudner
Rated:
2007-09-23 03:55:38
Latest plugin and build crashes on startup.

Install idea 7291.

Install plugin for 7291.

Can't even start IDEA.

Not exactly a positive endorsement.

It went from "technically unusable" as a plugin, to keeping idea from even being startable.
.
ewalshe
Rated:
2007-09-19 16:03:11
I've been using the plugin for some time and much prefer it to Textmate. However, the last few versions (since IDEA 7.0.M2) are hard to use. IDEA regularly hangs taking the CPUs to 100%.
.
oleg_s
Rated: noRate
2007-09-18 19:38:45
Please visit http://www.jetbrains.net/confluence/display/RUBYDEV/FAQ
.
Anonymous
Rated:
2007-09-18 17:56:18
Why is the latest plugin 0.2 not compatible with the latest version of Selena #7274 (the only version available for download)? When will a compatible version be available or can previous builds of Selena be made available?
.
Anonymous
Rated: noRate
2007-09-17 16:33:10
great ...!
.
Anonymous
Rated: noRate
2007-09-17 14:29:47
I have faced with problems using this plugin for IDEA. When I copy jar (e.g. "Ruby_4352.jar") to "plugins" folder of my IDEA 6.0, and start IDEA - IDEA hangs on the Greetig screen and does not load further. Java version is 5.0_11. Could you help to resolve please?
.
Anonymous
Rated:
2007-09-14 10:51:05
.
rstudner
Rated:
2007-09-13 15:23:20
It is a nice plugin.

That being said.. I'm going through Agile Web Development with Rails.. and using the plugin...

It locks up.. badly... I have 2 controllers, 2 views.. 1 model object.. that is it.

I will change a tiny line of code, and then wait 30-40 seconds before I can work again.

Some things I've noticed.. I have a dual-core Opteron machine with 2 gigs of ram. In windows task manager, IDEA will be using exactly 50% of the CPU. Is there some kind of core issue going on there :)?

Anyway.. I imagine it has something to do with the redeploy/webrick behind the scenes.

Just curiuos if other people have experienced this? I have to wait, as I said, 30-40 seconds before I can type/click on another open file... anything.

Love the product! But this makes it too frustrating to "use"
.
oleg_s
Rated: noRate
2007-09-10 16:40:32
New plugin version is compatible with IDEA built with Java 5
.
oleg_s
Rated: noRate
2007-09-10 15:31:13
See Ruby plugin FAQ:
http://www.jetbrains.net/confluence/display/RUBYDEV/FAQ
.
Anonymous
Rated:
2007-09-10 12:17:54
why i cant use the plugin in my linux? i cant choose any ruby sdk? Is it normally?
.
oleg_s
Rated: noRate
2007-09-08 10:53:49
Purple, thanks for your comment. We`ll work on it.
We`ve published plugin version compatible with the latest EAP 7269.
.
purple
Rated:
2007-09-07 22:19:07
I'm a long-time IDEA user and I helped my company standardize on IDEA as our preferred IDE. We do a lot of RoR development and since I switch workstations a lot, I am often downloading Selena in so I can use the Ruby plugin. Unfortunately, http://www.jetbrains.net/confluence/display/IDEADEV/Selena+EAP always points at the latest version of Selena, which is usually incompatible with the latest version of the plugin. So I have to go URL hacking and it's a big struggle -- or even impossible, like it is today -- to download a version of Selena that's compatible with the Ruby plugin. Can you please put a link to the most recent *compatible* version of Selena on the Plugin homepage? Or at least keep old versions of the http://www.jetbrains.net/confluence/display/IDEADEV/Selena+EAP page around for a few weeks somewhere?


Thanks -

- Alex
.
oleg_s
Rated: noRate
2007-09-07 20:10:13
Hi, all! We would like to announce the Ruby plugin v0.2 release. Full list of feautures see at: http://www.jetbrains.net/confluence/display/RUBYDEV/Ruby+plugin+0.2+release+notes
Requires IDEA 7.0 Selena EAP 7255 or higher
.
Anonymous
Rated: noRate
2007-09-07 13:49:11
Hi, I just downloaded the latest ruby plugin, threw the jar in my plugin dir, but when I start IDEA it just gets stuck in the splash screen part. Works fine once I remove it. Any ideas? I am using IDEA 6.0.5
.
oleg_s
Rated: noRate
2007-09-05 15:11:15
Debugger is not implemented yet. See roadmap for more info.
.
Anonymous
Rated: noRate
2007-09-04 20:05:26
Is the debugger working yet?
.
Anonymous
Rated: noRate
2007-08-29 00:22:07
Hi, the current Selena EAP is 7241. Any possibility of bumping up the compatibility? I tried building the plugin myself but wasn't too successful :-/
.
oleg_s
Rated: noRate
2007-08-24 18:17:53
Last plugin version provides new JRuby SDK type, which gives you opportunity to run your ruby scripts using JRuby interpeter.
For more details see:
http://www.jetbrains.net/confluence/display/RUBYDEV/Recent+changes
.
Anonymous
Rated:
2007-08-18 12:11:39
Is JRuby support planned?
.
oleg_s
Rated: noRate
2007-08-15 11:40:40
Hi all!
New plugin version 10089 is available for Selena M2!
.
Anonymous
Rated:
2007-08-14 16:43:20
I just installed the 7.0M2 but in the available plugins list, Ruby is not listed. What is the problem???
.
romeo
Rated: noRate
2007-08-01 20:43:58
2harryo: According http://www.jetbrains.net/confluence/display/RUBYDEV/Getting+last+version
or http://www.jetbrains.net/confluence/display/RUBYDEV/Recent+changes our plugin is compatible with IDEA Selena EAP #7051 - #7087 builds.

2Anonymous: Please visit our Forum or Bugtracker. Also provide information about your IDEA and plugin versions.
.
Anonymous
Rated:
2007-08-01 09:42:19
Hi i am trying to load this plug in for Linux Ubuntu os.
but it is throwing an exception.
.
harryo
Rated: noRate
2007-08-01 07:04:58
I'm keen to try the Ruby plugin, but every time I create even a trivial project I'm getting lots of exceptions, making the IDE completely unusable.

My guess is that there's some compatibility issue going on and I note the website does say to check that I have a compatible version.

However, as far as I can see, it *doesn't* say how to find determine whether it is compatible.

I'm running Selena 7.0M1a which I'd have thought is the version most likely to be supported.

Can anyone give me a clue as to where I'm going wrong?
.
Anonymous
Rated: noRate
2007-07-31 12:21:31
2Anonymous (about memory leak) - I've created issue in JIRA http://www.jetbrains.net/jira/browse/RUBY-789. We will investigate perfomance problems later. Please attach to this issue more detailed information about your configuration.
.
Eugenius
Rated: noRate
2007-07-31 10:50:13
2Anonymous (about memory leak) - did you post bug to bugtracker?
.
Anonymous
Rated:
2007-07-30 19:49:17
So, nobody from JetBrails will give feedback regarding the crazy memory leak?
.
romeo
Rated: noRate
2007-07-30 12:15:50
jahlonzo, you may find previous versions on our build server http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt28&tab=buildTypeHistoryList
.
jahlonzo
Rated: noRate
2007-07-28 01:34:52
Where did the list of prior plugin versions go? I've been working with a plugin version from 3 weeks ago and updated to the latest recently. The latest plugin version is performing very poorly and running out of memory in minutes on OS X.

I'd like to revert to a earlier version but can't find them.
.
oleg_s
Rated: noRate
2007-07-27 22:20:33
.
Eugenius
Rated: noRate
2007-07-27 16:22:03
Is refactoring support (at least basic) planned?
.
Anonymous
Rated:
2007-07-26 23:44:47
It leaks memory like crazy. Even a small project needs about 512MB and even then it keeps growing. I couldn't use it on a machine with 1GB. Also, it does not out-of-the-box support Mongrel, whcih is de-factor a standard nowadays. Both RadRails & Netbeans support Mongrel.
.
Anonymous
Rated:
2007-06-20 00:34:57
Works as a charm, love it
.
Anonymous
Rated:
2007-06-09 18:13:49
IDEA is very good! I like Rails
.
Anonymous
Rated:
2007-06-07 16:39:44
Ruby is the way of the future, my friend - just wait and see.
.
Anonymous
Rated:
2007-05-27 12:14:19
Ruby's not worth the effort. Focus on the future.
.
Anonymous
Rated: noRate
2007-05-24 13:21:04
that's very sad that this plugin makes IDEA 6.0 already obsolete...
I've just updated to 6.0 and started learning RoR... I feel like Jetbrains is treating us more & more like cows...
Anyway, will it be possible to still continue supporting v6.0 in parallel with v7.0 keeping "impossible to code" features to v7.0?

Cheers,
Gam
.
oleg_s
Rated: noRate
2007-05-23 09:32:09
Hi, the latest plugin versions are only Selena compatible, because it was unable to implement some of the features using 6.0 API.
.
Anonymous
Rated: noRate
2007-05-22 23:38:15
As long as build manually (as suggested) will all the same features work in IJ 6.0.5 and 7.0? I am only on 6.0.5 and not planning to move to 7.0 until production release.
.
romeo
Rated: noRate
2007-05-22 17:06:19
>Is it possible to install this plugin manually, i.e. without using IDEA plugin manager..

Yes, it is possible. For more details see http://www.jetbrains.net/confluence/display/RUBYDEV/Getting+last+version (second way)
.
Anonymous
Rated: noRate
2007-05-22 16:58:01
Hi! ppl.

I have a problem. It doesn't seem to be working with windows vista. I can't configure the plugin in settings pannel.

thks.
.
Anonymous
Rated:
2007-05-22 12:00:24
Is it possible to install this plugin manually, i.e. without using IDEA plugin manager.
.
romeo
Rated: noRate
2007-05-21 21:59:41
0.1.2 is only for Idea 7.0 (Selena), for more details see http://www.jetbrains.net/confluence/display/RUBYDEV/Getting+last+version
.
Anonymous
Rated: noRate
2007-05-21 21:41:21
The previous 0.1.1 plugin seems to work on 6.0.5 but after installing the latest 0.1.2 plugin IJ just seems to hang. Any ideas why?
.
Anonymous
Rated:
2007-05-11 14:21:40
perfect job!
.
Anonymous
Rated: noRate
2007-05-11 14:21:00
it's a great job! but new idea's EAP version is available, this version of the ruby pluging is not suport, looking for new version distributed!!!!
.
polesen
Rated:
2007-05-06 23:40:12
.
romeo
Rated: noRate
2007-04-21 20:00:35
Basic RHTML is available!
.
shanboli
Rated: noRate
2007-04-16 15:53:50
hi man! it is really great!
i have bean using it for several days, and it seems better than any other IDE of ruby!
i am looking forward to using the next version of Ruby plugin with rhtml highlight function!
be happy!
.
Anonymous
Rated:
2007-03-02 19:51:04
Very promising !
.
Anonymous
Rated:
2007-03-01 17:27:03
Fantastic. Finally a ruby plugin for IDEA.
.
Anonymous
Rated:
2007-02-23 02:09:08
.
oleg_s
Rated: noRate
2007-02-13 14:22:58
Live template are already added
.
Anonymous
Rated:
2007-02-11 12:29:49
Its great. I can work with J2EE and ROR in one ide now. Will track progress.
.
Anonymous
Rated:
2007-02-09 04:58:19
Please! Can you add support for Live Templates? Or abbreviations for Ruby.
.
gaff1
Rated:
2007-01-23 19:31:25
I've been using this plugin on a daily basis for a few months now and I think its great.

I update my plugin from the svn repository on a daily basis and I have found that the developers are extremely responsive to any problems that arise.

Great job, guys! Keep up the good work!
.