We all know (start_date..end_date).include?(this_date) is quite slow. If you have seen Ben Orenstein's talk about refactoring, you might know (...).cover? is much faster... but is it fast enough?
Since I realized I'm gonna use some client-side templating engine anyways, nested forms are much easier to build. The example uses handlebars, formtastic and slim, changing them is very straightforward.
What if you don't want to install yet another rails version just to try it out? Put it to Rails Nursery! Then you can get rid of it with a simple command.
Going back to Vlad doesn't mean you should ditch all the things you learned from Inploy. Leverage RVM, bundler with the least effort and most control. Make deployments even more robust.