Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Disable Rubocop argument list length

ruby rubocop

Securely Display an Image Uploaded with paperclip gem

How can I setup a local SSL certificate and a Rails application?

Why do you have to specify 2 arguments explicitly to curry :>

ruby

"Web console is activated in the test environment" when testing app

ruby-on-rails ruby

Jekyll - getting an error when I have Paginate in my project

Rake task executing twice when only called once

ruby-on-rails ruby rake

Undefined method: assert_not_nil in Minitest

ruby minitest testunit

MVC pattern for sinatra frame work

ruby sinatra

How to delete specific lines in text file?

ruby regex rubygems

How to convert negative integers to binary in Ruby

Rails 5 Address already in use - bind(2) for "127.0.0.1" port 3000

ruby-on-rails ruby

Improper gsub replacement

ruby

Why Rails can use `if` as hash key but not in Ruby

ruby-on-rails ruby

Search Multiple models in ruby on rails

ruby-on-rails ruby

How to group two value arrays to n value arrays in the below example?

arrays ruby algorithm grouping

Ruby rspec Mocking a class

ruby rspec mocking rspec2

What is the standalone splat operator (*) used for in Ruby?

ruby splat

Rails 5, Apartment and Devise: sign in with subdomains are not working

How to group adjacent numbers that are the same

ruby