punerb.blogspot.com
Quick Ruby and Ruby on Rails
http://punerb.blogspot.com/2006_06_01_archive.html
Quick Ruby and Ruby on Rails. Friday, June 30, 2006. Writing our own Class. A class is a combination of state (for example, the quantity and the product id) and methods that use the state. Is the parent class of all classes in Ruby. Its methods are therefore available to all objects unless explicitly overridden. Let's write our own class - MotorCycle.rb. Def initialize(make, color). Puts 'Color of MotorCycle is ' @color. Puts 'Make of MotorCycle is ' @make. M = MotorCycle.new('Yamaha', 'red'). Instance v...
fairleads.blogspot.com
fairleads: June 2007
http://fairleads.blogspot.com/2007_06_01_archive.html
Monday, June 25, 2007. I haven't been around to add to the blog for a while, I was on vacation with my family. I just couldn't pull myself away from the warm sunny tropical beach to fiddle around with the hotel's internet connection and spend time on a post or two. We stayed at the Viva Azteca. It is the smaller of two Viva resorts in Playa del Carmen. Viva is an Italian based company, and it showed through in the variety and quality of food served at the resort. Italians know how to eat. Both languages ...
rubyoriented.blogspot.com
Ruby on Rails Tutorial: Better than Bort - BaseApp
http://rubyoriented.blogspot.com/2009/07/better-than-bort-baseapp.html
Ruby on Rails Tutorial. Better than Bort - BaseApp. On Tuesday, July 14, 2009. To use BaseApp read the tutorial below. Http:/ vladzloteanu.wordpress.com/2009/07/13/rails-startup-app-basecamp-user-authentication/. Created by Deluxe Templates. Wordpress theme by Andrei Luca.
rubyoriented.blogspot.com
Ruby on Rails Tutorial: Using Bort
http://rubyoriented.blogspot.com/2009/06/using-bort.html
Ruby on Rails Tutorial. On Monday, June 15, 2009. Download and extract Bort - http:/ github.com/fudgestudios/bort/tree/master. Created by Deluxe Templates. Wordpress theme by Andrei Luca.
rubyoriented.blogspot.com
Ruby on Rails Tutorial: hidden_field
http://rubyoriented.blogspot.com/2009/07/hiddenfield.html
Ruby on Rails Tutorial. On Sunday, July 26, 2009. Survey title.id %. Created by Deluxe Templates. Wordpress theme by Andrei Luca.
wiki.ruby-portal.de
Ruby - Wiki für die Programmiersprache Ruby
http://wiki.ruby-portal.de/Ruby
Anmelden / benutzerkonto erstellen. Änderungen an verlinkten seiten. Das offizielle Logo von Ruby. Http:/ www.ruby-lang.org. Besitzt Variablen ohne Typen (dynamische Typisierung). Hat eine einfache Syntax. Braucht keine manuelle Speicherverwaltung. Kennt Klassen, Vererbung und Methoden. Kann mit Singletonmethoden umgehen. Hat keine Probleme mit Textverarbeitung und Regulären Ausdrücken. Kann M17N und ist zeichensatzunabhängig. Ermöglicht Reflexion und Domain Specific Languages. Ruby 1.9 und 2. Aus Unzufr...