Blogs

Wie installiert man Rails 3.2.3?

This release changes the default value of config.active_record.whitelist_attributes to true. This change only affects newly generated applications so it should not cause any backwards compatibility issues for users who are upgrading but it may affect some tutorials and introductory material. Rails 3.2.3 also introduces a new option that allows you to control the behavior of …

Wie installiert man Rails 3.2.3? Weiterlesen »

Wie installiere und richte ich RVM ein?

Ruby Version Manager allows you to install and manage several different versions and implementations of Ruby on one computer, including the ability to manage different sets of RubyGems. It is a command line tool which allows us to easily install, manage and work with multiple Ruby environments from interpreters to sets of gems. Hello, Kinldy …

Wie installiere und richte ich RVM ein? Weiterlesen »

Wie integriere ich Google Analytics in die Rails 3-Anwendung?

Google Analytics is a great tool to present statistics on your websites performance. Installing Google Analytics into a Ruby on Rails app is pretty straight forward, however, the key is to only execute the analytics script in Production environment. Without doing this, you will end up counting page views and visits on all your environments, …

Wie integriere ich Google Analytics in die Rails 3-Anwendung? Weiterlesen »

Engine Yard – Die kommende Cloud-Plattform

Engine Yard ist eine der führenden Entwicklungs- und Bereitstellungsplattformen für die Cloud. Mit einer einzigartigen Kombination aus Ruby on Rails Expertise, Betriebsautomatisierung, Open Source Community Engagement und erstklassigem Service. Engine Yard ermöglicht es Unternehmen, Cloud-basierte Anwendungen einfach und kosteneffizient zu entwickeln und zu betreiben. Mehr als 2.200 Kunden, von explosivem Wachstum ...

Engine Yard – Die kommende Cloud-Plattform Weiterlesen »

Wie verwende ich die LinkedIn-API in Rails-Anwendungen?

LinkedIn bietet 2 APIs: Die JavaScript-API ist eine umfangreiche Client-Bibliothek, mit der Sie dynamische Anwendungen im Webbrowser erstellen können. Verwenden Sie OAuth 2, um Benutzer einfach über die Schaltfläche "Sign In with LinkedIn" zu autorisieren, auf LinkedIn-Daten mit nativen Objekten zuzugreifen und mit Plugins zu interagieren. Die REST-API bietet eine einfache, konsistente Darstellung von ...

Wie verwende ich die LinkedIn-API in Rails-Anwendungen? Weiterlesen »

Heroku – Die offizielle Cloud-Plattform für Facebook

Platform-as-a-service provider Heroku’s launch of an Facebook Application Package was aimed to help companies build Facebook applications using Heroku’s platform more easily. Heroku enables businesses to easily build, deploy and scale their applications, and Facebook has been the most popular social platform fPlatform-as-a-service provider Heroku’s launch of an Facebook Application Package was aimed to help …

Heroku – Die offizielle Cloud-Plattform für Facebook Weiterlesen »

Dinge, die Sie beachten sollten, bevor Sie ein RoR-Webentwicklungsunternehmen beauftragen

Ruby on rails also known as RoR is an open source web application framework. RoR has a strong Model-View-Controller (MVC) architecture. This language makes web designing simple, enabling the user to easily get started. When compared to other languages and frameworks, Ruby On Rails makes web application development easier and more efficient. Before, creating web based designs and applications was a difficult task that used to take up several months, now with custom software development using Ruby on Rails, a RoR web development company can create applications as per your needs.

Richten Sie Nginx für das Hosten der Rails-Anwendung ein

Nginx ist einer von wenigen Servern, die zur Lösung des C10K-Problems geschrieben wurden. Im Gegensatz zu herkömmlichen Servern ist Nginx nicht auf Threads zur Bearbeitung von Anfragen angewiesen. Stattdessen wird eine wesentlich skalierbarere ereignisgesteuerte (asynchrone) Architektur verwendet. Diese Architektur verbraucht unter Last kleine, aber was noch wichtiger ist, vorhersehbare Mengen an Speicher.

de_DEGerman