Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

call before methods in model on ruby

ruby model metaprogramming

Heroku push error: "NameError: uninitialized constant Uglifier::VERSION" on rake assets:precompile

In Ruby, how can I apply an attr_accessor from a module that is being extended?

ruby

Why is `-1 * x` faster than `-x` and why?

ruby micro-optimization

How can I describe mutable strings when strings are immutable by default?

ruby string literals ruby-2.3

pg gem: 'Warning: no type cast defined for type "numeric" '

ruby postgresql

What does this |_ mean in Ruby?

ruby

How to write DOS line endings to a file from Unix

ruby windows file unix encoding

How can I make a ruby enumerator that does lazy iteration through two other enumerators?

All possible distributions for an array, from a number

ruby permutation

Move x element to the end of an array

arrays ruby arel

What does @app.call(env) really do?

ruby express middleware rack

Wait for a thread to die in Ruby

You don't have write permissions for the /usr/lib/ruby/gems/2.7.0 directory (Alpine linux docker image)

how can you loop through multiple arrays parallel?

ruby

Hiding Checkbox & Assigning Value - Ruby on Rails - Easy Question

ruby-on-rails ruby forms

Rails ActionMailer problems on Mac

Regex that expresses "at least one non-digit"

ruby regex

How to tell Builder to not to escape values

ruby-on-rails ruby builder

Possible to call executable Thor-powered script without calling thor?

ruby command-line gem thor