Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to extract HTML links and text using Nokogiri (and XPATH and CSS)

css ruby xpath nokogiri

Enums in Rails: uppercase or lowercase?

ruby-on-rails ruby enums

Cannot run Puma upstart script on Ubuntu 16.04

put object to a specific folder in aws S3 ruby

Ruby RegEx problem text.gsub[^\W-], '') fails

ruby regex

Rails flash messages in Java

Impementation of the Ruby <=> Combinator

Restful_authentication vs. Authlogic

ruby-on-rails ruby

Is there an ORM-like wrapper for memcached

ruby memcached

Implementing Re-connect Strategy using Ruby Net

How can Rails' Activerecord table refer to itself?

Implementing Server Push

java php python ruby server-push

Transform [:one, 1, :two, 2] to {:one => 1, :two => 2} in Ruby

ruby

Ruby - DateTime for Database

ruby database datetime date

Should I be using Rails or Ruby for this website application? How?

ruby-on-rails ruby sinatra drb

Why would Ruby fail equality on 2 floats that appear the same?

ruby-on-rails ruby

Path parsing in rails

change the original variable from a ruby block? [duplicate]

ruby

Rails 3 Tree Data Structure

ruby-on-rails ruby menu tree

incremental array in ruby, 0..40, [10, 20, 30, 40]

ruby arrays