Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is there a way to avoid definition of a method with a certain name?

ruby methods

How to write same requirements for multiple routes e.g. POST, PUT? (Ruby Grape)

ruby grape-api

How to count existing instances of a class in ruby?

ruby garbage-collection

What is the difference between nth-child() and eq()

css ruby xpath nokogiri

How do I write shell-like scripts using Ruby?

ruby shell

Why "Action Mailer" is not rendering the email template?

Nokogiri can't install native extensions issue

ruby-on-rails ruby nokogiri

How to mock CSV foreach method in Rspec

ruby-on-rails ruby rspec

rake aborted! undefined method `migration_error=' for ActiveRecord::Base:Class

Passing absent parameters

ruby

Ruby idiomatic way to return a boolean

ruby

Invalid function in ruby

How to ignore uppercase using start_with?

ruby string

Why can't I override the * method in Ruby?

ruby

Return self (rather than nil) from Hash#[] when key doesn't exist

ruby hash

Why can't I refer to DATA in class context?

ruby

Ruby: accessing a class constant for instance of class

ruby

Uninstall foreman [closed]

ruby puppet theforeman

Call methods from a task in Rake files

How to match multiple regex patterns in ruby

ruby regex