Articoli tecnici

Come impostare un'applicazione Rails sul dominio principale con Passenger?

Passenger is an rails application server for Ruby (Rack) and Python (WSGI) apps. It allows you to get your web apps online with the least amount of hassle, by taking care of pretty much all of the heavy lifting for you when it comes to managing your apps’ processes and resources. What makes it so …

Come impostare un'applicazione Rails sul dominio principale con Passenger? Leggi altro »

How To Get User Information From Facebook To Rails Application?

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 …

How To Get User Information From Facebook To Rails Application? Leggi altro »

Integrazione di Paypal nell'applicazione Rails

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 …

Integrazione di Paypal nell'applicazione Rails Leggi altro »

How to install 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 …

How to install Rails 3.2.3? Leggi altro »

Come integrare Google Analytics nell'applicazione Rails 3?

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, …

Come integrare Google Analytics nell'applicazione Rails 3? Leggi altro »

Heroku: la piattaforma cloud ufficiale per 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: la piattaforma cloud ufficiale per Facebook Leggi altro »

it_ITItalian