CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 18 Aug 2025 01:09:14 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090924011603
location: https://web.archive.org/web/20090924011603/https://github.com/spicycode/micronaut-rails
server-timing: captures_list;dur=0.951463, exclusion.robots;dur=0.038035, exclusion.robots.policy;dur=0.022261, esindex;dur=0.014434, cdx.remote;dur=12.228847, LoadShardBlock;dur=339.302863, PetaboxLoader3.datanode;dur=62.620128, PetaboxLoader3.resolve;dur=142.882790
x-app-server: wwwb-app201
x-ts: 302
x-tr: 413
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; 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: Mon, 18 Aug 2025 01:09:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Thu, 24 Sep 2009 01:16:02 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "b1afff8ef88166ed50e001fca444c8ec"
x-archive-orig-x-runtime: 1299ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25294
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 24 Sep 2009 01:16:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 24 Sep 2009 01:16:03 GMT", ; rel="memento"; datetime="Thu, 24 Sep 2009 01:16:03 GMT", ; rel="next memento"; datetime="Sun, 26 Feb 2012 02:27:56 GMT", ; rel="last memento"; datetime="Mon, 14 Sep 2020 16:34:45 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_11_20090924001652_crawl103.gpg-c/51_11_20090924011554_crawl101.arc.gz
server-timing: captures_list;dur=0.479114, exclusion.robots;dur=0.021899, exclusion.robots.policy;dur=0.013028, esindex;dur=0.009016, cdx.remote;dur=6.225622, LoadShardBlock;dur=101.068361, PetaboxLoader3.datanode;dur=69.467584, PetaboxLoader3.resolve;dur=103.873015, load_resource;dur=94.766623
x-app-server: wwwb-app201
x-ts: 200
x-tr: 282
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
spicycode's micronaut-rails 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 (

Description: | edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/spicycode/micronaut-rails.git
Give this clone URL to anyone.
git clone git://github.com/spicycode/micronaut-rails.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:spicycode/micronaut-rails.git
|
name | age | message | |
---|---|---|---|
![]() |
.autotest | Loading commit data... ![]() |
|
![]() |
.gitignore | ||
![]() |
LICENSE | ||
![]() |
README | ||
![]() |
RSPEC-LICENSE | ||
![]() |
Rakefile | ||
![]() |
VERSION.yml | ||
![]() |
doc/ | ||
![]() |
examples/ | ||
![]() |
lib/ | ||
![]() |
micronaut-rails.gemspec |
README
= Micronaut Rails * https://github.com/spicycode/micronaut-rails * https://relevance.lighthouseapp.com/projects/22819-micronaut == DESCRIPTION: Micronaut Rails is a set of extension to deal with rails mode testing. For the moment think of it is a prototype of RSpec lite. Definitely pre alpha at the moment. == REQUIREMENTS: * Ruby 1.8.6+ * ActionPack * Micronaut (via spicycode-micronaut on GitHub) == ISSUES * No support for pure Rails fixtures, and no plans to add it - we use Factory Girl/Fixture Replacement instead, so send a patch if you want support for this). * No support for Rails integration tests -- use Cucumber (https://github.com/aslakhellesoy/cucumber) instead! * In use in real-world projects on Rails 2.3+ - older versions may have issues. == CREDITS: * RSpec for the great ideas and matchers
This feature is coming soon. Sit tight!