https://github.com/coderberry/pixel_fire
Simple version of Google Tag Manager as a Rails Engine
https://github.com/coderberry/pixel_fire
pixels rack-middleware
Last synced: 12 months ago
JSON representation
Simple version of Google Tag Manager as a Rails Engine
- Host: GitHub
- URL: https://github.com/coderberry/pixel_fire
- Owner: coderberry
- License: mit
- Created: 2017-03-01T00:44:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T17:58:18.000Z (almost 9 years ago)
- Last Synced: 2025-05-14T16:56:18.243Z (about 1 year ago)
- Topics: pixels, rack-middleware
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
[](https://cavneb.ngrok.io/link/github/cavneb/pixel_fire)
# PixelFire
Short description and motivation.
## Usage
How to use my plugin.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'pixel_fire'
```
And then execute:
```bash
$ bundle
$ bin/rails pixel_fire:install:migrations
$ bin/rails db:migrate
```
Add the engine to your routes file:
```ruby
mount ::PixelFire::Engine, at: "/pixel_fire"
```
## Contributing
Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).