Rails
Sep 4, 2019
Find timezone from latitude & longitude in ruby using timezone gem
Find timezone from latitude & longitude in ruby using timezone gem
Sep 3, 2019
Rails 6 upgrades to rails notes command and introduction of Rails::Command::NotesCommand
Rails 6 introduces several upgrades to rails notes command and adds Rails::Command::NotesCommand to be used by rake notes under the hood.
Aug 27, 2019
Rails 6 adds touch_all method to ActiveRecord::Relation
Rails 6 has added touch_all method to ActiveRecord::Relation to update the updated_at timestamp of multiple records at once.
Aug 22, 2019
Running scheduled jobs in multiple timezones using clockwork
Scheduling background jobs in multiple timezones with clockwork
Aug 19, 2019
Rails 6 adds Array#extract!
Rails 6 adds Array#extract! to remove and return the elements for which the block returns a true value.
Aug 18, 2019
Rails 6 - I18n key support for submit_tag key
Rails 6 adds I18n style locale key support to submit tag
Aug 15, 2019
Rails 6 adds Relation#extract_associated
Rails 6 adds `ActiveRecord::Relation#extract_associated` for extracting associated records from a relation.
Aug 7, 2019
Rails 6: Introduces explicitly adding rails server handler option
Rails 6 introduced --using or -u option for specifying the rails server
Jul 22, 2019
Rails 6 sms link helper
Rails 6.1.0 adds support for sms_to helper, which renders SMS anchor link tag, which when clicked pops open user's SMS client targetting the specified phone number.
Jul 18, 2019
Rails 6 delegate to, with private: true option
Rails 6 adds support to pass an additional option private: true in order to delegate methods as private methods