Rails 3

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 "

Responsabilité de la sécurité des applications Web

Flicking of TV channels, clicks of mouse or the turning of newspapers pages would have inadvertently told you about the various hacking of mega corporations, with misappropriated data, personal and financial information. This type of hacks have left a lot of corporations embarrassed for failing to protect their business image. Web Application Security is the …

Responsabilité de la sécurité des applications Web En savoir plus "

Les bases de la création et de l'utilisation de modules dans Rails

Ruby on Rails est un merveilleux framework d'application Web open source full-stack privilégiant la convention plutôt que la configuration. Grâce à des composants réutilisables et facilement configurables normalement utilisés pour la création d'applications, la création d'applications dans Rails est plus rapide et plus facile, ce qui entraîne une amélioration de la productivité et de la croissance de l'entreprise. Il gagne du terrain auprès des développeurs car il est flexible, évolutif et simple à utiliser…

Les bases de la création et de l'utilisation de modules dans Rails En savoir plus "

Une introduction à l'API Rails

API stands for Application Interface Program, which provides one application to interact with ‘n’ number of applications which is of same/different language, to access the data/functionality. Creating API application provides more scalability to the web applications. It will also helps for the easy integration with cross domain applications/languages. • iOS apps • Android apps • …

Une introduction à l'API Rails En savoir plus "

Supprimer des fichiers de l'historique des révisions du référentiel SVN

When we work on a private repository which is used for our personal testing or development, we may upload some private data. The unwanted file uploads in multiple commits will drastically increase the repository size. Once the development work is over and when we decide to make the repository public, we will have to consider …

Supprimer des fichiers de l'historique des révisions du référentiel SVN En savoir plus "

Source du formulaire d'installation RoR et déploiement d'une application de test

• download the ruby source, then unzip, untar, configure and install [root@railstestwebmin ~]#wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2 [root@railstestwebmin ~]#tar xjvf ruby-1.9.3-p194.tar.bz2 [root@railstestwebmin ~]#cd ruby-1.9.3-p194 [root@railstestwebmin ruby-1.9.3-p194]#./configure [root@railstestwebmin ruby-1.9.3-p194]#make [root@railstestwebmin ruby-1.9.3-p194]#make install • check the ruby version [root@railstestwebmin ~]#ruby -v • download ruby gems and install [root@railstestwebmin ~]#wget http://rubyforge.org/frs/download.php/76073/rubygems-1.8.24.tgz [root@railstestwebmin ~]#tar xzvf rubygems-1.8.24.tgz [root@railstestwebmin ~]#cd rubygems-1.8.24 [root@railstestwebmin rubygems-1.8.24]#ruby setup.rb …

Source du formulaire d'installation RoR et déploiement d'une application de test En savoir plus "

Engine Yard – La prochaine plateforme cloud

Engine Yard is one of the leading development and deployment platform for the cloud. With a unique combination of Ruby on Rails Expertise, operations automation, open source community involvement, and world class service. Engine Yard empowers businesses to build and run cloud based applications easily and cost effectively. More than 2,200 customers, from explosive growth …

Engine Yard – La prochaine plateforme cloud En savoir plus "

Comment utiliser l'API LinkedIn dans les applications Rails ?

LinkedIn  provides 2 APIs: The JavaScript API is a rich client library enabling you to build dynamic applications in the web browser. Use OAuth 2 to easily authorize users via the “Sign In with LinkedIn” button, access LinkedIn data with native objects, and interact with Plugins. The REST API provides a simple, consistent representation of …

Comment utiliser l'API LinkedIn dans les applications Rails ? En savoir plus "

Problèmes rencontrés lors de la configuration de Rails 3 avec Ruby 1.9.2

I migrated all my applications to Rails 3 with ruby 1.9.2, after I installed ruby I faced few errors. Few of them are 1) The arrow keys were not working in irb console and “no such file to load –readline” error. This is the problem which occurs when the readline extension is not installed with …

Problèmes rencontrés lors de la configuration de Rails 3 avec Ruby 1.9.2 En savoir plus "

fr_FRFrench