Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why return an enumerator?

ruby arrays enumerator

Does Ruby have something like Python's list comprehensions?

OpenSSL trouble with Ruby 1.9.3

rake pass parameters to dependent tasks

ruby rake

SQL Like operator in ruby on rails

ruby ruby-on-rails-3.2

Extract Fast Fourier Transform data from file

ruby audio mp3 fft wav

Using interval in PostgreSQL with Ruby on Rails

Brakeman unsafe reflection method constantize called with model attribute

ruby-on-rails ruby

ElasticSearch Rails - Setting a Custom Analyzer

How do I stub a class method with a class_double in RSpec?

ruby-on-rails ruby rspec

Ruby differences between += and << to concatenate a string [duplicate]

ruby string

Does Ruby's CSV.open buffer to memory and write all at once?

ruby csv buffer large-files

Rails 5 - how to write a scope

ruby-on-rails ruby scope

Break out of a begin/end block early

ruby memoization

What deployment directories do you use for Rails applications (deploying to a debian box)?

Blocks of code in Python

python ruby lambda

Named arguments as local variables in Ruby

ruby variables arguments

how to make a variable seen in all views - rails

ruby-on-rails ruby

Passing data between blocks using sinatra

ruby sinatra

Ruby flow control

ruby controls iteration