8 Matching Annotations
  1. Nov 2023
    1. Some possible aims (also not exhaustive): We agree what code is a 'service' and what is not We agree on the interface we expect for our services We agree on the naming convention we use for services
  2. Sep 2023
  3. Sep 2021
  4. Jun 2021
    1. Yarn has stated before that the goal of Yarn Workspaces is to provide low-level primitives for tools such as Lerna to use, not to compete with them.
  5. Apr 2021
    1. At Wehrlegig Games our objective is simple: publish beautiful games with historical themes that treat their subjects and their players seriously.
  6. Mar 2021
  7. Feb 2021
    1. Set your models free from the accepts_nested_attributes_for helper. Action Form provides an object-oriented approach to represent your forms by building a form object, rather than relying on Active Record internals for doing this.

      It seems that the primary/only goal/purpose was to provide a better alternative to ActiveRecord's accepts_nested_attributes_for.

      Unfortunately, this appears to be abandoned.