vitoravelino/modular_routes

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.github/workflows/ci.yml
.github/workflows/coverage.yml
.github/workflows/rubocop.yml
.gitignore
.rspec
.rubocop.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE
README.md
Rakefile
bin/console
bin/setup
modular_routes.gemspec
lib/modular_routes.rb18
lib/modular_routes/builder.rb86
lib/modular_routes/extension.rb10
lib/modular_routes/routable.rb13
lib/modular_routes/routable/concerns.rb13
lib/modular_routes/routable/non_restful.rb21
lib/modular_routes/routable/restful.rb31
lib/modular_routes/routable/standalone.rb26
lib/modular_routes/scopable.rb14
lib/modular_routes/scopable/concern.rb24
lib/modular_routes/scopable/namespace.rb23
lib/modular_routes/scopable/resource.rb55
lib/modular_routes/scopable/scope.rb23
lib/modular_routes/scopable/single_resource.rb17
lib/modular_routes/version.rb3