Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What's the proper way to parse a very large JSON file in Ruby?

json ruby

Error upgrading ruby version: undefined method `yaml_as'

ruby-on-rails ruby

Why is Heroku's heroku-18 stack only compatible with Puma versions 3.7.x?

ruby heroku rubygems puma

How to provide defaults value for partial parameters in Rails?

Remove all a tags from string

How to make a ruby case statement use equals to (==) rather than threequals (===)

ruby

Complex number literal

Unable to activate concurrent-ruby-ext-1.1.3, because concurrent-ruby-1.1.4 conflicts with concurrent-ruby (= 1.1.3) (Gem::ConflictError)

ruby-on-rails ruby rubygems

Updating from FactoryGirl to factoryBot results in NoMethodError

ruby rspec factory-bot

Which is better to use in Rails model validation: Proc or lambda? [closed]

How is : Date.parse("123 456 789") == Fri, 03 May 2019?

ruby

Rubocop, how to Disable/Enable cops on blocks of code

ruby rubocop

Ruby error "Superclass mismatch for for class Cookie" from cgi.rb

ruby eruby

text_field_with_auto_complete inside form_for

ruby-on-rails ruby

Capistrano: How to Include common settings in multiple project deploy.rb files

ruby deployment capistrano

Converting uneven rows to columns with FasterCSV

how to place YAML inside a YAML document

ruby-on-rails ruby yaml

How do I get the "irb(main):001:0>" prompt instead of ">>"

ruby irb

How do I use redirect_to if I've got multiple controllers in different subdirectories?

ruby-on-rails ruby

How to make a base class method non-overridable in ruby?

ruby oop overriding