Skip to content
Repository list ferti.git
  • Summary
  • Commits
  • Files
ferti.git

[Rails] Fertilizer recipe solver for the FAPG.

  • › app/
    • › assets/
      • images/.keep
      • stylesheets/application.css
    • › controllers/
      • concerns/.keep
      • application_controller.rb
      • dashboard_controller.rb
      • nutrient_measurements_controller.rb
      • nutrient_profiles_controller.rb
      • targets_controller.rb
    • › javascript/
      • › controllers/
        • application.js
        • hello_controller.js
        • index.js
      • application.js
    • jobs/application_job.rb
    • mailers/application_mailer.rb
    • › models/
      • › concerns/
        • nutrient_vector.rb
        • .keep
      • application_record.rb
      • nutrient.rb
      • nutrient_measurement.rb
      • nutrient_profile.rb
      • target.rb
      • target_allocation.rb
    • › views/
      • › application/
        • _copyright_footer.html.erb
        • _navbar.html.erb
      • › beds/
        • _bed.html.erb
        • _form.html.erb
        • edit.html.erb
        • index.html.erb
      • › crops/
        • _crop.html.erb
        • _form.html.erb
        • edit.html.erb
        • index.html.erb
        • new.html.erb
        • show.html.erb
      • 8 more items...
  • › bin/
    • brakeman
    • dev
    • docker-entrypoint
    • 6 more items...
  • › config/
    • › environments/
      • development.rb
      • production.rb
      • test.rb
    • › initializers/
      • assets.rb
      • content_security_policy.rb
      • filter_parameter_logging.rb
      • inflections.rb
    • locales/en.yml
    • 11 more items...
  • › db/
    • › data/
      • dolibarr_measurements.csv
      • dolibarr_plant_requirements.csv
      • nutrient_profiles.csv
    • › migrate/
      • 20250820175727_create_nutrients.rb
      • 20250820175742_create_nutrient_measurements.rb
      • 20250823140019_create_crops.rb
      • 6 more items...
    • › seeds/
      • Nutrient.rb
      • NutrientMeasurement.rb
      • NutrientProfile.rb
      • Target.rb
    • schema.rb
    • seeds.rb
  • lib/tasks/.keep
  • log/.keep
  • › public/
    • 400.html
    • 404.html
    • 406-unsupported-browser.html
    • 422.html
    • 500.html
    • icon.png
    • robots.txt
  • script/.keep
  • storage/.keep
  • › test/
    • › controllers/
      • beds_controller_test.rb
      • crops_controller_test.rb
      • dashboard_controller_test.rb
      • 5 more items...
    • › fixtures/
      • files/.keep
      • beds.yml
      • crops.yml
      • 6 more items...
    • helpers/.keep
    • 6 more items...
  • › tmp/
    • pids/.keep
    • storage/.keep
    • .keep
  • › vendor/
    • bundle/.keep
    • javascript/.keep
    • .gitignore
  • .kamal/secrets
  • Dockerfile
  • Gemfile
  • Gemfile.lock
  • README.md
  • Rakefile
  • compose.yml
  • config.ru
  • .dockerignore
  • .gitattributes
  • .gitignore
  • .rubocop.yml
  • .ruby-version
  • Summary
  • Commits
  • Files

Copyright 2026 blendux

Validate