parsley/app/controllers
Dan Elbert 233cea022a
All checks were successful
parsley/pipeline/head This commit looks good
Fix usability bugs and USDA importer performance
- Remove duplicate Save buttons in log creator/editor (fired with null data before recipe loaded)
- Redirect to new resource after creating recipe/log instead of dropping back to list
- Fix TheFoodCreator Cancel linking to dead route /food → /foods
- Refactor AppSearchText to use defineModel; fix search box not initializing from URL
- Fix TheCalculator variable shadowing bug (ingredient ref never updated on food select)
- Refactor UsdaImporter to use insert_all! instead of per-record save! (~240k branded foods)
- Fix string-based ndbn min comparison in build_enumerator (fragile on non-padded IDs)
- Add CLAUDE.md with project overview and architecture notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 14:42:22 -05:00
..
admin more conversion away form jbuilder 2020-08-07 12:33:06 -05:00
concerns initial commit 2016-01-12 18:43:00 -06:00
application_controller.rb Continue converting to composition api 2024-10-02 14:34:50 -05:00
calculator_controller.rb Continue converting to composition api 2024-10-02 14:34:50 -05:00
foods_controller.rb more conversion away form jbuilder 2020-08-07 12:33:06 -05:00
home_controller.rb sw work 2018-04-17 18:38:48 -05:00
ingredients_controller.rb more conversion away form jbuilder 2020-08-07 12:33:06 -05:00
logs_controller.rb Fix usability bugs and USDA importer performance 2026-04-20 14:42:22 -05:00
notes_controller.rb upgrade ruby/rails 2024-09-28 11:50:07 -05:00
recipes_controller.rb Fix usability bugs and USDA importer performance 2026-04-20 14:42:22 -05:00
tags_controller.rb more conversion away form jbuilder 2020-08-07 12:33:06 -05:00
task_items_controller.rb Dep upgrades; bug fixes 2026-04-20 13:46:42 -05:00
task_lists_controller.rb update dependencies; live task editing 2022-02-02 21:12:27 -06:00
users_controller.rb Continue converting to composition api 2024-10-02 14:34:50 -05:00