rails_api_base
rails_api_base copied to clipboard
API boilerplate project for Ruby on Rails 7
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.13.0 to 1.13.2. Release notes Sourced from jquery-ui's releases. jQuery UI 1.13.2 Released! https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/ jQuery UI 1.13.1 Released! https://blog.jqueryui.com/2022/01/jquery-ui-1-13-1-released/ Commits d6c028c 1.13.2 8cc5bae Checkboxradio: Don't re-evaluate text...
#### Board: N/A --- #### Description: Pushing to Heroku was throwing errors related to webpack. Updating webpacker package version fixes the problem. Heroku logs before: ``` Compilation failed: Invalid options...
Enhancement. Also, seems like we need first to upgrade the dependency at [exception_hunter](https://github.com/rootstrap/exception_hunter).
Check [jb](https://github.com/amatsuda/jb), it's considered faster than jbuilder Another alternative faster and cleaner is [fast_jsonapi](https://github.com/Netflix/fast_jsonapi) which is based on serializers, so it's like having views + decorators in the same file....
**Is your feature request related to a problem? Please describe.** Running ./bootstraper.sh does not rename the admin panel. **Describe the solution you'd like** The name should be changed by the...
Sign in and then immediately sign out should get a success response if the sing in was a success. However getting a 404 user not found or logged in. If...
Right now there is a step in the Dockerfile that does: ``` RUN gem install bundler ``` the problem here is that we could be building two images with the...
For security reasons, I think it makes sense to have the[ login endpoint limited](https://github.com/rootstrap/takion-api/commit/08475520795ac4348c07f73bb097f3dc1a64bd02). For example something like this: ``` RACK_ATTACK_THROTTLE_LIMIT = ENV.fetch('RACK_ATTACK_THROTTLE_LIMIT', 6) RACK_ATTACK_THROTTLE_PERIOD_IN_SECONDS = ENV.fetch('RACK_ATTACK_THROTTLE_PERIOD', 1.minute.to_i) Rack::Attack.throttle( 'requests_to_api_login_path_per_minute_per_ip',...
## Why There are reek issues in the current state of the codebase. Fix those so that new projects can have a clean rails app to start development. ## What...