https://github.com/sixarm/sixarm_ruby_application_controller_starter
SixArm.com » Ruby » ApplicationController starter kit for Rails
https://github.com/sixarm/sixarm_ruby_application_controller_starter
applicationcontroller gem rails ruby
Last synced: 3 months ago
JSON representation
SixArm.com » Ruby » ApplicationController starter kit for Rails
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_ruby_application_controller_starter
- Owner: SixArm
- License: other
- Created: 2010-10-18T03:05:39.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:18:12.000Z (about 1 year ago)
- Last Synced: 2025-09-05T05:16:23.799Z (10 months ago)
- Topics: applicationcontroller, gem, rails, ruby
- Language: Ruby
- Homepage: http://sixarm.com
- Size: 236 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# SixArm.com → Ruby →
ApplicationController starter kit
* Doc:
* Gem:
* Repo:
## Introduction
For docs go to
Want to help? We're happy to get pull requests.
## Install
### Gem
To install this gem in your shell or terminal:
gem install sixarm_ruby_application_controller_starter
### Gemfile
To add this gem to your Gemfile:
gem 'sixarm_ruby_application_controller_starter'
### Require
To require the gem in your code:
require 'sixarm_ruby_application_controller_starter'