CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 22:07:20 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091229003442
location: https://web.archive.org/web/20091229003442/https://github.com/liquid/firebug-on-rails
server-timing: captures_list;dur=0.661876, exclusion.robots;dur=0.022683, exclusion.robots.policy;dur=0.011029, esindex;dur=0.012515, cdx.remote;dur=17.151697, LoadShardBlock;dur=264.348604, PetaboxLoader3.datanode;dur=141.961955, PetaboxLoader3.resolve;dur=64.902691
x-app-server: wwwb-app225
x-ts: 302
x-tr: 316
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app225; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 05 Aug 2025 22:07:21 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 29 Dec 2009 00:34:39 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "18ef5a61aeb196fabfb571578f70d38a"
x-archive-orig-x-runtime: 156ms
x-archive-orig-content-length: 18472
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 29 Dec 2009 00:34:42 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 26 Dec 2009 18:47:19 GMT", ; rel="prev memento"; datetime="Sat, 26 Dec 2009 18:47:19 GMT", ; rel="memento"; datetime="Tue, 29 Dec 2009 00:34:42 GMT", ; rel="next memento"; datetime="Wed, 27 Jan 2010 19:35:23 GMT", ; rel="last memento"; datetime="Fri, 29 Jan 2010 03:58:09 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20091228175501_crawl101-c/52_13_20091229002718_crawl101.arc.gz
server-timing: captures_list;dur=0.595720, exclusion.robots;dur=0.027156, exclusion.robots.policy;dur=0.013506, esindex;dur=0.013951, cdx.remote;dur=12.448842, LoadShardBlock;dur=727.239702, PetaboxLoader3.datanode;dur=610.208811, PetaboxLoader3.resolve;dur=307.933135, load_resource;dur=291.302698
x-app-server: wwwb-app225
x-ts: 200
x-tr: 1098
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
liquid's firebug-on-rails at master - GitHub
This service is courtesy of Pledgie.
liquid / firebug-on-rails
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A ruby gem that uses Firebug to enhance Rails development. — Read more
name | age | message | |
---|---|---|---|
![]() |
README.markdown | Tue Jul 21 15:52:36 -0700 2009 | attempt to write proper markdown formatting, heh [liquid] |
README.markdown
Firebug on Rails
A ruby gem that uses Firebug to enhance Rails development.
Usage
Planned examples: FireBug::log(msg) FireBug::info(msg) FireBug::warn(msg) FireBug::error(msg) FireBug::debug(var, opts)
Example output (with the debug(var) method call):
<script type="text/javascript">
console.info('%s: %s', var name, var.class_name)
console.open_group();
<%- var.args.each do |arg|
console.info('%s (%s) %s', arg name, arg.class_name, var);
end -%>
console.end_group();
</script>
Architecture plan
Hooks up with the rendering module (ActionController::Base), - parses the response body and add the
Bonuses
Context aware formatting (if we're debugging within a js format block then render the output without the opening and closing script tags)
Inspired by FirePHP
This feature is coming soon. Sit tight!