Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Trying to print post date in Jekyll fails with undefined method `strftime'

ruby jekyll

Command line options

ruby command-line

Dynamic Role Attributes in Chef

ruby chef-infra

ruby gem for parsing serialized PHP-array? [closed]

ruby-on-rails ruby

Require directive - file url

a rails partial but used by multiple views

Performance implications of string#gsub chains?

ruby regex coding-style

Rails helper method: Nested hash to nested HTML list

Why does the SecureRandom#hex method double its length parameter n?

ruby

Regex slightly different in Ruby 2?

ruby regex posix

Realtime display using redis pubsub in ruby?

Problems creating new Rails project: "There is a chance you are experiencing a man-in-the-middle attack"

ruby

How to group Rails ActiveRecord results by a column?

ruby-on-rails ruby

Sinatra & HAML: auto-escape/convert unsafe HTML characters for a whole template?

html ruby sinatra haml

Regular expression in Ruby to capture Unicode punctuation marks?

ruby regex

JSON::ParserError: A JSON text must at least contain two octets! (for non-nil input)

ruby json post sinatra

Error in running a simple watir script: uninitialized constant Watir::IE (NameError)

How to write a complicated condition

Testing if an object is a string

ruby coding-style

Use parentheses to enclose a block in Ruby?

ruby