CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 02 Sep 2025 05:37:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080913005630
location: https://web.archive.org/web/20080913005630/https://github.com/dchelimsky/rspec-rails/wikis
server-timing: captures_list;dur=1.505610, exclusion.robots;dur=0.098977, exclusion.robots.policy;dur=0.065826, esindex;dur=0.029411, cdx.remote;dur=36.262654, LoadShardBlock;dur=182.795536, PetaboxLoader3.datanode;dur=83.298199, PetaboxLoader3.resolve;dur=32.621291
x-app-server: wwwb-app214
x-ts: 302
x-tr: 263
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: Tue, 02 Sep 2025 05:37:50 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 13 Sep 2008 00:56:30 GMT
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: 0.52327
x-archive-orig-etag: "817a344ec34391bf471c2fd04727aa36"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23040
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 13 Sep 2008 00:56:30 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 25 May 2008 21:06:38 GMT", ; rel="prev memento"; datetime="Thu, 11 Sep 2008 22:47:59 GMT", ; rel="memento"; datetime="Sat, 13 Sep 2008 00:56:30 GMT", ; rel="next memento"; datetime="Tue, 04 Nov 2008 15:23:46 GMT", ; rel="last memento"; datetime="Sun, 20 Jul 2014 14:55:33 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_5_20080913004105_crawl102-c/51_5_20080913005546_crawl103.arc.gz
server-timing: captures_list;dur=0.520859, exclusion.robots;dur=0.019409, exclusion.robots.policy;dur=0.008926, esindex;dur=0.012748, cdx.remote;dur=110.922437, LoadShardBlock;dur=264.649134, PetaboxLoader3.datanode;dur=233.811561, PetaboxLoader3.resolve;dur=325.694762, load_resource;dur=333.374552
x-app-server: wwwb-app214
x-ts: 200
x-tr: 793
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
Home — rspec-rails — GitHub
Recent edits
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 (

Description: | RSpec's official Ruby on Rails plugin |
Home
rspec | rspec-rails | rspec-tmbundle | rspec-dev | contributing patches | rspec website | rspec at rubyforge
The rspec-rails repository holds the source for the rspec-rails gem/plugin. Clone this repo if you:- want to build the rspec-rails gem from the latest source
- want to install it as a rails plugin in combination with the rspec plugin.
Install an RSpec release >= 1.1.4 in Rails <= 2.1.0
cd vendor/plugins git clone git://github.com/dchelimsky/rspec.git git clone git://github.com/dchelimsky/rspec-rails.git cd rspec git checkout 1.1.4 cd ../rspec-rails git checkout 1.1.4 cd .. rm -rf rspec/.git rm -rf rspec-rails/.git cd ../../ script/generate rspec
Install an RSpec release from 1.1.0 to 1.1.3:
ruby script/plugin install https://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec ruby script/plugin install https://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec_on_rails
Install an RSpec release >= 1.1.4 in Rails edge (>= 14 July, 2008)
script/plugin install git://github.com/dchelimsky/rspec.git -r 1.1.4 script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 1.1.4 script/generate rspec
Install RSpec’s edge for rails >= 2.1.0
script/plugin install git://github.com/dchelimsky/rspec.git script/plugin install git://github.com/dchelimsky/rspec-rails.git script/generate rspec
Install RSpec’s edge for rails <= 2.0.2
cd vendor/plugins git clone git://github.com/dchelimsky/rspec.git git clone git://github.com/dchelimsky/rspec-rails.git rm -rf rspec/.git rm -rf rspec-rails/.git cd ../../ script/generate rspec
Recent edits
Seen Elsewhere
- Home in viniciusteles's fork
- Home in jcnetdev's fork
- Home in imkite's fork
- Home in jdelStrother's fork
- Home in grockit's fork
- Home in Narnach's fork
- Home in sml's fork
- Home in martinx's fork
- Home in FooBarWidget's fork
- Home in weplay's fork
- Home in brandon's fork
- Home in pedro's fork
- Home in mrduncan's fork
- Home in fidothe's fork
- Home in johngibbs's fork
- Home in bmabey's fork
- Home in zhangxue's fork
- Home in fs's fork
- Home in cognita's fork
- Home in thomd's fork
- Home in ianwhite's fork
- Home in darkel's fork
- Home in wurdalag's fork
- Home in carlosparamio's fork
- Home in nando's fork
- Home in charlenopires's fork
- Home in code's fork
- Home in jerryvos's fork
- Home in nullstyle's fork
- Home in jherdman's fork
- Home in mkdynamic's fork
- Home in artofmission's fork
- Home in joahking's fork
- Home in Nielsomat's fork
Last edited by fidothe, about 1 month ago
Versions:
This feature is coming soon. Sit tight!