Git

Milestone

No milestone

Labels

Assignees

Reviewers

Linked items

Loading…

Projects

Loading…
lukaas-007 commented

Summary

Starting point for rewriting the application in Ruby on Rails.

This PR intentionally contains no code changes yet — it opens with an empty commit so the rewrite work can land on this branch incrementally.

Plan

  • Scaffold a new Rails application
  • Port existing functionality over to Rails
Merge Conflicts This pull request has merge conflicts that must be resolved before merging.
git checkout master && git pull && git checkout rails-rewrite && git merge master
app/Http/Controllers/ItemController.php
Insert