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 (
xilence /
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Sun Aug 23 12:33:44 -0700 2009 | |
| |
README.markdown | Sat Oct 24 05:09:57 -0700 2009 | |
| |
Rakefile | Sun Aug 23 12:33:44 -0700 2009 | |
| |
VERSION | Sat Oct 24 03:04:58 -0700 2009 | |
| |
init.rb | Sun Aug 23 12:33:44 -0700 2009 | |
| |
install.rb | Sun Aug 23 12:33:44 -0700 2009 | |
| |
lib/ | Sun Aug 23 12:33:44 -0700 2009 | |
| |
tasks/ | Sun Aug 23 12:33:44 -0700 2009 | |
| |
test/ | Sun Aug 23 12:33:44 -0700 2009 | |
| |
uninstall.rb | Sun Aug 23 12:33:44 -0700 2009 |
README.markdown
- How often have you got 500 error while developing some super-cool ajax thing and seen stuff like this in your browser console?

- Do we really need to scroll down all that HTML/CSS noise each time looking on rails error backtrace?
Wanna make your backtraces clean and quiet for ajax requests? Go for it!
Features
There is only one extremely useful feature:
- Xilence removes all that annoying HTML and CSS code from your rails backtrace for ajax requests
In Action
Just install plugin, open your firebug/safari console and click on the broken ajax action link and you should see something like this:

Installation
./script/plugin install git://github.com/inem/xilence.git







