Saltar al contenido

Soy programador

Blog sobre desarrollo web

  • Inicio
  • Foros
  • Apps
  • Ruby On Rails
  • KumbiaPHP
  • YouTube
  • Acerca de …

Etiqueta: Ruby

Formato de fechas en Ruby

2015-06-18govaniDeja un comentario en Formato de fechas en Ruby

Para cuando trabajamos con fechas:   time = Time.now # => Thu Jan 18 06:10:17 CST 2015 time.to_formatted_s(:time) # => “06:10” […]

Seguir leyendo

Imprimir código html en Ruby

2015-06-17govaniDeja un comentario en Imprimir código html en Ruby

<%=raw CGI.unescape_html(@codigo_html) %> Si editamos el código mediante algún editor: <%=raw @contribuyente.informacion_adicional.html_safe %>

Seguir leyendo

ssl_connect returned=1 errno=0 state=sslv3 read server certificate b certificate verify failed

2015-03-02govaniDeja un comentario en ssl_connect returned=1 errno=0 state=sslv3 read server certificate b certificate verify failed

ssl_connect returned=1 errno=0 state=sslv3 read server certificate b certificate verify failed El problema lo ocasiona en el cambio en la […]

Seguir leyendo

Mostrar o imprimir HTML en ruby

2015-01-12govaniDeja un comentario en Mostrar o imprimir HTML en ruby

Este proceso tan sencillo puede entretenerlo un buen rato, y me refiero a tener en nuestra BD una cadena en […]

Seguir leyendo

Equivalencia de $_SERVER en php, en Ruby es request.env

2014-12-11govaniDeja un comentario en Equivalencia de $_SERVER en php, en Ruby es request.env

Cuando iniciamos un un nuevo lenguaje siempre extrañamos esos pequeños detalles que tiene nuestro lenguaje preferido y con el cual […]

Seguir leyendo

UNDEFINED METHOD `ACCEPT’ FOR NIL:NILCLASS Ruby on Rails

2014-11-17govaniDeja un comentario en UNDEFINED METHOD `ACCEPT’ FOR NIL:NILCLASS Ruby on Rails

Pues bueno hoy comparto con ustedes un error que me quito algunas horas en resolverlo, aquí esta la solución. Este […]

Seguir leyendo

Ruby: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.0. …

2014-06-05govaniDeja un comentario en Ruby: You have already activated rake 10.3.2, but your Gemfile requires rake 10.1.0. …

De nueva cuenta un post con el titulo del error, esta ocación es trabajando con Ruby On Rails, este problema se […]

Seguir leyendo

Para mi café

Debates recientes

  • Uso de Validaciones en Modelos
  • Uso de Validaciones en Modelos
  • Uso de CallBacks en modelos
  • Relaciones en modelos
| Tema: News Portal de Mystery Themes.
  • Inicio
  • Foros
  • Apps
  • Ruby On Rails
  • KumbiaPHP
  • YouTube
  • Acerca de …