Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby: How do you configure an enum in a fixture?

What does \b really mean in Ruby regular expressions?

ruby regex

How to default collection_check_boxes to checked?

ruby-on-rails ruby checked

reschedule a sidekiq job from within perform

ruby-on-rails ruby sidekiq

How to set port for Rack app?

ruby rack

Ruby enumerable - find up to n occurrences of matching element

arrays ruby

Cannot install sqlite3 gem

ruby-on-rails ruby sqlite

Rails - Determine the day of the week

Rails 4: Check if today is sunday, 15th of month or last day of month

ruby-on-rails ruby

How can I show that the Ruby `for` loop is in fact implemented using the `each` method?

ruby loops for-loop each

Get dates Queries with arel and gt lt between methods in rails

ruby-on-rails ruby date arel

ruby private class method helper

ruby metaprogramming

Rspec/capybara - test presence of a class OR another class

How to check block is called using rspec

ruby rspec ruby-block

can't find gem railties (>= 0.a) (Gem::GemNotFoundException)

ruby-on-rails ruby macos

How can i compare decrypted password and encrypted password by 'Bcrypt' Gem

What's a good way to sort strings in ruby so that empty strings are at the end?

ruby

How to access a variable that was created in a transaction?

Rails group by column and select column

Does Ruby support verbatim strings?

ruby string syntax