Ruby on Rails

How to put Google Maps into Ruby on Rails

Introduction Last week A month ago Gerard Lolkema had a lot of trouble getting Google Maps working in Ruby on rails so he asked me for help. Gerard Lolkema already found a tutorial to do this. The tutorial: Rails, Geocoding, and Google Maps from Andre on Tech. This tutorial provides…

read more →

Tutorial Flex on Rails login system part 1: Introduction

These tutorials are a translation from this page that is the wiki of my school. I also mention this tutorial here If you have a little experience with Flex or/and Actionscript 3.0 you wan’t more, like receiving data from different databases. That is what this tutorial explains to you. The…

read more →

Ruby on Rails database migration

 You can design your database diagram very well upfront but in the end there will always be some change in it, specially if you are going to use a technique as Ruby on Rails(RoR) for the first time. A basic example,  my “users” table looked like the image right. After…

read more →

How to set up a database for Ruby on Rails

On thing you have to over-think very well before you start programming in Ruby on Rails(RoR) is the database design and the relationships between tables. How do I name the tables and fields inside the database and what are the relations between tables. In this blog post I explain some…

read more →

Tutorial: Flex 2.0 with WebORB

One year ago we started a project in the next web minor with Flex, WebORB and Ruby on Rails. The goal of the project was to create a video site for concert video’s shot with a mobile phone or something like that. That is not really the point of my…

read more →