Ruby Development Using jEdit
By Angsuman Chakraborty, Gaea News NetworkMonday, July 31, 2006
jEdit is a popular Java based code editor. I have used it extensively and highly recommend it. Now you can also develop in Ruby using jEdit. And I am not just talking about syntax highlighting, much much more.
The jEdit Ruby Editor Plugin lets you manipulate Ruby and Rails code at the syntax level. Focused on programmer productivity, the plugin provides method completion and an integrated Ruby documentation viewer.
It allows variable refactoring, copy, cut, paste actions that operate on whole line when no text is selected, smarter autocompletion of brackets and quotes etc.
It is installable via the jEdit Plugin Manager.
It works with latest release 0.9 of JRuby & Java 5.0.
You can download it here.
March 4, 2009: 3:04 pm
[...] will ideally need a source code editor like JEdit. At the least use notepad or vi (on *nix) to edit the source code. Do not use any word processing [...] |
October 8, 2008: 12:06 pm
Ruby language is often used in conjunction with the Rails framework, created by David Heinemeier Hansson in 1994. It is a framework consisting of a variety of programs to help you develop web application easily and quickly. Thus, Ruby on Rails is the most popular and profitable web development tool which makes the work of Ruby programmers simpler as it cuts down on the amount of code writing. In spite of having their own identities, Ruby language and Rails framework perfectly compliment each other and are often thought of as an inseparable unity. Actually, Ruby is the base foundation for Rails; it was built on the ground of Ruby language. So, if you have a perfect knowledge of Ruby, you will definitely not face any problems working with Rails. However, it doesn’t purport the idea that without mastering Ruby you won’t be able to work on Rails. But it will greatly facilitate your understanding of the Rails code and significantly decrease the time taken to make your application go up. Thus, they both go hand in hand. In comparison with the other programming languages and development frameworks, Ruby on Rails is a very efficient and highly beneficial way of developing successful web applications in a shorter time. It is no wonder that Ruby has received world wide recognition and has successfully been used by programmers as an efficient development tool. |
How to Write Java WebStart Application in 5 minutes