Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

All Blogs

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

    Search

    XML Feeds

    Google Ads

    Tags: rubymine

    comments

    In my last post I made a model plant with 3 attributes, namely name, height and color. Now I would like to add an image to that because that always seems to be the most difficult thing to do. I also decided that it would be a good idea to keep the image in the database, just because I like to be different.

    Read More...
    comments

    So this morning I started with rails and created my first application, of course this had to be an hello world type of application. Now I would like to make something a bit more challenging. A plant database with a name, the height and the color.

    Read More...
    comments

    In my attempt to learn Ruby and now rails - the hard way - I use Rubymine. So my next step is to install rails and get something on the screen.

    Read More...
    comments

    My ruby posts

    by Christiaan Baes (chrissie1) on Jul 25, 2011 in categories Ruby-on-Rails. Article views: 987 views

    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 R…

    Read More...
    comments

    Learning Ruby on windows: step 1.3 inheritance

    by Christiaan Baes (chrissie1) on Jul 24, 2011 in categories Ruby-on-Rails. Article views: 1794 views

    Introduction In my previous post I talked about interfaces. In this one I just do simple inheritance with the same classes as in the previous post. More difficult scenarios are possible but We should watch out with inheritance because it can get to c…

    Read More...
    comments

    Learning Ruby on windows: step 1.2 interfaces

    by Christiaan Baes (chrissie1) on Jul 24, 2011 in categories Ruby-on-Rails. Article views: 1486 views

    Introduction Since I come from statically typed language the next thing to look for are interfaces. An interface in .Net is more or less a contract or a way to make multiple inheritance possible whatever you like. There are people who can explain it…

    Read More...
    comments

    Introduction In my previous post I used classes and used getters and setters like we did in the good old Java days. But as Jak Charlton (Thanks for all his help). pointed out there are other ways to do the getter-setter thing in Ruby. Accessors…

    Read More...
    comments

    Learning Ruby on windows: step 1 classes

    by Christiaan Baes (chrissie1) on Jul 24, 2011 in categories Ruby-on-Rails. Article views: 601 views

    Introduction I am on my way to learn Ruby (my way). So I randomly try out things I think I might need or think that seem important to me. I try not to look at books to much because I learn best from making mistakes, if you do everything right the fir…

    Read More...
    comments

    Rubymine getting the test-unit to work better.

    by Christiaan Baes (chrissie1) on Jul 23, 2011 in categories Ruby-on-Rails. Article views: 1384 views

    Introduction As you might have read I had a little problem with my first test and rubymine. It ran the test but it did complain and did not show the pretty results I like and want. The problem

    Read More...
    comments

    Learning Ruby on windows: step 0

    by Christiaan Baes (chrissie1) on Jul 23, 2011 in categories Ruby-on-Rails. Article views: 993 views

    Introduction I guess it is time for me to learn Ruby and see what all the fuss is about. Here is how I got it installed and how I got a first little scribble done. The IDE First thing to do is look for an IDE since those things always make you…

    Read More...