Blogs

Wie bekomme ich Benutzerinformationen von Facebook zur Rails-Anwendung?

With Facebook’s Graph API and the creation of the Open Graph protocol, it is now easier then ever before to read and write data from facebook to rails application and back to the “social graph”. Here’s a few of the possibilities: You could turn your webpage into a fully-featured Facebook-like page, just like if you …

Wie bekomme ich Benutzerinformationen von Facebook zur Rails-Anwendung? Weiterlesen »

Alle an Bord ... Ruby on Rails 3.1!

Ruby on Rails 3.1 uses a new technology called Sprockets to speed JavaScript execution. Sprockets compiles all the features that a Web application uses into a single file, that simplifies work for the developer and quickens the response time of the application. New features to look out for Asset Pipeline Asset Pipeline is the principal …

Alle an Bord ... Ruby on Rails 3.1! Weiterlesen »

Ruby on Rails – Der Weg in die Zukunft…

Ruby on Rails is an open-source web application framework for the Ruby programming language. The growing demand for Ruby on Rails has been driven by successful companies who benefit from the speed and agility of building applications in Rails, which results in increased productivity and company growth. One such example is that of freelancify. com …

Ruby on Rails – Der Weg in die Zukunft… Weiterlesen »

Ruby on Rails vs. CakePHP – Der Kampf geht weiter…

CakePHP and Ruby on Rails are two of the most popular open source frameworks used for developing dynamic websites and web applications. However, often developers come across this question. Ruby on Rails or CakePHP? Well, the answer, to a large extent depends on what you really need out of a web application framework, the time …

Ruby on Rails vs. CakePHP – Der Kampf geht weiter… Weiterlesen »

Das All-in-One-Tool für Business Intelligence und Berichterstattung - Dashboard!

Successful dashboards convey a great deal of dense necessary information with clarity and immediacy. Over time, a successful dashboard will improve an organization’s decision-making based on assisted goal-setting, help monitor negative trends, and improve workplace productivity. The various aspects of dashboard are as follows- A software that organizes information so that it is easy to …

Das All-in-One-Tool für Business Intelligence und Berichterstattung - Dashboard! Weiterlesen »

Paypal in die Rails-Anwendung integrieren

Paypal is an e-commerce based web application, which transfers the amount between two accounts. Almost all US-based companies use paypal for there receiving and doing the payments.Lets see how to integrate this service in rails application in different steps. Note: I have tried these steps in development mode, on my local machine. It works fine …

Paypal in die Rails-Anwendung integrieren Weiterlesen »

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 »

de_DEGerman