Blogues

Comment générer et installer un certificat auto-signé sur Apache ?

The Secure Socket Layer (SSL) is used to encrypt the data stream between the web server and the web client (the browser). SSL makes use of what is known as asymmetric cryptography, commonly referred to as public key cryptography (PKI). With public key cryptography, two keys are created, one public, one private. Anything encrypted with …

Comment générer et installer un certificat auto-signé sur Apache ? En savoir plus "

Comment mettre en place une application Rails sur un domaine principal avec Passenger ?

Passenger is an rails application server for Ruby (Rack) and Python (WSGI) apps. It allows you to get your web apps online with the least amount of hassle, by taking care of pretty much all of the heavy lifting for you when it comes to managing your apps’ processes and resources. What makes it so …

Comment mettre en place une application Rails sur un domaine principal avec Passenger ? En savoir plus "

Comment configurer l'environnement de développement Rails ?

Couple of months back I had a situation, which concerned about installing Ruby 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. Most importantly I didn’t need to Google all the errors, which pops up …

Comment configurer l'environnement de développement Rails ? En savoir plus "

How To Get User Information From Facebook To Rails Application?

With Facebook’s Graph API and the creation of the Open Graph protocol, it is now easier then ever before to read and write data from facebook to rails application and back to the “social graph”. Here’s a few of the possibilities: You could turn your webpage into a fully-featured Facebook-like page, just like if you …

How To Get User Information From Facebook To Rails Application? En savoir plus "

Tous à bord… Ruby on Rails 3.1 !

Ruby on Rails 3.1 utilise une nouvelle technologie appelée Sprockets pour accélérer l'exécution de JavaScript. Sprockets compile toutes les fonctionnalités utilisées par une application Web dans un seul fichier, ce qui simplifie le travail du développeur et accélère le temps de réponse de l'application. Nouvelles fonctionnalités à surveiller Asset Pipeline Asset Pipeline est le principal ...

Tous à bord… Ruby on Rails 3.1 ! En savoir plus "

Ruby on Rails - La route à suivre…

Ruby on Rails is an open-source web application framework for the Ruby programming language. The growing demand for Ruby on Rails has been driven by successful companies who benefit from the speed and agility of building applications in Rails, which results in increased productivity and company growth. One such example is that of freelancify. com …

Ruby on Rails - La route à suivre… En savoir plus "

Ruby on Rails vs CakePHP - La bataille continue…

CakePHP and Ruby on Rails are two of the most popular open source frameworks used for developing dynamic websites and web applications. However, often developers come across this question. Ruby on Rails or CakePHP? Well, the answer, to a large extent depends on what you really need out of a web application framework, the time …

Ruby on Rails vs CakePHP - La bataille continue… En savoir plus "

L'outil de veille stratégique et de reporting tout-en-un - Dashboard !

Successful dashboards convey a great deal of dense necessary information with clarity and immediacy. Over time, a successful dashboard will improve an organization’s decision-making based on assisted goal-setting, help monitor negative trends, and improve workplace productivity. The various aspects of dashboard are as follows- A software that organizes information so that it is easy to …

L'outil de veille stratégique et de reporting tout-en-un - Dashboard ! En savoir plus "

Intégration de Paypal dans l'application Rails

Paypal is an e-commerce based web application, which transfers the amount between two accounts. Almost all US-based companies use paypal for there receiving and doing the payments.Lets see how to integrate this service in rails application in different steps. Note: I have tried these steps in development mode, on my local machine. It works fine …

Intégration de Paypal dans l'application Rails En savoir plus "

fr_FRFrench