1

Could you people help me by saying a good Ruby compatible IDE in Ubuntu and its installation and settings with Ruby environment? I really need that one.

I don't want Rails version,only Ruby 1.9.3.

I could not find from the software center also.

Thanks

  • @JorgeCastro only have shown there what are the IDEs available for ubuntu, but none of the configuration related topic is there. Thus here I have posted back – Arup Rakshit Feb 11 '13 at 19:19
  • @PythonLikeYOU Your question asks What is a good one? not what about configuration settings etc, so it is a duplicate of the IDE question. We don't want many questions about IDE's spread over the whole site. – Seth Feb 11 '13 at 19:39
  • @Seth Yes, You are right- I just updated my decription. But I forgot to mention that. But still if you guys want I can delete my post.But in that case my trouble will not be reduced,still I am ready o delete my post. – Arup Rakshit Feb 11 '13 at 19:48
  • I personally use sublimetext 2 and redcar. – jrg Feb 11 '13 at 20:28
  • 1
    @PythonLikeYOU the install process are on the websites that I linked. – jrg Feb 11 '13 at 20:37
  • @jrg Okay does it support Ubuntu? Could you tell me the installation process also? I want an IDE ,not any text editor btw. – Arup Rakshit Feb 11 '13 at 20:51
  • @PythonLikeYOU please stop reposting the same comment, the install instructions are in the links, they work on ubuntu, and they are a text editor with the features of an IDE. – jrg Feb 11 '13 at 20:52

1 Answers1

2

You should take a look at Aptana Studio. It's available as standalone version or Eclipse Plugin. It provides many features for web development. It is really nice for PHP and Ruby. It also has Ruby On Rails features on board.

You can download it at http://www.aptana.com/.

TIIUNDER
  • 1,203
  • in Ubuntu how to do that? guide me please. – Arup Rakshit Feb 11 '13 at 19:15
  • 1
    Just download the zip-package on the website. Unpack the files, store the folder somewhere (for example in /opt) and launch the AptanaStudio3 file. This will start Aptana Studio. – TIIUNDER Feb 11 '13 at 19:18
  • Yes,but how would it communicate with ruby? That's my question actually? Is there any custom settings needed? official site saying it is tested with ubuntu 9. But I am using latest version of Ubuntu. – Arup Rakshit Feb 11 '13 at 19:21
  • It also works with newer Ubuntu versions. How should it communicate? If you edit/create ruby-files (.rb), it will use syntax highlighting for example. And it will use default ruby commands like "ruby". For that you need to install Ruby first. – TIIUNDER Feb 11 '13 at 20:02
  • Yes, I have Ruby 1.9.3 in place. but as you told in any place I can unpack it. Is it so? Or any specific folder I need to keep it ? – Arup Rakshit Feb 11 '13 at 20:04
  • Where to keep my .rb files when will be working with it, and where should I place it? Can you provide a step - by - step approach help? – Arup Rakshit Feb 11 '13 at 20:07
  • You can unpack it where you want. The best would be /opt (imho), but there you need sudo. You also can unpack it somewhere in you /home directory. If you have ruby installed, Aptana will use the standard ruby commands. Atana will also ask you for workspace or use a default workspace. The workspace is your folder for your projects/code. – TIIUNDER Feb 11 '13 at 20:08
  • Maybe this little how to helps http://www.samclarke.com/2012/04/how-to-install-aptana-studio-3-on-ubuntu-12-04-lts-precise-pangolin/ And here you can find some information about workspaces http://stackoverflow.com/questions/9507989/aptana-studio-3-what-is-a-workspace – TIIUNDER Feb 11 '13 at 20:10
  • This might be helpful, I will give it a try. Post it within your answer, so that people can find it very quickly. – Arup Rakshit Feb 11 '13 at 20:12
  • Atom IDE has Ruby language support; a core package called language-ruby. – noobninja May 22 '16 at 07:10