13 Matching Annotations
- Nov 2023
-
edgeguides.rubyonrails.org edgeguides.rubyonrails.org
-
ActiveRecord::Base.normalizes declares an attribute normalization. The normalization is applied when the attribute is assigned or updated, and the normalized value will be persisted to the database. The normalization is also applied to the corresponding keyword argument of query methods, allowing records to be queried using unnormalized values.
Guess I don't need to use mdeering/attribute_normalizer gem anymore...
-
- Feb 2023
-
github.com github.com
-
Rack::Session was moved to a separate gem. Previously, Rack::Session was part of the rack gem. Not every application needs it, and it increases the security surface area of the rack, so it was decided to extract it into its own gem rack-session which can be updated independently.
-
- Nov 2021
-
github.com github.com
-
Many of the types here should have been built-in. You can help by suggesting some of them to the TypeScript project.
-
- Mar 2021
-
github.com github.comd3/d32
-
They reduce the distinction between a “core module” and a “plugin”
-
Each library is maintained in its own repository, allowing decentralized ownership and independent release cycles.
-
- Apr 2020
-
github.com github.com
- Dec 2019
-
github.com github.com
-
filter incoming lines based on date threshold hides tasks marked with a date threshold ("t:YYYY-MM-DD") in the future
-
-
github.com github.com
-
github.com github.com
-
This seems like a pretty good way to handle adding add-ons.
See also: https://github.com/sanpii/effitask
-
-
github.com github.com
-
Supported toto.txt addons: due flag future note schedule
Tags
Annotators
URL
-