CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 03 Aug 2025 20:21:26 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=1.335364, exclusion.robots;dur=0.025891, exclusion.robots.policy;dur=0.014473, esindex;dur=0.011388, cdx.remote;dur=2360.326711, LoadShardBlock;dur=849.205498, PetaboxLoader3.datanode;dur=158.332370, PetaboxLoader3.resolve;dur=80.225518
x-app-server: wwwb-app215
x-ts: 302
x-tr: 3257
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; 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: Sun, 03 Aug 2025 20:21:29 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.475487, exclusion.robots;dur=0.018857, exclusion.robots.policy;dur=0.008538, esindex;dur=0.009308, cdx.remote;dur=1551.589536, LoadShardBlock;dur=386.135466, PetaboxLoader3.datanode;dur=281.526541, PetaboxLoader3.resolve;dur=590.544080, load_resource;dur=542.634735
x-app-server: wwwb-app215
x-ts: 200
x-tr: 2537
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!