August 31, 2026
NoMethodError (undefined method 'has_many_associated_records_path' for an instance of ActionDispatch::Routing::RoutesProxy). This release adds them back in.August 29, 2026
Field::HasMany#nested_fields for inline editing of has_many associations using Rails nested attributes. Switches the field from selecting existing records to creating, editing, and deleting associated records directly within the parent form. Accepts Field instances (like Repository#fields), supporting String, Text, Number, Boolean, Date, and DateTime fields.has_many associations directly from the record show page.Uchi::Repository.all.August 29, 2026
Uchi::SortOrder#name has been renamed to Uchi::SortOrder#column.visible configuration option to fields. This gives finer control over which fields are displayed for a given record, allowing for more dynamic and context-sensitive UIs.Field::Select for fixed lists of options.May 12, 2026
:new from the fields on() configuration as needed.at: argument: Uchi.routes.mount(self, at: :admin).January 05, 2026
Uchi.routes.mount(self) to config/routes.rb. The old explicit mount syntax still works, you won't reap some of the future benefits by doing so.