permalink

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 defined?(Rails)

This way using the new system for the absolute path to your app.

Next depending on the function of your app you should change

[404, {“Content-Type” => “text/html”}, [“Not Found”]]

in to

[404, {“Content-Type” => “text/html”, “X-Cascade” => “pass”}, [“Not Found”]]

This ”X-Cascade” => “pass” allows for the call to keep going through your routes and see if any other catches this call.

Last is to declare your action on the router, this wasn’t necessary on Rails 2 since Metal would go through Rack before Rails, but now that Rails is an actual Rack app, we need to express all of our routes.

match ‘/metal_path’, :to => MetalClass

permalink

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, Montréal.

permalink

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 Tokyo libraries

permalink

Video de mi presentación para el sitio Pio.la sobre Mongo Mapper

permalink Ideas

Ideas

permalink This is the most accurate representation of what we do on our business.
Taken from http://blog.slicedbreaddesign.com/

This is the most accurate representation of what we do on our business.

Taken from http://blog.slicedbreaddesign.com/

permalink
permalink

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 and get a sense of the speed of the project.
  • Bug tracker. Submit a form for found bugs or request new features.
  • Pay for services online. Pay your hosting/services bills through our automated online system with a credit card or PayPal account. Download past invoices and/or facturas
We are working on some other cool new features that will be rolling in the coming months.