Skip to content

Simple Ruby on Rails plugin that will send back a 1x1 transparent blank GIF pixel response. Useful for pixel tracking scripts.

License

Notifications You must be signed in to change notification settings

thegillis/blank_pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blank pixel

Simple Ruby on Rails gem that will send back a 1x1 transparent blank GIF pixel response. Useful for pixel tracking scripts.

Usage

Here is an example response:

class SampleController < ActionController::Base
  def img
    render_blank_pixel
  end
end

GIF mime type is automatically added.

About

Simple Ruby on Rails plugin that will send back a 1x1 transparent blank GIF pixel response. Useful for pixel tracking scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published