CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 04 Sep 2025 17:03:03 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080517011119
location: https://web.archive.org/web/20080517011119/https://github.com/ctran/annotate_models/tree
server-timing: captures_list;dur=0.985228, exclusion.robots;dur=0.042900, exclusion.robots.policy;dur=0.026330, esindex;dur=0.014152, cdx.remote;dur=337.681815, LoadShardBlock;dur=507.502232, PetaboxLoader3.datanode;dur=267.301757, PetaboxLoader3.resolve;dur=129.267745
x-app-server: wwwb-app28
x-ts: 302
x-tr: 911
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: wb-p-SERVER=wwwb-app28; 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: Thu, 04 Sep 2025 17:03:05 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 17 May 2008 08:11:19 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_session=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7AA%253D%253D--05fe545aeb8e6719fb006b3a7474a1d3aeb228a4; path=/
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.46216
x-archive-orig-etag: "d4cb0518080e7f980e53e0a9f960b221"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 3626
x-archive-orig-x_commoncrawl_originalurl: https://github.com/ctran/annotate_models/tree
x-archive-orig-x_commoncrawl_urlfp: 7749100311109834960
x-archive-orig-x_commoncrawl_hostfp: 2322381874540480054
x-archive-orig-x_commoncrawl_signature:
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1211011879025
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Sat, 17 May 2008 01:11:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 02 Mar 2008 14:58:59 GMT", ; rel="prev memento"; datetime="Fri, 09 May 2008 11:12:55 GMT", ; rel="memento"; datetime="Sat, 17 May 2008 01:11:19 GMT", ; rel="next memento"; datetime="Tue, 30 Sep 2008 03:08:09 GMT", ; rel="last memento"; datetime="Mon, 30 Apr 2018 10:30:39 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: 1214585133801_12-c/1214585312722_4.arc.gz
server-timing: captures_list;dur=3.545538, exclusion.robots;dur=0.043962, exclusion.robots.policy;dur=0.027951, esindex;dur=0.016395, cdx.remote;dur=222.524084, LoadShardBlock;dur=544.474855, PetaboxLoader3.datanode;dur=356.885057, PetaboxLoader3.resolve;dur=336.438198, load_resource;dur=425.837327
x-app-server: wwwb-app28
x-ts: 200
x-tr: 1360
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
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!