José Valim, Lead Developer at Plataforma Tecnologia and Rails Core Member, will be in Barcelona from 12nd to 19th June. Between trying some Tapas and Paellas, José Valim will be at Spain to open new business opportunities. So if you are running a company in Barcelona, Madrid or nearby, this is a great opportunity for a Training Session in Rails … »
Tags: business, events, Posted in English, Comments Off on Plataforma Tec and José Valim in Barcelona
Since moving to Mac, I always find it surprising that the default Mac OS X Ruby and IRB doesn’t allow inputs with accented characters. So, you cannot do name = “George Guimarães” This is annoying for brazilians and anyone who uses non-ASCII characters. The problem is that the default Ruby in Mac OS X isn’t … »
Tags: irb, ruby, rvm, unicode, Posted in English, 5 Comments »
One of the beauties in the Open Source world is the possibility of reading other people source code and learn new things. However, lately I found out that not only the library code, but the test suite of several open source projects are full lessons for us. In this post, I want to tell you … »
Tags: capybara, euruko, i18n, open source, rails 3, railties, ruby, tests, Posted in English, 5 Comments »
I’ve been playing a lot with Rails 3 lately, it’s completely awesome! However, we don’t have any Rails 3 app in production at the moment, all projects that Plataforma has been doing for its clients so far are using Rails 2.3.5. Since I was already having fun with Rails 3, I thought I should also … »
Tags: rails, rvm, Posted in English, 18 Comments »
We have been working in a project which deals with date events and we needed a recurrence feature in the application. An initial implementation could simply work with Rails ActiveSupport and use its Date helper methods, in order to shift by day, week, month and others. >> Date.today => Thu, 15 Apr 2010 >> Date.today.next_month … »
Tags: rails, recurrence, Posted in English, 2 Comments »
Two months ago we were celebrating Devise’s birthday. We were not talking about its age, Devise had just 4 months of life, but we were happy to reach the 1.0 release. Today we are celebrating again! We are very proud and glad to have Devise in its first Railscast! Ryan Bates has done a great … »
Tags: authentication, devise, engine, plugins, rails, railscasts, Posted in English, 12 Comments »