Ultimos Posts 1. 10/12/2009 12:09 - Netbeans 6.8 New release of this nice IDE for Ruby, PHP and Python (I did not try NetBeans for Java :( ). To start playing with Ruby, this is a good start: http://netbeans.org/kb/docs/ruby/setting-up.html Update: Mmm.. http://forums.netbeans.org/topic20818.html... 2. 02/12/2009 10:02 - Smalltalk-72 instruction manual I don't remember how, but I end up reading some parts of this relic. Some notes: Objects Every entity in Smalltalk's world is called an object. Objects can remember things and communicate with each other by sending and receiving messages. Every object belongs to a class (which is also an object). The class handles all communication (receiving a message and possibly producing a repl... 3. 19/11/2009 12:12 - Action mailer & helpers If you want to use a helper from an action mailer template remember to use this: class OsomMailer helper :some_helper_name You have to use some_helper_name if your helper is defined as " some_helper_name _helper.rb"... 4. 13/11/2009 12:15 - Testing - problems - rspec controllers - recordnotfound If you are using Rspec to test a controller method that raise a RecordNotFound exception be aware of adding this: controller.use_rails_error_handling! in your controllers. Here you can find an example: http://pastie.org/151743 otherwise the exception will be thrown, and your test will fail :(. "Over and out" Update: I wrote this before running my test, so now I know that the previo... 5. 13/11/2009 09:57 - Pivotal Realmente muy buena aplicación para proyectos ágiles, de lo mejor que utilice (tampoco probé tantas :)) --> http://www.pivotaltracker.com/ . Altamente recomendable. Pero desde mi punto de vista es mejor que Bugzilla, Redmine, Trac, etc. Es más simple y muy dinámico (mucho Javascript [que anda bien]). Labs: http://pivotallabs.com También tienen charlas: http://pivotallabs.com/talks ... | Estadisticas Posicion del Blog en Nuestro Ranking Hits Semanales Hits Mensuales |