June 2010
1 post
Rails 3 + Metal
There has been a lot of talk about the new changes being introduced into rails 3, trying to upgrade current applications I found out a recipe for upgrading your Metal code:
The first thing is to change
require(File.dirname(__FILE__) + ”/../../config/environment”) unless defined?(Rails)
into
require File.expand_path(’../../../config/environment’, __FILE__) unless...
April 2010
1 post
La Vitrine
Moment Factory developed the interactive system and designed the interactive content.
The installation includes tracking devices and low-resolution LED displays and is capable of showing many different visualizations based on the presence and movement of people.
Visitors can interact with the installation every night from 7 PM to 11 PM. La Vitrine 145, rue Sainte-Catherine Ouest,...
March 2010
1 post
go: flag →
Checking out the flag package, Go’s built in command line argument parser. Here’s a simple example:
// flag.go
package main import ( "flag" "fmt"
) var code *int = flag.Int("areacode", 716, "give me your codes") func main() { fmt.Printf("Testing out flags!\n"); flag.Parse();...
December 2009
2 posts
Rails Tutorial →
For all new comers to RAILS please do check it out.
Si eres nuevo en RAILS, este tutorial es el mejor.
Tokio Cabinet
Tokyo Cabinet resources
http://1978th.net/tokyocabinet/index.html
official page and presentation (really dense)
http://1978th.net/tokyocabinet/rubydoc/
cabinet rdoc
http://openwferu.rubyforge.org/tokyo.html
install instructions, best way to learn is to play in the mud
http://www.igvita.com/2009/02/13/tokyo-cabinet-beyond-key-value-store/
relly good overview and performance analys of ruby...
November 2009
2 posts
Video de mi presentación para el sitio Pio.la sobre Mongo Mapper
September 2009
1 post
August 2009
2 posts
New design
Welcome to our newly redesigned webpage, we feel that this new look suits us good. As we strive to become better we think that our customer relationship should evolve just as our technologies. That is why we’re launching some new exciting for future and current customers.
Project status and percentage of completion. Clients will be able to check online for stories completed via Pivotal Tracker...