Skip to content

cuperman/blank_pixel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

 
 
 

Contributors

Languages

  • Ruby 84.2%
  • HTML 10.4%
  • JavaScript 2.9%
  • CSS 2.5%