Artículos técnicos

¿Cómo configurar una aplicación Rails en el dominio principal 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 …

¿Cómo configurar una aplicación Rails en el dominio principal con Passenger? Leer más »

¿Cómo obtener información del usuario de Facebook a la aplicación Rails?

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 …

¿Cómo obtener información del usuario de Facebook a la aplicación Rails? Leer más »

Integración de Paypal en la aplicación 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 …

Integración de Paypal en la aplicación Rails Leer más »

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? Leer más »

¿Cómo integrar Google Analytics en la aplicación 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, …

¿Cómo integrar Google Analytics en la aplicación Rails 3? Leer más »

Heroku- The official cloud platform for 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- The official cloud platform for Facebook Leer más »

es_ESSpanish