Blogs

Entwicklungsmethodik aus Entwicklersicht!!!

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 …

Entwicklungsmethodik aus Entwicklersicht!!! Weiterlesen »

Alles über MVC-Architektur

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 …

Alles über MVC-Architektur Weiterlesen »

Entfernen Sie Dateien aus dem Revisionsverlauf des SVN-Repositorys

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 …

Entfernen Sie Dateien aus dem Revisionsverlauf des SVN-Repositorys Weiterlesen »

Quelle des RoR-Installationsformulars und Bereitstellung einer Test-App

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

Quelle des RoR-Installationsformulars und Bereitstellung einer Test-App Weiterlesen »

12 Sicherheitsüberprüfungen, die vor der Veröffentlichung einer RailsApp durchgeführt werden müssen

When you upload your latest App to a production Web server and open it up to the world, you’re really throwing your app to the elements – good and bad. If you don’t pay any attention to security whatsoever, you’re likely to be spammed by some cracker’s nefarious scheme and your users will be complaining …

12 Sicherheitsüberprüfungen, die vor der Veröffentlichung einer RailsApp durchgeführt werden müssen Weiterlesen »

Möglichkeiten zur Verbesserung der Teamproduktivität

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 …

Möglichkeiten zur Verbesserung der Teamproduktivität Weiterlesen »

Die Bedeutung von Beziehungsmarketing

 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 …

Die Bedeutung von Beziehungsmarketing Weiterlesen »

5 Schritte zum Aufbau des perfekten Remote-Teams

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 Schritte zum Aufbau des perfekten Remote-Teams Weiterlesen »

Ergebnisse mit Remote-Team erzielen

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 …

Ergebnisse mit Remote-Team erzielen Weiterlesen »

de_DEGerman