Archivo de la categoría: Programación

Ambient Noise: sonidos blancos para tu mente

Me he encontrado esto y me ha parecido una gran idea para programar (o para concentrarse en pasarte la siguiente fase de The Last Ninja, jeje): http://anoise.tuxfamily.org/ Muy buen trabajo y apariencia. Funciona muy limpio y proporciona gran tranquilidad. Además … Sigue leyendo

Escrito en Programación, Uncategorized | Etiquetado , , | Deja un comentario

New project published

I have recently published a small project at Bitbucket, called «view_reports». This small project allows people to connect to a database and get a tiny report of a table from that database. The main key is that uses Yubikey [1] … Sigue leyendo

Escrito en Programación, Ruby, Software, Software Libre | Etiquetado , , , , | Deja un comentario

Query SQLite looking for boolean records

Today I have needed to ask an SQLite DB to get some records with a field set to true, and all my first attempts to do it have been failed. Finally I have achieved it, and I would like to … Sigue leyendo

Escrito en Programación | Etiquetado , , , , , , , | Deja un comentario

Dinamyc callbacks on Rails, is it possible?

Today I have tried to do this: let any application application, and among all the tables to storage the data of your model estructure, there is one called «Configuration». As you can suspect, this table will storage some configuration options … Sigue leyendo

Escrito en Programación | Etiquetado , , | Deja un comentario

Capybara screenshot on ancient Rails 2.3.X projects

Recently I’ve been playing with some tests on an old Rails Project. In terms of actual Computer Science Mesure Units or CSMUs, this is quite old (remember that one CSMU is the time used by a user to change his/hers … Sigue leyendo

Escrito en Programación | Etiquetado , , , | Deja un comentario