CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 06:09:47 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100304230147
location: https://web.archive.org/web/20100304230147/https://github.com/rails/hide_action
server-timing: captures_list;dur=0.812945, exclusion.robots;dur=0.040465, exclusion.robots.policy;dur=0.025545, esindex;dur=0.017699, cdx.remote;dur=16.236453, LoadShardBlock;dur=835.105203, PetaboxLoader3.datanode;dur=144.452679, PetaboxLoader3.resolve;dur=195.136912
x-app-server: wwwb-app202
x-ts: 302
x-tr: 881
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app202; 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, 08 Aug 2025 06:09:48 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 04 Mar 2010 23:01:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "483fa22b596c469d7b7628993d113c1b"
x-archive-orig-x-runtime: 80ms
x-archive-orig-content-length: 22172
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: Thu, 04 Mar 2010 23:01:47 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 27 Jan 2010 03:25:42 GMT", ; rel="prev memento"; datetime="Sun, 31 Jan 2010 10:30:17 GMT", ; rel="memento"; datetime="Thu, 04 Mar 2010 23:01:47 GMT", ; rel="next memento"; datetime="Sun, 10 Jun 2018 23:58:23 GMT", ; rel="last memento"; datetime="Mon, 14 Dec 2020 17:30:35 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_20100304225140_crawl101-c/51_14_20100304230141_crawl101.arc.gz
server-timing: captures_list;dur=0.526358, exclusion.robots;dur=0.024718, exclusion.robots.policy;dur=0.014372, esindex;dur=0.010674, cdx.remote;dur=10.849498, LoadShardBlock;dur=238.861592, PetaboxLoader3.datanode;dur=84.410927, PetaboxLoader3.resolve;dur=401.655700, load_resource;dur=320.147419
x-app-server: wwwb-app202
x-ts: 200
x-tr: 625
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
rails's hide_action at master - GitHub
This service is courtesy of Pledgie.
rails / hide_action
- Source
- Commits
- Network (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
name | age | message | |
---|---|---|---|
![]() |
MIT-LICENSE | Thu Jan 21 23:36:23 -0800 2010 | Initial commit. Extracted module and test from ... [Prem Sichanugrist] |
![]() |
README | Thu Jan 21 23:36:23 -0800 2010 | Initial commit. Extracted module and test from ... [Prem Sichanugrist] |
![]() |
Rakefile | Thu Jan 21 23:36:23 -0800 2010 | Initial commit. Extracted module and test from ... [Prem Sichanugrist] |
![]() |
init.rb | Thu Jan 21 23:36:23 -0800 2010 | Initial commit. Extracted module and test from ... [Prem Sichanugrist] |
![]() |
install.rb | Thu Jan 21 23:36:23 -0800 2010 | Initial commit. Extracted module and test from ... [Prem Sichanugrist] |
![]() |
lib/ | Thu Jan 21 23:36:23 -0800 2010 | Initial commit. Extracted module and test from ... [Prem Sichanugrist] |
![]() |
test/ | Thu Jan 21 23:36:23 -0800 2010 | Initial commit. Extracted module and test from ... [Prem Sichanugrist] |
README
HideActions =========== ActionController::HideActions adds the ability to prevent public methods on a controller to be called as actions. Example ======= class NonEmptyController < ActionController::Base def public_action render :nothing => true end hide_action :hidden_action def hidden_action end end Copyright (c) 2010 David Heinemeier Hansson, released under the MIT license