Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

When is an ActiveRecord query executed?

How to reset anything related to Ruby to factory settings on Mac OS High Sierra

ruby macos

Adding BigDecimal hours to DateTime is wrong by 1 second

Rails—what does &= do?

Efficient way to sort an array of numbers and string in ruby?

nil.to_s Produces a Frozen String?

ruby ruby-2.7

rbenv ruby 2.7.2 installation fails: "BUILD FAILED"

ruby rbenv

Turbo-Rails with Devise does not redirect Consistently Rails 6.1.3 Devise 4.7.3 Turbo Rails 0.5.9

Recursive Rails Nested Resources

ruby-on-rails ruby

How to validate Markdown?

ruby-on-rails ruby markdown

Why is the Rails Inflector module deprecated?

ruby-on-rails ruby

ruby thread programming , ruby equivalent of java wait/notify/notifyAll

Is there an equivalent of Log4J for Ruby, Log4Ruby?

ruby logging

What are some good role authorization solutions used with Authlogic?

how can i authenticate users out of rails with authlogic?

ruby authlogic

Can't install gemcutter as a Ruby Gem source

ruby rubygems gem gemcutter

Force Ruby Version

ruby-on-rails ruby macos

Is there any way to access the expression from within a ruby case statement?

ruby case

When to use association extensions vs named scopes?

Regex in rails to match [\w] and "-" but not numbers

ruby-on-rails ruby regex