Blog

Metodologia di sviluppo dal punto di vista dello sviluppatore!!!

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 …

Metodologia di sviluppo dal punto di vista dello sviluppatore!!! Leggi altro »

Tutto sull'architettura MVC

Rails è un'applicazione web che include tutto ciò che è necessario per creare un'applicazione web supportata da database secondo l'architettura MVC (Model-view-Controller). MVC serve quando si crea un'applicazione come un negozio online che richiede HTML per i clienti, WML (wireless markup language) per i clienti wireless, JFC per gli amministratori e XML per i fornitori.

Tutto sull'architettura MVC Leggi altro »

Rimuovi file dalla cronologia delle revisioni del repository 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 …

Rimuovi file dalla cronologia delle revisioni del repository SVN Leggi altro »

Origine del modulo di installazione RoR e distribuzione di un'app di prova

• 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 …

Origine del modulo di installazione RoR e distribuzione di un'app di prova Leggi altro »

12 controlli di sicurezza da eseguire prima del rilascio di una RailsApp

Quando carichi la tua ultima app su un server Web di produzione e la apri al mondo, stai davvero lanciando la tua app alle intemperie, nel bene e nel male. Se non presti alcuna attenzione alla sicurezza, è probabile che verrai spammato dal piano nefasto di qualche cracker e i tuoi utenti si lamenteranno...

12 controlli di sicurezza da eseguire prima del rilascio di una RailsApp Leggi altro »

Modi per migliorare la produttività del team

With margins getting slimmer due to competition, employers and managers may feel the need to squeeze every bit of productive output from their staff to reduce expenses. There seems to be so much time wasted and too few things done. There are countless ways you can improve productivity in the office. For each company, there …

Modi per migliorare la produttività del team Leggi altro »

L'importanza del marketing relazionale

Good relationships marketing means being truly interested in the people you deal with, both from a business and personal view. Relationship Marketing is a key factor in today’s business world. It’s not anymore about the initial enthusiasm you show when you bag a project, but, the continuing process of understanding the client’s requirement is what …

L'importanza del marketing relazionale Leggi altro »

5 passaggi per costruire il team remoto perfetto

Establishing a remote contractor team is an efficient way to add more capabilities to your organization and gives you an advantage whenever peak business period comes. These are some of the points that needs to be kept in mind while choosing your remote team 1. Understanding the requirement and finding options Know which particular tasks …

5 passaggi per costruire il team remoto perfetto Leggi altro »

Raggiungere risultati con il team remoto

Remote teams are becoming much more common because of the rapid development of communications technology. The option to have people work remotely is extremely appealing to many employers who value the additional schedule flexibility and the ability to save time and expenses related to having a full time employee. Many managers discover that their remote …

Raggiungere risultati con il team remoto Leggi altro »

it_ITItalian