Rieles 3

Bundler: ¡Administrar las gemas de la aplicación Ruby es más fácil!

Bundler is as new concept introduced in Rails 3, which helps us to manage our gems for the application. It is used to install and include the gems needed by the application. If the gem is available in the system bundle it will use that, otherwise it will pick the same from the rubygems.org. Bundler …

Bundler: ¡Administrar las gemas de la aplicación Ruby es más fácil! Leer más »

Responsabilidad de seguridad de aplicaciones web

Flicking of TV channels, clicks of mouse or the turning of newspapers pages would have inadvertently told you about the various hacking of mega corporations, with misappropriated data, personal and financial information. This type of hacks have left a lot of corporations embarrassed for failing to protect their business image. Web Application Security is the …

Responsabilidad de seguridad de aplicaciones web Leer más »

The Basics of Creating and Using Ruby Modules

Ruby on Rails is a wonderful open source full-stack web application framework favoring convention over configuration.  With reusable, easily configurable components normally used for creating applications, building applications in Rails is faster and easier resulting in improved productivity and business growth. It is gaining traction with developers as it is flexible, scalable, and easy for web developers …

The Basics of Creating and Using Ruby Modules Leer más »

Una introducción a la API de Rails

API stands for Application Interface Program, which provides one application to interact with ‘n’ number of applications which is of same/different language, to access the data/functionality. Creating API application provides more scalability to the web applications. It will also helps for the easy integration with cross domain applications/languages. • iOS apps • Android apps • …

Una introducción a la API de Rails Leer más »

Eliminar archivos del historial de revisiones del repositorio SVN

When we work on a private repository which is used for our personal testing or development, we may upload some private data. The unwanted file uploads in multiple commits will drastically increase the repository size. Once the development work is over and when we decide to make the repository public, we will have to consider …

Eliminar archivos del historial de revisiones del repositorio SVN Leer más »

Fuente del formulario de instalación de RoR e implementación de una aplicación de prueba

• download the ruby source, then unzip, untar, configure and install [root@railstestwebmin ~]#wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2 [root@railstestwebmin ~]#tar xjvf ruby-1.9.3-p194.tar.bz2 [root@railstestwebmin ~]#cd ruby-1.9.3-p194 [root@railstestwebmin ruby-1.9.3-p194]#./configure [root@railstestwebmin ruby-1.9.3-p194]#make [root@railstestwebmin ruby-1.9.3-p194]#make install • check the ruby version [root@railstestwebmin ~]#ruby -v • download ruby gems and install [root@railstestwebmin ~]#wget http://rubyforge.org/frs/download.php/76073/rubygems-1.8.24.tgz [root@railstestwebmin ~]#tar xzvf rubygems-1.8.24.tgz [root@railstestwebmin ~]#cd rubygems-1.8.24 [root@railstestwebmin rubygems-1.8.24]#ruby setup.rb …

Fuente del formulario de instalación de RoR e implementación de una aplicación de prueba Leer más »

Engine Yard: la próxima plataforma en la nube

Engine Yard is one of the leading development and deployment platform for the cloud. With a unique combination of Ruby on Rails Expertise, operations automation, open source community involvement, and world class service. Engine Yard empowers businesses to build and run cloud based applications easily and cost effectively. More than 2,200 customers, from explosive growth …

Engine Yard: la próxima plataforma en la nube Leer más »

¿Cómo utilizar la API de LinkedIn en aplicaciones Rails?

LinkedIn  provides 2 APIs: The JavaScript API is a rich client library enabling you to build dynamic applications in the web browser. Use OAuth 2 to easily authorize users via the “Sign In with LinkedIn” button, access LinkedIn data with native objects, and interact with Plugins. The REST API provides a simple, consistent representation of …

¿Cómo utilizar la API de LinkedIn en aplicaciones Rails? Leer más »

¡Emocionado por Ruby on Rails 3.1!

El nuestro es un mundo muy dinámico, especialmente para los desarrolladores o Ruby on Rails Developers para ser específicos. Las cosas en las que te gusta trabajar y con las que te sientes más cómodo pueden cambiar de repente. Somos uno de los mejores ejemplos de adaptabilidad humana. Hablando en serio, algunos aspectos destacados de la nueva versión de Rails ...

¡Emocionado por Ruby on Rails 3.1! Leer más »

Problemas al configurar Rails 3 con Ruby 1.9.2

He migrado todas mis aplicaciones a Rails 3 con ruby 1.9.2, después de instalar ruby me encontré con algunos errores. Algunos de ellos son 1) Las teclas de flecha no funcionaban en la consola irb y el error "no such file to load -readline". Este es el problema que se produce cuando la extensión readline no está instalado con ...

Problemas al configurar Rails 3 con Ruby 1.9.2 Leer más »

es_ESSpanish