Blog - Page 8 of 8


Course two weekthree voting
Posted on

The final section of week 3 of the course involved adding user votes to my application. This required some learning to understand what polymorphic association was. The best place to start is the Ruby on Rails Guide which states, “with polymorphic associations, a model can belong to more than one other model, on a single association”.

Read more
Url and http
Posted on

This is just a quick reminder on the make up of a URL and basic details of a HTTP request/response cycle.

Read more
Course two week three authentication tealeaf academy
Posted on

Adding user authentication to my application is obviously very important if I want to restrict what actions people can take on my site if they aren’t registered and to track the behaviour of users that are registered. There’s quite a few steps to this so I thought I’d make a separate blog post to step through it.

Read more
Course two week two
Posted on

This week involved more work on controllers and views with a focus on binding a form to an object by using form_for. This is another really handy feature of rails that can save a lot of manual setup work.

Read more
Course two week one tealeaf academy
Posted on

This weeks post is going to be more of a reference guide for some of the important steps in creating a Rails application that I have come across in the first week of the Rails course. There’s a heck of a lot to take in and this will be a handy point of reference for me.

Read more
Practical object orientated design in ruby
Posted on

Just a quick post about a book I got for Christmas called Practical Object-Orientated Design In Ruby. I’ve only just read the first chapter but already I’m seeing ways I could have improved the Blackjack game that I wrote in OO style.

Read more
Week four tealeaf academy
Posted on

Well, that’s it I’ve finished week four and also the first Tealeaf Academy course. It has been a massive learning curve but I’ve got my first web application up and running called Blackjack World. Check it out and have a play!

Read more
Tomdoc for ruby
Posted on

##TomDoc Style

Read more
Week three tealeaf academy
Posted on

I’m just coming to the end of week three of the Introduction To Ruby and Web Development course by Tealeaf Academy

Read more
Previous