(add some ruby learning links) |
|||
Line 41: | Line 41: | ||
= Introduction To Ruby Language = | = Introduction To Ruby Language = | ||
− | + | ||
− | ;[[/Ruby | + | Before starting into Ruby-KDE hacking you may want to refresh your Ruby. |
− | :'' | + | Or do you meet Ruby for the first time? Take a look on these sites: |
+ | |||
+ | ;http://ruby-lang.org | ||
+ | :''Official Ruby Homepage with a lot of information'' | ||
+ | |||
+ | ;[http://mislav.uniqpath.com/poignant-guide/ Why's (Poignant) Guide to Ruby] | ||
+ | :''Very famous ruby guide in comic style'' | ||
+ | |||
+ | ;http://tryruby.org/ | ||
+ | :'' Test Ruby right in your browser'' | ||
+ | |||
+ | ;http://ruby-doc.org/ | ||
+ | :''a lot of ruby documentation with usefull links'' | ||
+ | |||
+ | = First Steps = | ||
+ | |||
+ | ;[[Development/Languages/Ruby/Ruby-Qt/KDE Book/First Steps/Hello World|Hello World]] | ||
+ | :''Start with some simple ruby programs using Qt'' | ||
= References = | = References = |
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
Tutorial Series | Ruby |
Previous | basic level of ruby skills |
What's Next | n/a |
Further Reading | n/a |
Through the engagement of only a few guys the project Korundum on Rubyforge was raised, which allowed to use the famous Qt toolkit within the [ruby language]. The bindings were were ported to allow the use of Qt4 and KDE4. After years of development this bindings can be considered as stable for production usage. [1]
After creating a minimum of content the wiki pages will be copied into a book made with LaTeX for people prefering to work with a printed version of this set of tutorials. Afterwards the book should be synchronized with the wiki maybe every half year.
Before starting into Ruby-KDE hacking you may want to refresh your Ruby. Or do you meet Ruby for the first time? Take a look on these sites: