Blogues

Comment installer Rails 3.2.3 ?

This release changes the default value of config.active_record.whitelist_attributes to true. This change only affects newly generated applications so it should not cause any backwards compatibility issues for users who are upgrading but it may affect some tutorials and introductory material. Rails 3.2.3 also introduces a new option that allows you to control the behavior of …

Comment installer Rails 3.2.3 ? En savoir plus "

Comment installer et configurer RVM ?

Ruby Version Manager allows you to install and manage several different versions and implementations of Ruby on one computer, including the ability to manage different sets of RubyGems. It is a command line tool which allows us to easily install, manage and work with multiple Ruby environments from interpreters to sets of gems. Hello, Kinldy …

Comment installer et configurer RVM ? En savoir plus "

Comment intégrer Google Analytics dans l'application Rails 3 ?

Google Analytics is a great tool to present statistics on your websites performance. Installing Google Analytics into a Ruby on Rails app is pretty straight forward, however, the key is to only execute the analytics script in Production environment. Without doing this, you will end up counting page views and visits on all your environments, …

Comment intégrer Google Analytics dans l'application Rails 3 ? En savoir plus "

Engine Yard – La prochaine plateforme cloud

Engine Yard est l'une des principales plateformes de développement et de déploiement pour le cloud. Avec une combinaison unique d'expertise Ruby on Rails, d'automatisation des opérations, d'implication dans la communauté open source et de service de classe mondiale. Engine Yard permet aux entreprises de créer et d'exploiter des applications basées sur le cloud de manière simple et rentable. Plus de 2 200 clients, de la croissance explosive ...

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 "

Heroku - La plateforme cloud officielle de Facebook

Platform-as-a-service provider Heroku’s launch of an Facebook Application Package was aimed to help companies build Facebook applications using Heroku’s platform more easily. Heroku enables businesses to easily build, deploy and scale their applications, and Facebook has been the most popular social platform fPlatform-as-a-service provider Heroku’s launch of an Facebook Application Package was aimed to help …

Heroku - La plateforme cloud officielle de Facebook En savoir plus "

Choses à retenir avant d'embaucher une société de développement Web RoR

Ruby on rails, également connu sous le nom de RoR, est un cadre d'application web open source. RoR possède une solide architecture Modèle-Vue-Contrôleur (MVC). Ce langage simplifie la conception de sites web et permet à l'utilisateur de démarrer facilement. Comparé à d'autres langages et frameworks, Ruby On Rails rend le développement d'applications web plus facile et plus efficace. Auparavant, la création de conceptions et d'applications web était une tâche difficile qui prenait plusieurs mois. Aujourd'hui, grâce au développement de logiciels personnalisés utilisant Ruby on Rails, une société de développement web RoR peut créer des applications en fonction de vos besoins.

Configurer Nginx pour l'hébergement de l'application Rails

Nginx est l'un des rares serveurs écrits pour résoudre le problème C10K. Contrairement aux serveurs traditionnels, Nginx ne s'appuie pas sur des threads pour gérer les requêtes. Au lieu de cela, il utilise une architecture événementielle (asynchrone) beaucoup plus évolutive. Cette architecture utilise des quantités de mémoire faibles, mais surtout prévisibles, sous charge.

Mise en place de l'environnement de développement Rails

A Couple of months back I had a situation, which concerned about installing Ruby on Rails and rails on my system. After reading through many blogs and posts related with installation, at last I found RVM (Ruby Version Manager) as the best option among all which is a neater way of installing Ruby on Rails. …

Mise en place de l'environnement de développement Rails En savoir plus "

fr_FRFrench