Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenjcumming/rails-toolbox
Ruby on Rails snippets, sample code, and cheatsheet focused on API-only (-mostly) applications
https://github.com/stevenjcumming/rails-toolbox
rails rails-api rails-cheat-sheet rails-development rails-snippets rails-template rails7 ruby toolbox
Last synced: 20 days ago
JSON representation
Ruby on Rails snippets, sample code, and cheatsheet focused on API-only (-mostly) applications
- Host: GitHub
- URL: https://github.com/stevenjcumming/rails-toolbox
- Owner: stevenjcumming
- License: mit
- Created: 2023-06-25T14:26:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-17T11:33:34.000Z (4 months ago)
- Last Synced: 2024-11-06T06:47:47.998Z (about 2 months ago)
- Topics: rails, rails-api, rails-cheat-sheet, rails-development, rails-snippets, rails-template, rails7, ruby, toolbox
- Language: Ruby
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/permit_scrubber.rb
Awesome Lists containing this project
README
# Rails Toolbox
## About
Ruby on Rails snippets, sample code, and cheatsheet focused on API-only (-mostly) applications. The goal is to be a real-world version of the officials guides to increase development speed.
## Navigation
- [Authentication](authentication)
- [Authorization](authorization)
- [Cache](cache)
- [Controllers](controllers)
- [Core Ext](core_ext)
- [Errors](errors)
- [Form Objects](form_objects)
- [Health Check](health_check)
- [Initializers](initializers)
- [Jobs](jobs)
- [Lib](lib)
- [Models](models)
- [Rspec](rspec)
- [Security](security)
- [Validators](validators)
- [Views](views)## Roadmap
- [ ] Pagination
- [ ] Serializers
- [ ] Controllers with HTML format
- [ ] Views with ERB
- [ ] Sidekiq
- [ ] Admin Dashboard
- [ ] Cache Warming
- [ ] Full text search
- [ ] Gem extraction
- [ ] Expand API Wrapper with HTTParty
- [ ] TestProf
- [ ] Open to suggestions## Resources
- [Official Rails Guides](https://guides.rubyonrails.org/)
- [my Rails Performance Guide](https://github.com/stevenjcumming/rails-performance-guide)
- [my Rails Security Guide](https://github.com/stevenjcumming/rails-security-guide)## Contributions
Feel free to create new issue or submit a pull request.