You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails API Base is a boilerplate project for JSON RESTful APIs. It follows the community best practices in terms of standards, security and maintainability, integrating a variety of testing and code quality tools. It's based on Rails 7.2 and Ruby 3.3.
7
+
Rails API Base is a boilerplate project for JSON RESTful APIs. It follows the community best practices in terms of standards, security and maintainability, integrating a variety of testing and code quality tools. It's based on Rails 8.0 and Ruby 3.4.
8
8
9
9
Finally, it contains a plug an play Administration console (thanks to [ActiveAdmin](https://github.com/activeadmin/activeadmin)).
10
10
@@ -73,7 +73,7 @@ To illustrate, `bin/rails console` will run the console in the docker container
73
73
74
74
-[ActiveAdmin](https://github.com/activeadmin/activeadmin) for easy administration
75
75
-[Arctic Admin](https://github.com/cprodhomme/arctic_admin) for responsive active admin
76
-
-[Annotate](https://github.com/ctran/annotate_models) for documenting the schema in the classes
76
+
-[Annotaterb](https://github.com/drwl/annotaterb) for documenting the schema in the classes
77
77
-[Better Errors](https://github.com/charliesome/better_errors) for a better error page
78
78
-[Brakeman](https://github.com/presidentbeef/brakeman) for security static analysis
79
79
-[Byebug](https://github.com/deivid-rodriguez/byebug) for debugging
0 commit comments