Rails

Rails 6 adds touch option to has_one association

Rails 6 adds touch option to has_one association.

Read
Rails 6.1

Rails 6.1 adds *_previously_was attribute methods

Rails 6.1 dirty tracks the previous attribute value after the model is saved or reset.

Read
GraphQL

Infinite scrolling in Apollo GraphQL and GraphQL-ruby

Add infinite scrolling load data continuously and eliminating the need for pagination in Apollo GraphQL and GraphQL-ruby

Read
GraphQL

Polymorphic types with GraphQL-ruby

Polymorphic types in Rails are used to add belongs to many associations. GraphQL-ruby resolves polymorphic types using Union"

Read
GraphQL

Cursor based Relay-style pagination in GraphQL-ruby

Add cursor based Relay-style pagination in GraphQL queries to restrict the amount of data fetched by the query

Read