CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 09:10:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080726001258
location: https://web.archive.org/web/20080726001258/https://github.com/dustin/annotate_models/tree
server-timing: captures_list;dur=0.445234, exclusion.robots;dur=0.017272, exclusion.robots.policy;dur=0.007732, esindex;dur=0.009613, cdx.remote;dur=40.604720, LoadShardBlock;dur=155.994322, PetaboxLoader3.datanode;dur=63.960381, PetaboxLoader3.resolve;dur=33.183333
x-app-server: wwwb-app214
x-ts: 302
x-tr: 219
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; 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 09:10:56 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 26 Jul 2008 07:12:58 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7AA%253D%253D--4d8802a39cf2ae2680fcdf915bd7f8472555cf65; domain=.github.com; path=/
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1.74020
x-archive-orig-etag: "6794fb4806a16886e50f6fae107a99ad"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 3915
x-archive-orig-x_commoncrawl_originalurl: https://github.com/dustin/annotate_models/tree
x-archive-orig-x_commoncrawl_urlfp: -7264976892449885083
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: 6794fb4806a16886e50f6fae107a99ad
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1217056378400
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Sat, 26 Jul 2008 00:12:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 26 Jul 2008 00:12:58 GMT", ; rel="memento"; datetime="Sat, 26 Jul 2008 00:12:58 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2008 00:12:58 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: 1217392292484_25-c/1217392558680_13.arc.gz
server-timing: captures_list;dur=0.407619, exclusion.robots;dur=0.016160, exclusion.robots.policy;dur=0.007596, esindex;dur=0.008872, cdx.remote;dur=5.616058, LoadShardBlock;dur=232.511777, PetaboxLoader3.datanode;dur=543.613791, PetaboxLoader3.resolve;dur=146.474805, load_resource;dur=465.815876
x-app-server: wwwb-app214
x-ts: 200
x-tr: 758
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
dustin's annotate_models at master — GitHub
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 (

Fork of ctran/annotate_models | |
Description: | Annotate ActiveRecord models as a gem |
Homepage: | https://agilewebdevelopment.com/plugins/annotate_models |
Clone URL: |
git://github.com/dustin/annotate_models.git
Give this clone URL to anyone.
git clone git://github.com/dustin/annotate_models.git
|
Search Repo: |
README.txt
== AnnotateModels Add a comment summarizing the current schema to the top of each ActiveRecord model source file. # == Schema Information # # id :integer(11) not null # quantity :integer(11) # product_id :integer(11) # unit_price :float # order_id :integer(11) # class LineItem < ActiveRecord::Base belongs_to :product end Note that this code will blow away the initial comment block in your models if it looks like it was previously added by annotate models, so you don't want to add additional text to an automatically created comment block. == Install sudo gem install annotate-models == Usage cd [your project] annotate annotate -d annotate -p [before|after] annotate -h == Source https://github.com/ctran/annotate_models == Author Dave Thomas Pragmatic Programmers, LLC Released under the same license as Ruby. No Support. No Warranty. == Modifications - alex@pivotallabs.com - Cuong Tran - https://github.com/ctran - Jack Danger - https://github.com/JackDanger - Michael Bumann - https://github.com/bumi - Henrik Nyh - https://github.com/henrik
This feature is coming soon. Sit tight!