24 ms·
ActiveSupport adds tons of great convenience methods to Ruby and you can require it even outside of Rails! blank, present; date and time conversions like 1.mont
by tprynn 2y ago
ActiveSupport adds tons of great convenience methods to Ruby and you can require it even outside of Rails! blank, present; date and time conversions like 1.month.from_now; except; enumerable methods like pluck... It's just lovely
require 'active_support/all'
https://guides.rubyonrails.org/v5.2/active_support_core_extensions.html https://guides.rubyonrails.org/v5.2/active_support_core_exte...