Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Access Sinatra settings from a model

ruby sinatra

Using a question mark in ruby methods

ruby syntax methods

How does pack() and unpack() work in Ruby

how to iterate inside a simple_fields_for?

SSL Error on HTTP POST (Unknown Protocol)

ruby api ssl https

How to setup send HTML email with mail gem?

html ruby email mime-types

Removing all elements of a column in a two-dimensional array

Pusher in Rails: "Unknown auth_key" - server side not triggering events

Watir ... difference between sleep and wait

ruby watir watir-webdriver

Modify specific cell value using Axlsx gem given the column number and row numer

ruby-on-rails ruby axlsx

How to replace substring with another substring (by index from..to)

ruby string

The ruby def << syntax for defining methods

ruby savon function

Return nil when break the injection block earilier

ruby

Jekyll: simplest possible rakefile to create new post

ruby rake jekyll

Transliterate cyrillic symbols in string into latin in Ruby?

Ruby strftime("%Q") broken?

ruby

set authentication token in http header

How do I append a key value pair to an existing hash in Ruby? [duplicate]

ruby hash append

Rails/Ruby - How to check if an attr_accessor field exists?

ruby-on-rails ruby

Get max consecutive occurrences of value in array

ruby arrays