Ever since Rails 3.1 adopted coffeescript within the asset pipeline as a default, coffescript has become an increasingly popular language for easily writing your javascript code. Despite a lot of tutorials out there on how to write coffee and take...
-   
Organizing coffeescript code in a Rails 3 app
 -   
How to check if object can be destroyed if it has dependent: restrict associations
Rails provides several handy options for specifying how to deal with associated models upon deletion, for example: class Blog has_many :posts, :dependent => :destroy end The destroy value for the dependent option will call the destroy method for...
 -   
Default request parameters in Rails functional tests
I was looking for an easy way to force every request in a functional test in Rails to use a set of parameters by default, regardless of being specified explicitly. This is, every time I write: it "should get index" do get :index end Rails should...
 -   
InSTEDD at Pacific Endeavor 2011
InSTEDD at Pacific Endeavor 2011
 -   
Using xmpp for mocking SMS channel in Nuntium
For those of you not familiar with it, Nuntium is an open-source tool we developed together with InSTEDD for easily building applications that rely on SMS for communication. Even though several other kinds of channels are supported, such as email or...
 -   
Reuse code, not user experience
Let’s face it: as a developer, I’m lazy. I just want to write just enough code. What is more, I want to reuse it whenever possible. I want it to be abstract. If I’m asked to implement a view which needs a sortable grid, one of those whose rows you...
 -   
Thesis in Computer Science
After a long time, I have finally finished my thesis to get the MSc in Computer Science degree, from FCEN UBA. It has been almost a year since I started working in the thesis in the context of Manas Research, and before that I had been working on it...
 -   
Don’t make me think... nor work more than I’m supposed to
Don’t make me think... nor work more than I’m supposed to
 -   
Careful when truncating strings
Careful when truncating strings
 -   
Nuntium: exponential backoff and new xmpp library
This week we’ve updated nuntium to version 2.8, yay! Aside from some minor bug fixes, nuntium now implements an exponential backoff strategy when a message delivery fails. Previously, it worked like this: A message failed to be delivered. If the...
 
Contributors

Nicolás di Tada Founder

Jonathan Kicillof Art Director

Matías García Isaía Full-stack Engineer & Site Reliability Engineer

Francisco Tarulla Full-stack Engineer

Martin Pettinati Marketing & Communications Lead

Diego Duarte Full-stack Engineer
Ismael Bejarano Full-stack Engineer

Beta Ziliani Team Lead & Product Manager

Leandro Radusky Alumni

Martín Verzilli CTO

Sergio Medina Alumni

Pablo Brusco Alumni

María Inti David Alumni

Ary Borenszweig Alumni

Santiago Palladino Alumni

Valeria Tiffenberg Alumni

Paula Mallol Alumni

Juan Wajnerman Alumni

Brian J. Cardiff Alumni

Leandro Matayoshi Alumni

Mitchell Russell Alumni