Skip to content

Commit fe318b3

Browse files
committed
Update README and lockfile
1 parent 8bf0386 commit fe318b3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ GEM
129129
racc (~> 1.4)
130130
nokogiri (1.18.10-x86_64-darwin)
131131
racc (~> 1.4)
132+
nokogiri (1.18.10-x86_64-linux-gnu)
133+
racc (~> 1.4)
132134
pp (0.6.3)
133135
prettyprint
134136
prettyprint (0.2.0)
@@ -218,6 +220,7 @@ PLATFORMS
218220
arm64-darwin-22
219221
arm64-darwin-24
220222
x86_64-darwin-20
223+
x86_64-linux
221224

222225
DEPENDENCIES
223226
restomatic!

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# RESTomatic
22

3+
[![Test](https://github.com/rubymonolith/restomatic/actions/workflows/test.yml/badge.svg)](https://github.com/rubymonolith/restomatic/actions/workflows/test.yml)
4+
[![Gem Version](https://badge.fury.io/rb/restomatic.svg)](https://badge.fury.io/rb/restomatic)
5+
36
RESTomatic helps Rails developers organize nested resources with automatic namespacing. Each nested resource gets its own controller module, making your app cleaner and easier to maintain.
47

58
Unlike Rails shallow routes that send everything to one controller, RESTomatic enforces proper separation: `Blogs::PostsController`, `Users::PostsController`, etc. keeping your controllers organized and your codebase more maintainable.

0 commit comments

Comments
 (0)