Blogues

Développement Ruby on Rails – Comment le faire de manière agile ?

The rapidly accelerating pace of technology change and a desire to achieve a competitive edge are forcing a growing number of organizations to re-evaluate the conventional approach of simply tossing resources at various enterprise projects and challenges. Agile Development which puts software development on the front burner focusing on broader and deeper collaboration along with …

Développement Ruby on Rails – Comment le faire de manière agile ? En savoir plus "

Le guide de développement Web de commerce électronique

The question about the style of the conversion is common to the most of the online retailers, as it comes to them during the evolution of their business. Most people tend to think the optimal conversion will totally save their business and will draw the great number of customers to their shop. Still not all …

Le guide de développement Web de commerce électronique En savoir plus "

Avantages de l’embauche d’une bonne entreprise de développement Web

It is only a web development company which can give you a unique pulpit that is your very own website to make profits online. Without a website it is impossible to sell goods or services online and earn thousands of dollars as profits. Your website works as your online business stall displaying all the different …

Avantages de l’embauche d’une bonne entreprise de développement Web En savoir plus "

Développement de logiciels personnalisés avec RailsCarma

RailsCarma specialize in offering software development services to companies considering outsourcing the development of Web applications, Mobile Applications, hosting platform automation and other projects. In the past 11+ years in the industry, we have enabled various organizations to retain their businesses with their valuable clients whom they would have lost due to lack of experience …

Développement de logiciels personnalisés avec RailsCarma En savoir plus "

Méthodologie de développement du point de vue du développeur !!!

Development Methodology according to a developer is to use the following path for Ruby on Rails application development. 1. Write down a list of goals, roles, and features Goals – what the goals of the whole project are – business and otherwise. This will help you decide what features are important Roles – who is …

Méthodologie de développement du point de vue du développeur !!! En savoir plus "

Tout sur l'architecture MVC

Rails is web application frame work that includes everything needed to create database backed up web application according to the MVC (Model-view-Controller) MVC architecture is for —-when you create an application like online store and it require  HTML front for customers, WML(wireless markup language) for wireless customers, JFC for admins and XML for suppliers .ie different …

Tout sur l'architecture MVC 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 "

fr_FRFrench