curl X GET u user:pass "http://twitter.com/statuses/replies.xml?since id ..." require 'hpricot' (y rubygems y net/http si no...) r Net::HTTP::get response(URI.parse ...
http://thinkincode.net/2007/4/3/consumir microformatos con xquery mozila blog microformats posts in Dec2006 0: introduction 1: structured data 2: the fundamental ...
FROM my table WHERE name LIKE 'Pat%' Comment.find by sql("SELECT FROM comments WHERE text LIKE 'a%'") http://sobrerailes.com/tags/rails%20ruby HecPeAre 22 Sep ...
http://www.railsenvy.com/2007/12/17/the future of web services http://www.patchedsoftware.com/FutureOfWebServices.mov http://www.patchedsoftware.com ...
I've not used these plugins (so I'm not sure about the info) zentest launch test all time redgreen colors on console (useful for zentest) filecolumns upload ...
globalize, gettext create database openid development DEFAULT CHARSET utf8; # Modificar config/database.yml (añadir datos y encoding: utf8) mysql user root p execute ...
Related pages: ActiveResource External links: http://wiki.rubyonrails.org/rails/pages/Edge rake rails:freeze:edge rake rails:unfreeze Last stable version rake ...
Related pages: Deprec , Capistrano http://articles.slicehost.com/2007/9/10/ubuntu lts mysql and ror ubuntu lts mysql and ror http://articles.slicehost ...
http://www.deprec.org/ http://www.jesuscarrera.info/2007/08/18/deployment con deprec/ http://webtypes.com/2007/03/15/announcing capistrano server extensions ...
Related pages: Subversion This episode will walk you through setting up a Rails project on subversion. It covers some helpful tips and gotchas you may experience ...
63 Model Name In URL By default, Rails uses the model's id in the URL. What if you want to use the name of the model instead? You can change this behavior by overriding ...
Related: ShareSession rails openid cd openid mysqladmin uroot p #root o el usuario q se tenga create database openid development DEFAULT CHARSET utf8; exit ...
Related: OpenIdAuthenticationPlugin http://www.pjhyett.com/posts/186 rails interacting with an external database class MyModel En association.rb, nonce.rb y settings ...
Mejor no usar las fixtures Al menos no para tests de modelos. Así no dependen de las modificaciones en las propias fixtures conforme se crean más tests. Stubbing ...
al hacer sudo gem install gettext me aparecia: (Ubuntu 7.04) Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer ...
Aquí os dejo la recopilación de los 3 primeros screencast y el código fuente. Si es la primera vez que lees este Blog, se trata de una apliación para la gestión de ...
33 Making a plugin link script/generate plugin stringify time #vendor/plugins/stringify time/init.rb #init.rb is called when the plugin is loaded #init.rb: require ...