Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to define class level constant regular expressions in Ruby to be used by external classes

ruby regex constants

Confusion with the order of execution when `next` with `unless` in ruby

ruby

Rails 4 action mailer SMTP-AUTH error missing secret phrase?

How do I get a list of required fields in a model in Rails?

ruby-on-rails ruby

Negate a predicate Proc in Ruby

ruby

return indexes of all regex occurrences in string in Ruby

ruby

How do I make a helper method available to factories? (Rails, Rspec)

Split text into sentences, but skip quoted content

ruby regex

How do you use map to get a hash instead of an array?

ruby-on-rails ruby

Get back full URI from Addressable object?

ruby addressable-gem

How to strip vowels/nekudot/diacritics from hebrew utf-8 in ruby?

ruby utf-8 hebrew

How to make link_to and custom URL work together on Rails

ruby-on-rails ruby routes

Validating time in rails

update_all with a method

DataDog custom metrics not showing up graph using ROR

ruby-on-rails ruby datadog

Ruby class method inheritance, how to stop the child method from executing?

ruby ruby-on-rails-3 oop