This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README
ActsAgainstDouchebar
====================
This plugin adds a special message to DiggBar users, or runs frame-killer Javascript.
Example
=======
In your controller:
class HomepageController < ApplicationController
acts_against_douchebar
def index
end
end
$ curl 'http://localhost:3000/homepage'
<h1>This is my regular homepage<h1>
$curl 'http://localhost:3000/homepage' -e 'http://digg.com/d1oNOZ'
"Dear Digg,<br />
Framing sites is bullshit.<br />
<br />
Your pal,
<a href="http://daringfireball.net">--J.G.</a>"
You can also use:
acts_against_douchebar :with => "My custom message"
for a custom message, or:
acts_against_douchebar :with => :frame_killer
to run a frame-killer.
Copyright (c) 2009 Ben Sandofsky, released under the MIT license








