Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Difference between Encoding::BINARY and Encoding::ASCII-8BIT?

ruby encoding

Efficient way to select one from each category - Rails

MongoDB server doesn't start at gitlab runner using gitlab-ci

How do I iterate over a collection of objects, one at a time being rendered in a view, without using a multi-step form?

ActionView::Template::Error at / uninitialized constant

Rails fixtures and namespace model - ActiveRecord::Fixture::FixtureError

Sequel query with join and condition on the other table

ruby sequel

How to test a GraphQL schema with graphql-ruby?

ruby graphql-ruby

FactoryBot get available traits for a factory

How to get the returned value from a method from within the method?

ruby algorithm

Usernames that cannot start or end with characters

ruby regex

How to configure Rails 5.2.1 server listen on all interfaces?

Ruby DSL (Domain Specific Language) repositories, examples

ruby dsl

Building Hash by grouping array of objects based on a property of the items

ruby arrays hash

OptionParser returning bool instead of argument?

ruby optparse

Please advise on Ruby vs Python, for someone who likes LISP a lot

python ruby lisp

Ruby Koans: explicit scoping on a class definition part 2

ruby

How can I mock super in ruby using rspec?

ruby rspec rspec2

Running rake db:seed isn't loading from seeds.rb

ruby-on-rails ruby sqlite

How can I debug code running in a delayed_job task in the IRB console?