Blogs

Ruby-Klassenmethoden: Klassen- und Instanzmethoden in Ruby

Einer der wichtigsten Aspekte beim Schreiben von Ruby-Klassen ist es, den Unterschied zwischen den Klassenmethoden und den Instanzmethoden zu verstehen & diesen Unterschied möchten wir in diesem Beitrag behandeln. Zunächst einmal wird die Methode, die sich auf der Klassenebene befindet, als Klassenmethode bezeichnet und die ...

Ruby-Klassenmethoden: Klassen- und Instanzmethoden in Ruby Weiterlesen »

Eine einfache Möglichkeit, lange URLs in RAILS zu kürzen

URL shortener solves the problem of sharing the long website URLs by shortening them into more portable size.As we know most of the websites use services like Twitter(Tweet character limit 140), SMS to reach out to their users and also at the time of sending promotional SMS, it is a bit difficult to send long …

Eine einfache Möglichkeit, lange URLs in RAILS zu kürzen Weiterlesen »

Verhinderung von Sicherheitsproblemen in Rails

Security is a major concern for any developer aspiring for successful and sustainable development of web applications. Every developer wants to code in such a manner that their applications are as secure as possible from any attacks, however, no code can be 100% bug-free or secured. So, the developers are aware that they need to …

Verhinderung von Sicherheitsproblemen in Rails Weiterlesen »

Erstaunliche Vorteile der Verwendung von Ruby on Rails für Ihr Webprojekt

As you undertake a new web project, you must brace yourself for making a few critical yet challenging decisions upon which the success of your project may completely rely. One such decision is which technology to base your web application project on – Ruby on Rails, PHP, WordPress or any other. The tech-stack of your …

Erstaunliche Vorteile der Verwendung von Ruby on Rails für Ihr Webprojekt Weiterlesen »

Bundler: Verwalten von Ruby-Anwendungs-Gems einfacher gemacht!

Bundler ist ein neues Konzept, das in Rails 3 eingeführt wurde und uns hilft, unsere Edelsteine für die Anwendung zu verwalten. Es wird verwendet, um die für die Anwendung benötigten Edelsteine zu installieren und einzubinden. Wenn der Edelstein im System-Bundle verfügbar ist, wird er diesen verwenden, andernfalls wird er denselben von rubygems.org auswählen. Bundler ...

Bundler: Verwalten von Ruby-Anwendungs-Gems einfacher gemacht! Weiterlesen »

BRAKEMAN: Rails-Sicherheitsscanner

Introduction Brakeman is a security scanner and it detects security vulnerabilities in Rails applications with the help of static analysis. It directly scans through the source code of our application which eliminates the need to set-up our whole application stack in order for using this expedient security tool. After scanning, it produces a report of …

BRAKEMAN: Rails-Sicherheitsscanner Weiterlesen »

So arbeiten Sie mit der Rails-basierten E-Commerce-Plattform Shoppe

Shoppe is a Rails-based ecommerce platform. By virtue of it, we can easily introduce a catalogue-based store into our Rails applications.We can easily create store with this core framework, Shoppe. And we are only responsible for creating the storefront (UI) which our customers will use to buy products. Apart from UI, we are also responsible …

So arbeiten Sie mit der Rails-basierten E-Commerce-Plattform Shoppe Weiterlesen »

Carrierwave Gem für Datei-Uploads in Rails

If we are building a web application, one of the features we would definitely want is the image uploading feature. In fact, image uploading is one important feature that the modern-day applications can simply not be imagined without. And not just that, it is even more important considering the fact that images uploading also plays …

Carrierwave Gem für Datei-Uploads in Rails Weiterlesen »

Integration von Chatbot mit Ruby on Rails

Definition of a Chatbot A computer program designed to simulate conversation with human users, especially over the Internet. Such programs are often designed to convincingly simulate how a human would behave as a conversational partner. Chatbots are typically used in dialog systems for various practical purposes including customer service or information acquisition. How it works …

Integration von Chatbot mit Ruby on Rails Weiterlesen »

de_DEGerman