Buscar
Informática
- Coffe Bytes Artículos sobre desarrollo web y Linux.
- FSF – Debian hardware DB This link helps people choose Free Software compatible hardware
Noticias
- Coffe Bytes Artículos sobre desarrollo web y Linux.
- OMG! Ubuntu! Actualidad sobre Ubuntu
Software Libre
- FSF – Debian hardware DB This link helps people choose Free Software compatible hardware
Tecnología
- Coffe Bytes Artículos sobre desarrollo web y Linux.
- FSF – Debian hardware DB This link helps people choose Free Software compatible hardware
Tecnología social
Archivo de la etiqueta: rails
LibreOffice headless: debugging session (OMG!)
A couple of years ago I decided to try LibreOffice’s «–convert-to» parameter to generate different formats of a document, instead of using the ancient listen-on-port-8100 service and use an external Python script in order to do the dirty job of … Sigue leyendo
Escrito en Programación, Ruby, Software, Solucioname esto...
Etiquetado debug, headless, libreoffice, rails, ruby, ruby on rails, software
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 boolean, false, query, rails, ruby on rails, sqlite, sqlite3, true
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