WIP : ruby/structure-of-web-app #1

Open
thomas wants to merge 2 commits from ruby/structure-of-web-app into trunk
thomas commented 4 years ago
Owner

Following years of working with brand new and very old Rails applications I am often facing issues with how to structure or restructure the code base.

Controller actions get fat, models get fat and bloated, and so on.

I have seen and used different ways to exit from this but nowadays as some of my clients request help to review and rework codebases I am trying to come up with some bases that I can show and use as starting point.

This PR is a try at this.

Following years of working with brand new and very old Rails applications I am often facing issues with how to structure or restructure the code base. Controller actions get fat, models get fat and bloated, and so on. I have seen and used different ways to exit from this but nowadays as some of my clients request help to review and rework codebases I am trying to come up with some bases that I can show and use as starting point. This PR is a try at this.
thomas self-assigned this 4 years ago
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b ruby/structure-of-web-app trunk
git pull origin ruby/structure-of-web-app

Step 2:

Merge the changes and update on Gitea.
git checkout trunk
git merge --no-ff ruby/structure-of-web-app
git push origin trunk
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OpenSource/caboose#1
Loading…
There is no content yet.