https://github.com/plainsource/actionkit
The essential kit for rails ActionPack controllers to be happy.
https://github.com/plainsource/actionkit
actioncontroller actionpack rails ruby
Last synced: 8 months ago
JSON representation
The essential kit for rails ActionPack controllers to be happy.
- Host: GitHub
- URL: https://github.com/plainsource/actionkit
- Owner: plainsource
- License: mit
- Created: 2023-10-17T08:23:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T03:18:19.000Z (over 2 years ago)
- Last Synced: 2025-06-23T18:49:07.818Z (8 months ago)
- Topics: actioncontroller, actionpack, rails, ruby
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# ActionKit
Short description and motivation.
## Usage
How to use my plugin.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'action_kit'
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ gem install action_kit
```
## Contributing
Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).