This year is coming to an end and it was amazing for us at Plataforma Tecnologia. We are proud to share with you, faithful reader, our accomplishments in 2010, which weren’t few. Open Source The year has begun on fire. In February, José Valim made his way into the Rails Core team and has been … »
Tags: devise, dsl, euruko, rails, railsconf, responders, review, rubyconf, show_for, simple_form, Posted in English, 1 Comment »
One of the great gems released in the past few months was OmniAuth. It is very easy to use, it works without tons of configurations (unless configuring XML files is your thing) and there are already plenty of resources about it on the internet. However, it is not easy to do acceptance tests with Omniauth … »
Tags: acceptance tests, devise, omniauth, Posted in English, 4 Comments »
When I first got into Ruby and Rails development, I was impressed about how everything worked. A few lines of code and so much got done. At that time, if I was reading a book or blog post that said: “just do X and Y will automagically work”. I would gladly accept those instructions. However, after a while, … »
Tags: crafting rails applications, Posted in English, 16 Comments »
We have been working on SimpleForm for some time since the last release and have got a lot of contributions from community. Now it is time for a new release with more HTML 5 compatibility plus some new cool features. So, without further ado, lets take a ride on the new stuff. HTML 5 One … »
Tags: form, html 5, open source, rails 3, simple_form, Posted in English, 5 Comments »
There is a vulnerability in Devise source code that allows someone to steal your session through session fixation attacks. Who is affected? This vulnerability is present in all Devise versions, in both 1.0 and 1.1 branches. However, you are only affected if you are using a Active Record ou Memcached or other server persistent session … »
Tags: devise, security fix, Posted in English, 2 Comments »
Suppose you park your car in a neighborhood with a lot of occurrences of vandalism and crimes. If you return two weeks later, there is a good chance that you will find the car in the same state that it were when you left it there. Now imagine if you parked the same car but … »
Tags: Broken Windows., CI, Posted in English, 7 Comments »