Keynote article ...
Other articles ...
[4682] One line scripts - Awk, Perl and Ruby
[4681] Ruby testing with RSpec - a new example
[4680] Processing data line by line - iterator in Ruby with yield
[4679] Reading in XML in Ruby with xmlsimple
[4676] Running shell (operating system) commands from within Ruby
[4675] Exceptions in Ruby - throwing, catching and using
[4674] Alternating valuses / flip-flop / toggle - example in Ruby
[4580] Easy example - data record to object and object to data record mapping in Ruby
[4579] Behaviour and test driven development in Ruby using RSpec
[4553] RUby - loading, using, changing, storing JSON format data
[4552] Scenario outlines - tables of values to test - in Gherkin / Cucumber
[4551] Testing your new class - first steps with cucumber
[4550] Build up classes into applications sharing data types in Ruby
[4549] Clarrissa-Marybelle - too long to really fit?
[4544] RSpec - Ruby testing (stand alone example / no cucumber)
[4504] Where does Ruby load modules from, and how to load from current directory
[4503] Separating your code for easier testing, understanding and re-use; example in Ruby
[4502] Reading and parsing a JSON object in Ruby
[4501] Defining the behaviour of your web site and testing that it works
[4499] Significant work - beyond helloworld in Ruby
[4498] Ruby - where one statement ends and the next begins
[4402] Finding sum, minimum, maximum and average in Python (and Ruby)
[4389] Cucumber example - test::unit, scenario outlines, datafile driven test
[4388] Global Regular Expression matching in Ruby (using scan)
[4386] Guide exercise to help you learn Gherkin, Cucumber and Rspec
[4384] Installing Cucumber on Ubuntu - cannot load such file -- mkmf (LoadError) message
[4383] Improved test in Cucumber with RSpec
[4382] Second step Cucumber and Gherkin - beyond Hello World
[4381] Installing Cucumber (Ruby)
[4370] Conditionals, loops and methods in Ruby - a primer with simple examples
[4369] Ruby - the second rung of learning the language
[4368] Shuffling a list - Ruby and Python
[4294] A bright new gem - updated Ruby training
[4010] Really Simple Rails
[4009] Clear, concise examples - Ruby classes and objects.
[4008] Reading and checking user inputs - first lessons - Ruby
[4003] Web and console - same principle, same code - Ruby example
[3799] Ruby Documentation through rdoc
[3783] Load path, load and require in Ruby, and a change from 1.8 to 1.9
[3782] Standard methods available on all objects in Ruby
[3781] Private, Protected, Public in Ruby. What about interfaces and abstract classes in Ruby?
[3780] Ruby of Rails - cleanly displaying model data in the view
[3779] Adding validation to form entries and sticky fields - Ruby on Rails
[3778] Providing a form to allow the user to add data to the model - Ruby on Rails
[3777] Multiple views in a single appication - sharing common parts of the template - Ruby on Rails
[3773] Ruby on the web - a simple example using CGI
[3772] Hello World - Ruby on Rails - a checklist of each step
[3769] Muttable v immutable and implications - Ruby
[3760] Why you should use objects even for short data manipulation programs in Ruby
[3758] Ruby - standard operators are overloaded. Perl - they are not
[3757] Ruby - a teaching example showing many of the language features in short but useful program
[3756] Ruby on Rails - how it flows, and where the files go
[3623] Some TestWise examples - helping use Ruby code to check your web site operation
[3622] Loading Ruby classes - where does Ruby look?
[3621] Matching regular expressions, and substitutions, in Ruby
[3619] Ruby v Perl - a comparison example
[3435] Sorta sorting a hash, and what if an exception is NOT thrown - Ruby
[3432] 3 digit HTTP status codes - what are they, which are most common, which should be a concern?
[3431] Ruby at both extremes of your website
[3430] Sigils - the characters on the start of variable names in Perl, Ruby and Fortran
[3428] How many days to Christmas?
[3426] Automed web site testing scripted in Ruby using watir-webdriver
[3424] Divide 10000 by 17. Do you get 588.235294117647, 588.24 or 588? - Ruby and PHP
[3422] Assigning values to variables within other statements - Ruby
[3421] Ruby off the Rails?
[3260] Ruby - a training example that puts many language elements together to demonstrate the whole
[3255] Process every member of an array, and sort an array - Ruby
[3254] Multiple inputs, multiple out, ruby functions
[3253] Is this number between? Does this list include? - Ruby
[3158] Ruby training - some fresh examples for string handling applications
[3156] Splitting data reading code from data processing code - Ruby
[3155] Rake - a build system using code written in Ruby
[3154] Changing a class later on - Ruby
[2980] Ruby - examples of regular expressions, inheritance and polymorphism
[2979] Ruby - yield; parallel routines
[2977] What is a factory method and why use one? - Example in Ruby
[2976] Creating, extending, traversing and combining Ruby arrays
[2975] Why do I need brackets in Ruby ... or Perl, Python, C or Java
[2974] Formatting your output - options available in Ruby
[2893] Exclamation marks and question marks on ruby method names
[2892] Alternative loops and conditionals in Ruby and Perl
[2866] Ruby - how does it compare and where is it the right language?
[2826] Ruby - training for automated testing users
[2714] A simple example - XML from a Ruby program
[2711] For loop - checked once, or evety time? Ruby v Perl comparison and contrast
[2651] Calculation within objects - early, last minute, or cached?
[2623] Object Oriented Ruby - new examples
[2621] Ruby collections and strings - some new examples
[2620] Direct access to object variable (attributes) in Ruby
[2619] Passing code to procedures and yield in Ruby
[2618] What are Ruby Symbols?
[2617] Comparing floating point numbers - a word of caution and a solution
[2615] String to number conversion with error trapping in Ruby
[2614] Neatly formatting results into a table
[2613] Constants in Ruby
[2610] Cheat Sheet - what do you need for Ruby on Rails?
[2609] Scope of variables - important to Ruby on Rails
[2608] Search and replace in Ruby - Ruby Regular Expressions
[2607] Answers on Ruby on Rails
[2606] Sorting arrays and hashes in Ruby
[2605] Ruby on Rails - a sample application to teach you how
[2603] Ruby objects - a primer
[2601] Ruby - is_a? v instance_of? - what is the difference?
[2296] Variable scope - what is it, and how does it Ruby?
[2293] Regular Expressions in Ruby
[2292] Object Orientation in Ruby - intermediate examples
[2291] Collection objects (array and hash) in Ruby
[2290] Opening and reading files - the ruby fundamentals
[2287] Learning to program in Ruby - examples of the programming basics
[2286] New to programming? It is natural (but needless) for you to be nervous
[2104] Ruby Programming and Rails - 4 different courses in one
[1891] Ruby to access web services
[1890] MySQL database from Ruby - an example
[1889] Ruby mixins, modules, require and include
[1887] Ruby Programming Course - Saturday and Sunday
[1875] What are exceptions - Python based answer
[1720] Some Ruby lesser used functions
[1588] String interpretation in Ruby
[1587] Some Ruby programming examples from our course
[1586] Variable types in Ruby
[1582] Ruby, C, Java and more - getting out of loops
[1302] Ruby, Ruby, Ruby. Rails, Rails, Rails.
[1050] The HTML++ Metalanguage
[1041] Learnt in London - Ruby, Martini, Coral and the Core
[1027] Cue the music, I'm happy.
[995] Ruby's case - no break
[991] Adding a member to a Hash in Ruby
[990] Ruby - Totally Topical
[987] Ruby v Perl - interpollating variables
[986] puts - opposite of chomp in Ruby
[985] Equality in Ruby - == eql? and equal?
[983] Blessing in Perl / Member variable in Ruby
[962] Breaking a loop - Ruby and other languages
[960] 1st, 2nd, 3rd revisited in Ruby
[664] Ruby course - oops - it's not happening
[550] 2006 - Making business a pleasure
[184] MTBF of coffee machines
Top or
Show all for Ruby and Ruby on Rails