Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stcrocco/ruber
An IDE for Ruby written in Ruby using KDE
https://github.com/stcrocco/ruber
Last synced: 3 months ago
JSON representation
An IDE for Ruby written in Ruby using KDE
- Host: GitHub
- URL: https://github.com/stcrocco/ruber
- Owner: stcrocco
- License: other
- Created: 2010-10-29T13:39:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T08:25:23.000Z (over 9 years ago)
- Last Synced: 2024-07-16T06:10:47.445Z (4 months ago)
- Language: Ruby
- Homepage: http://stcrocco.github.com/ruber
- Size: 4.32 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.textile
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - ruber - An IDE for Ruby written in Ruby using KDE 👴 ✅ 🚀 (Happy Exploring 🤘)
README
h2. Ruber
Ruber is a fully modular IDE for ruby written in ruby using korundum, the KDE
ruby bindings.It works on Linux (and should work on other Unix-like systems).
h3. Fully modular
Except for the basic infrastructure, all of Ruber's functionality is provided by
plugins. This means that any user can easily augment Ruber's features by writing
his own plugin. He can also replace functionality provided by the plugins coming
with Ruber in a way which integrates seamlessly with Ruber itself.h3. Written in ruby
Ruber is written in ruby, and so, of course, are its plugins. This means that its
users already know the language needed to extend it. A very different situation
from, for example, Netbeans where you'd need to learn Java to write a plugin for
programming in ruby (in other aspects, Netbeans is a good IDE, with very nice plugins
for developing in ruby).h3. Using the KDE ruby bindings
Ruber uses the wonderful "KDE ruby bindings":http://rubyforge.org/projects/korundum/,
which makes it expecially suitable for people using a KDE desktop (but can be
enjoied also by users with a different desktop). In particular, Ruber makes use
of the excellent Kate part for the editor window, meaning it has the extremely
well-written ruby syntax highlighter and most of the tools Kate itself has.