Posts tagged ‘rails



Working with time zones in Rails sometimes requires a bit knowledge and persistence to get it right; I learned that this is something you can easily do wrong. Ask a random Ruby developer to get today’s Date. He will most likely respond with Date.today. And what about the current time? He’ll probably say Time.now. Both […]

Learning Rails – Routing

Posted on: Wednesday, May 21, 2014

Starting the second course, Rapid Prototyping with Ruby on Rails, over at the Tealeaf Academy, I’m starting to learn how to work with Rails. One of the subjects in this lesson of study material is Rails’s Routing documentation. In the Rails RoutingĀ guide the 7 different routes are explained that are automatically created when specifying a […]