Blogs

Schritt-für-Schritt-Anleitung zur Erstellung Ihres ersten Ruby-Gems

Nowadays all the functionalities in Rails are built as Ruby gems. For example we can use devise gem for the authentication part of the application. It’s like a package or library that is written in Ruby programming language. Moreover it can be imported and used by others in their programs. Step 1 Bundler is like …

Schritt-für-Schritt-Anleitung zur Erstellung Ihres ersten Ruby-Gems Weiterlesen »

Aufteilung der Monolithic Rails-Anwendung auf Microservices

As a business gets bigger, they require more functionalities and thus you can’t help but add new models/controller to the existing Rails application and sometimes it becomes a monolith. If you are facing a monolith application which has become unmaintainable and difficult to deploy, you need to know some ways to manage it. If your …

Aufteilung der Monolithic Rails-Anwendung auf Microservices Weiterlesen »

Wesentliche und nützliche Ruby Gems für Rails 4

Ruby on Rails framework is a powerful tool for building web applications. It is easy to learn and it comes with plenty of built-in functions which help to speed up the development of your web application such as an object-relation mapper and routing. Ruby on Rails uses the MVC pattern to organize application programming. Ruby …

Wesentliche und nützliche Ruby Gems für Rails 4 Weiterlesen »

So fügen Sie Ruby-Klassen mit Dekoratoren Funktionalität hinzu

Decorators ermöglichen es uns, Objekten zur Laufzeit Verhalten hinzuzufügen, das sich nicht auf andere Objekte der Klasse auswirkt. Dekoratoren können angewendet werden, wenn Sie einer Klasse dynamisch Verantwortung hinzufügen oder entziehen müssen. Das Decorator-Muster ist eine hilfreiche Alternative zur Erstellung von Unterklassen. Sie verleihen einer Klasse zusätzliche Funktionalität, während die ...

So fügen Sie Ruby-Klassen mit Dekoratoren Funktionalität hinzu Weiterlesen »

So übersetzen Sie JavaScript-Strings in Rails

Rails I18n and elegant message passing to JavaScript The process of “internationalization” usually means to abstract all strings and other locale specific bits (such as date or currency formats) out of your application. The process of “localization” means to provide translations and localized formats for these bits. How I18n in Ruby on Rails Works ❝The …

So übersetzen Sie JavaScript-Strings in Rails Weiterlesen »

Warum wird Rails von Start-ups bevorzugt?

Efficiency is one of the most essential keywords for a successful organization. Fueled by speed, a business wants to maximize efficiency and have a faster ‘go-to’ market, but may get bogged down by the software development. Having an idea in today’s world is not enough. In fact, it is as much about the execution aspects …

Warum wird Rails von Start-ups bevorzugt? Weiterlesen »

Ein detaillierter Blick auf die Funktionen und Änderungen von Rails 5

Rails 5 was announced by David Heinemeier Hansson(DHH), creator of Ruby on Rails Framework at RailsConf 2015 in Atlanta. Ruby 5.0.0 Beta version was released on 18th December 2015. Apart from the Rails 4, the new features are implemented in 5 version such as Action cable and improved turbolinks that can instantly improve the web …

Ein detaillierter Blick auf die Funktionen und Änderungen von Rails 5 Weiterlesen »

Agile Softwareentwicklung verstehen

Deigned for the fast-paced, high-competitive business world, Agile methodology offers a nimble framework for rapid delivery of business value. Rapidly moving market means, shorter delivery cycles and more responsiveness and that’s exactly what Agile delivers. The agile process weaves software development seamlessly to fit the model with its weekly sprints, stand-ups, planning, and feedback. Unlike …

Agile Softwareentwicklung verstehen Weiterlesen »

de_DEGerman