Blogs

Ruby on Rails-Entwicklung – wie geht das agil?

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 …

Ruby on Rails-Entwicklung – wie geht das agil? Weiterlesen »

Vorteile der Beauftragung eines guten Webentwicklungsunternehmens

Es ist nur eine Web-Entwicklung Unternehmen, das Ihnen eine einzigartige Kanzel, die Ihre eigene Website, um Gewinne online zu machen ist geben kann. Ohne eine Website ist es unmöglich, Waren oder Dienstleistungen online zu verkaufen und verdienen Tausende von Dollar als Gewinne. Ihre Website fungiert als Ihr Online-Geschäftsstand, der all die verschiedenen ...

Vorteile der Beauftragung eines guten Webentwicklungsunternehmens Weiterlesen »

Kundenspezifische Softwareentwicklung mit 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 …

Kundenspezifische Softwareentwicklung mit RailsCarma Weiterlesen »

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 »

Die Etappen des Projektmanagements

A project can be broken down into four different stages. Each stage is crucial and should be treated as just as important as the other stages. The four stages are: Defining the Project This is the first step of project management, incredibly crucial, and frequently skipped. Defining a project means sitting down and really thinking …

Die Etappen des Projektmanagements Weiterlesen »

Entfernen Sie Dateien aus dem Revisionsverlauf des SVN-Repositorys

Wenn wir an einem privaten Repository arbeiten, das für unsere persönlichen Tests oder Entwicklungen verwendet wird, laden wir möglicherweise einige private Daten hoch. Die unerwünschten Datei-Uploads in mehreren Commits erhöhen die Größe des Repositorys drastisch. Wenn die Entwicklungsarbeit abgeschlossen ist und wir beschließen, das Repository zu veröffentlichen, müssen wir ...

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

Quelle des RoR-Installationsformulars und Bereitstellung einer Test-App

- den Ruby-Quellcode herunterladen, dann entpacken, entpacken, konfigurieren und installieren [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 - prüft die Ruby-Version [root@railstestwebmin ~]#ruby -v - lädt Ruby-Gems herunter und installiert [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 »

de_DEGerman