supercoco9: on my way to rescue gorrino from dumb and dumber ;) read more
Twitter / supercoco9
Dealing with errors in Rails forms can be a hard task. When a form field has errors, ActionView wraps the input in a div of class “fieldWithErrors”. The result is something like this <p><div class="fieldWithErrors"><input id="user_name" name="user... read more
Entries on Spain.rb
I’m proud to see that more people are forking and using my little planetoid, a rails application for building small communities online, with feed aggregation. I started building this feed aggregator as we needed a planet for our Spain.rb associati... read more
jaime iniesta
This days I'm working every day with this stack, jruby+rails+tomcat. I was quite tired to have to pack the application and restart tomcat every time I wanted to test every slight change, so as a result, I wrote a script to use an embed tomcat wit... read more
Think in code - Home
Con tres kilos y seiscientos gramos repartidos a lo largo de cincuenta y un centímetros, el pasado miércoles a las doce y treinta y cinco de la mañana Iria se dejó abrazar por primera vez como si tal cosa. Yo sin embargo no podía dejar de bab... read more
Apuntes prestados
Este fin de semana la comunidad Ruby tiene una nueva excusa para irse de juerga cita para intercambiar conocimientos y experiencias: EuRuKo (Conferencia Europea de Ruby) '2009, esta vez en Barcelona. Las mejores charlas, la mejor gente, y a disfru... read more
Sugerencia de presentación
Lipsiadmin no ofrece manejo automático de campos relacionales, como belongs_to.El autor, Davide D'Agostino se escuda en que no es predecible el contenido a mostrar del objeto enlazado. Podría usar un método como .to_s o cualquier otro para uso exc... read more
Tecnorails
We already knew that there were two styles of testing: state-based and interaction-based. The former consists of specifying how the state of an object should change after exercising its methods. As for the latter, the interaction between the obje... read more
Putting it together