Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

ActiveRecord joins condition satisfy all relations

Why does Dir.glob("*.txt").sort also need .each?

arrays ruby glob ruby-1.9.3

Does Ruby have a `Pair` data type?

ruby

What is the difference between 'keys.each' and 'each_key'?

ruby performance

Rails not rendering public/index.html file; blank page in browser

Shopify Liquid Syntax - What is the difference between {%- assign [some_var] = [some_val] -%} and {% assign [some_var] = [some_val] %}

ruby syntax shopify liquid

How to prevent `super` from yielding

ruby

Get unicode by hex string in Ruby [duplicate]

ruby unicode hex

Message: Failure/Error: require File.expand_path('../../config/environment', __FILE__)

How can I reliably discover the full path of the Ruby executable?

ruby scripting

Polymorphic association

How does this deprecate method work?

Operators as method parameters in C#

What is the behavior of ruby Hash#merge when used with a block

How do Ruby and Python implement their interactive consoles?

Using Google Search REST API in Ruby

ruby

Sinatra Web Admin (like Django Admin)

Rails: accessing field value from model method

ruby-on-rails ruby model field

How is ActiveSupport::SecureRandom secure?

How to write a helper in Ruby on Rails to capture Haml blocks?