CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 06:07:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100316044728
location: https://web.archive.org/web/20100316044728/https://github.com/textmate/ruby-on-rails.tmbundle
server-timing: captures_list;dur=0.884562, exclusion.robots;dur=0.031240, exclusion.robots.policy;dur=0.016423, esindex;dur=0.008352, cdx.remote;dur=10.604868, LoadShardBlock;dur=161.025518, PetaboxLoader3.datanode;dur=57.265043, PetaboxLoader3.resolve;dur=63.800999
x-app-server: wwwb-app239
x-ts: 302
x-tr: 284
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app239; 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, 24 Aug 2025 06:07:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 16 Mar 2010 04:47:28 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "3dbceb47ba74f63a506553a33183f871"
x-archive-orig-x-runtime: 115ms
x-archive-orig-content-length: 33610
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, 16 Mar 2010 04:47:28 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 07 Feb 2010 03:37:31 GMT", ; rel="prev memento"; datetime="Sun, 07 Feb 2010 03:37:31 GMT", ; rel="memento"; datetime="Tue, 16 Mar 2010 04:47:28 GMT", ; rel="last memento"; datetime="Tue, 16 Mar 2010 04:47:28 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: 51_14_20100315222931_crawl100-c/51_14_20100316044255_crawl101.arc.gz
server-timing: captures_list;dur=0.609186, exclusion.robots;dur=0.020189, exclusion.robots.policy;dur=0.008986, esindex;dur=0.012697, cdx.remote;dur=14.195338, LoadShardBlock;dur=199.269697, PetaboxLoader3.datanode;dur=222.291754, PetaboxLoader3.resolve;dur=109.250484, load_resource;dur=155.471313
x-app-server: wwwb-app239
x-ts: 200
x-tr: 472
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
textmate's ruby-on-rails.tmbundle at master - GitHub
textmate / ruby-on-rails.tmbundle
- Source
- Commits
- Network (6)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
README
TextMate bundle for Ruby on Rails development GET IT NOW: with Rails 2.0 support. Rails 2.0 (copied from CHANGELOG) * Snippets/Commands for: * Tests * assert_select (ass) * assert_difference/assert_no_difference (asd/asnd) * GET+POST test method stubs (defg+defp) * Controllers * respond_to (rst) * REMOVED: render_component snippets * loggers - pass a block instead of raw string to save time if logging not used (e.g. production) [thx Stephen Touset] * redirect_to for resource paths (rep, repp, renp, renpp) * render :update (ru) [thx Simon Jefford] * Views * form_for (ff) * link_to for resource paths (lip, lipp, linp, linpp) * <% end -%> (end) * Models * has_many :though (hmt) * association snippets give better defaults (e.g. bt + hm) * validates_format_of (vf,vfif) [thx Dean Strelau] * Migrations * Sexy Migrations now available as "t." snippets [thx Lawrence Pit] * Migration classes have own textmate scope * Add/Remove Columns - the 'down' statements are in reverse order [thx Lawrence Pit, Daniel Kristensen] * Language/Syntax * New keywords: rescue_from * Added rb as a valid Rails file type [thx James Deville] * Commands * html.erb is the default for new templates (backwards compatibility is being worked on too) * Plugins * Footnote * footnote-edge uses .erb for templates [thx Stephen Bannasch]