Bundler : La gestion des gemmes d'application Ruby simplifiée !
Bundler is as new concept introduced in Rails 3, which helps us to manage our gems for the application. It is used to install and include the gems needed by the application. If the gem is available in the system bundle it will use that, otherwise it will pick the same from the rubygems.org. Bundler …
Bundler : La gestion des gemmes d'application Ruby simplifiée ! En savoir plus "