Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Change IP address in ruby

Redis pipelined order of execution

ruby redis

Installing a Ruby gem from a Github repository using Chef?

ruby git github gem chef-infra

How do I calculate the next occurrence of a time 04:00 am EST?

capistrano 3.0.1 Don't know how to build task 'starting' when using capistrano/rails/assets

Accessing one controller variable in another controller in Rails

ruby-on-rails ruby

Ruby on Rails: two references with different name to the same model

Update ruby version on MAC

ruby-on-rails ruby macos

Puma / missing logs

ruby-on-rails ruby nginx puma

How to manually send a Devise email?

Submit Rails 4 form with link instead of button

ruby-on-rails ruby

how to reset expectations on a mocked class method?

When is the do keyword required in Ruby?

ruby

Stub instance method different return value on second call using minitest

ruby rspec minitest

Array of Numbers and Half Numbers in Ruby

ruby

ActiveRecords select(:id).collect vs. pluck(:id) methods: Why is pure AR "pluck" slower?

ruby benchmarking

Multiple require & permit strong parameters rails 4

Chef: Can a variable set within one ruby_block be used later in a recipe?

ruby chef-infra devops

How to send data in a post request with RestClient

How to override class methods