This last weekend I had some time and I started learning Ruby. I made several posts and I plan to do more so I thought I needed a place to list them all. I have a few about Ruby and about Rubymine so I will categorize them as such.
Ruby
Learning Ruby on windows: step 0
About how to install ruby and rubymine.
Learning Ruby on windows: Step 0.1 testing the hello world
Writing my first test just to learn how to write tests and learn how to call other files too.
Learning Ruby on windows: step 0.2 running ruby interactively
There is a way to run ruby interactively and here are a couple of ways to do it.
Learning Ruby on windows: step 1 classes
How to declare classes and how to use them.
Learning Ruby on windows: step 1.1 properties/accessors
How you can replace the getter and setter with accessors.
Learning Ruby on windows: step 1.2 interfaces
About interfaces or the lack thereof in Ruby and why you don’t really need them.
Learning Ruby on windows: step 1.3 inheritance
How you make one class inherit from another.
Rubymine
Learning Ruby on windows: step 0
About how to install ruby and rubymine.
Rubymine getting the test-unit to work better.
How you install a gem to then use it in a file and then that will make rubymine report your results in a more graphic way.
Learning Ruby on windows: First steps in rails using Rubymine.
How you would start a rails project from within rubymine and from the commandline.
Rails
Learning Ruby on windows: First steps in rails using Rubymine.
How you would start a rails project from within rubymine and from the commandline.
Learning Ruby on windows: First steps in rails scaffolding
How to make a small crudbased application using scaffolding.
Learning Ruby on windows: First steps in rails – adding an image to our plants
How to add an image to your model and make rails upload it and save it to the database in binary form.