I’ve decided to dedicate a series of posts to Rails Best Practices because I think it is important to share in order to continuously improve the way you write programs.Write t...
Read moreI’ve decided to dedicate a series of posts to Rails Best Practices because I think it is important to share in order to continuously improve the way you write programs.Write t...
Read moreIt happens sometimes that you have to implement creation or editing of a model splitted on more than one form. A classic case is a registration form divided into two steps or ...
Read moreIn a Ruby on Rails application I'm developing, client asked me to add a feature that allows users to download a full picture gallery as a single zip file. Quite obviously, I dec...
Read morePrevious posts: Building a Web 2.0 startup: Part 1 – idea and analysis of competitors Building a web 2.0 startup: Introduction In this second post about the startup of ...
Read morePrevious posts: Building a web 2.0 startup: Introduction One of the fundamental aspects for the start of a startup, especially in the web world, is to have a good initial i...
Read moreThis will be the first one of a series of articles describing the way will lead DevInterface to the creation of a Web 2.0 application for the public.In particular, we will discu...
Read moreHello everyone. Today I will show how to implement a viewing system for any model of your Rails application. Suppose we have a model News and we would like to keep track of ho...
Read more