mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 17:51:39 -05:00
- Remove unused @is_public_view variable from controller - Simplify conditionals by leveraging methods that return [] when empty - Move public view from trips/public_show to shared/trips/show (Rails conventions) - Refactor trips#update to be HTML-only (remove JSON responses) - Convert sharing form to use proper Rails form helpers - Move JS controller to shared/ subdirectory with proper namespacing - Create RSpec shared examples for Shareable concern to eliminate duplication - Update request specs to match HTML-only controller behavior - Apply 'render/redirect ... and return' pattern for early returns |
||
|---|---|---|
| .. | ||
| api/v1 | ||
| family | ||
| settings | ||
| shared | ||
| users | ||
| authentication_spec.rb | ||
| exports_spec.rb | ||
| families_spec.rb | ||
| family_workflows_spec.rb | ||
| home_spec.rb | ||
| imports_spec.rb | ||
| map_spec.rb | ||
| notifications_spec.rb | ||
| places_spec.rb | ||
| points_spec.rb | ||
| settings_spec.rb | ||
| sidekiq_spec.rb | ||
| stats_spec.rb | ||
| trips_spec.rb | ||
| users_spec.rb | ||
| visits_spec.rb | ||