An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Sponsor](https://cavneb.ngrok.io/sponsor/github/cavneb/pixel_fire.svg)](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).