CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 11:27:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081122102105
location: https://web.archive.org/web/20081122102105/https://github.com/ctran/annotate_models/
server-timing: captures_list;dur=0.718592, exclusion.robots;dur=0.023438, exclusion.robots.policy;dur=0.009540, esindex;dur=0.013249, cdx.remote;dur=41.513061, LoadShardBlock;dur=540.925866, PetaboxLoader3.datanode;dur=64.537728, PetaboxLoader3.resolve;dur=130.193632
x-app-server: wwwb-app214
x-ts: 302
x-tr: 641
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: Fri, 22 Aug 2025 11:27:01 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 22 Nov 2008 18:21:05 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_sess=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--be4d4fe64136ba4b5a9e8e7643f35a4e640dd18d; domain=.github.com; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 625ms
x-archive-orig-etag: "9709794e4731e785909a1788a1b7aa9f"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 4918
x-archive-orig-x_commoncrawl_originalurl: https://github.com/ctran/annotate_models/
x-archive-orig-x_commoncrawl_urlfp: -7302883230922885391
x-archive-orig-x_commoncrawl_hostfp: -8801896244620822287
x-archive-orig-x_commoncrawl_signature: 9709794e4731e785909a1788a1b7aa9f
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1227378065681
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Sat, 22 Nov 2008 10:21:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 24 Apr 2008 04:47:05 GMT", ; rel="prev memento"; datetime="Tue, 30 Sep 2008 03:08:05 GMT", ; rel="memento"; datetime="Sat, 22 Nov 2008 10:21:05 GMT", ; rel="next memento"; datetime="Sat, 24 Jan 2009 18:04:28 GMT", ; rel="last memento"; datetime="Thu, 26 Jun 2025 14:02:31 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: 1227995484916_4-c/1227995499305_0.arc.gz
server-timing: captures_list;dur=0.576276, exclusion.robots;dur=0.022415, exclusion.robots.policy;dur=0.009645, esindex;dur=0.012595, cdx.remote;dur=8.257788, LoadShardBlock;dur=194.311408, PetaboxLoader3.datanode;dur=139.630822, PetaboxLoader3.resolve;dur=193.493841, load_resource;dur=158.191154
x-app-server: wwwb-app214
x-ts: 200
x-tr: 444
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
ctran'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 (

No gems have been built for this project yet.
Description: | Annotate ActiveRecord models as a gem |
Homepage: | https://agilewebdevelopment.com/plugins/annotate_models |
Clone URL: |
git://github.com/ctran/annotate_models.git
Give this clone URL to anyone.
git clone git://github.com/ctran/annotate_models.git
|
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!