Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rubocop rule: Never use 'do' with multi-line 'while

ruby while-loop rubocop

kaminari undefined method 'page'

ruby-on-rails ruby kaminari

Ruby syntax for while block in one line

ruby

How to remove brackets and quotation marks from array Ruby

ruby arrays ruby-on-rails-4

How can I create a zip file without temporary files in ruby?

ruby zip temporary-files

What is ruby partial class?

ruby

Rails - How do you access nested params attribute?

ruby-on-rails ruby

Fast way to find duplicate in large array

ruby

How to pass argument to the method definition of `[]`?

ruby methods

Are data structures used in higher level languages?

ruby data-structures

Static block in Ruby

ruby constructor

How do I generate a tournament schedule in Ruby?

ruby algorithm

In Python can one implement mixin behavior without using inheritance?

python ruby inheritance mixins

Why does code need to be reloaded in Rails 3?

Rails how to create Jquery flash message instead of the default rails message

Refactoring Ruby : Converting string array to int array

ruby rspec

How to extend Ruby Test::Unit assertions to include assert_false?

Delete the first "#" character in a String - Rails

ruby-on-rails ruby

How to return true if only one specific key in a hash has a true value (all the other values are false)

ruby hash

Adding a new method to the Array class

ruby instance