Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddcamp/sniffets
Manage snippets of content in your Rails app
https://github.com/oddcamp/sniffets
Last synced: about 2 months ago
JSON representation
Manage snippets of content in your Rails app
- Host: GitHub
- URL: https://github.com/oddcamp/sniffets
- Owner: oddcamp
- License: mit
- Created: 2015-01-14T11:18:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T07:38:05.000Z (over 9 years ago)
- Last Synced: 2023-03-12T07:42:13.431Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sniffets
![Sniffets](http://images4-d.ravelrycache.com/uploads/Tazzyb/195662530/image_small.jpg)
Simple gem that allows you to inject snippets in pages.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'sniffets'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install sniffets
Run the generator:
$ rails generate sniffets:install
And migrate:
$ rake db:migrate
If you need to add authentication for manipulating the snippets, monkeypatch
`Admin::BaseController` and add a `before_action`.## Contributing
1. Fork it ( https://github.com/[my-github-username]/sniffets/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request