https://github.com/apsislabs/slayer_rails
Rails Extensions for Slayer
https://github.com/apsislabs/slayer_rails
gem rails ruby
Last synced: 3 months ago
JSON representation
Rails Extensions for Slayer
- Host: GitHub
- URL: https://github.com/apsislabs/slayer_rails
- Owner: apsislabs
- License: mit
- Created: 2017-02-14T06:12:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T16:54:12.000Z (over 1 year ago)
- Last Synced: 2025-02-24T11:52:40.069Z (4 months ago)
- Topics: gem, rails, ruby
- Language: Ruby
- Size: 92.8 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SlayerRails
[](https://travis-ci.org/apsislabs/slayer_rails) [](https://coveralls.io/github/apsislabs/slayer_rails) [](https://badge.fury.io/rb/slayer_rails) [](https://opensource.org/licenses/MIT)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'slayer_rails'
```## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec appraisal rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Appraisal
Testing against various `Rails` versions is handled with [appraisal](https://github.com/thoughtbot/appraisal). To test, run:
```sh
$ bundle exec appraisal rake test
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/apsislabs/slayer_rails.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
---
# Built by Apsis
[](https://www.apsis.io)
`slayer_rails` was built by Apsis Labs. We love sharing what we build! Check out our [other libraries on Github](https://github.com/apsislabs), and if you like our work you can [hire us](https://www.apsis.io/work-with-us/) to build your vision.