CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 06:10:05 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100106134900
location: https://web.archive.org/web/20100106134900/https://github.com/mislav/kickstart-rails
server-timing: captures_list;dur=0.781538, exclusion.robots;dur=0.026206, exclusion.robots.policy;dur=0.010863, esindex;dur=0.012137, cdx.remote;dur=112.218004, LoadShardBlock;dur=230.832309, PetaboxLoader3.datanode;dur=78.354845, PetaboxLoader3.resolve;dur=59.394583
x-app-server: wwwb-app224
x-ts: 302
x-tr: 406
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; 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, 05 Aug 2025 06:10:06 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 06 Jan 2010 13:48:59 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f01fa5bdf9a28a67c058d5f41625af29"
x-archive-orig-x-runtime: 132ms
x-archive-orig-content-length: 26184
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: Wed, 06 Jan 2010 13:49:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 24 Sep 2009 14:13:18 GMT", ; rel="prev memento"; datetime="Thu, 03 Dec 2009 06:01:19 GMT", ; rel="memento"; datetime="Wed, 06 Jan 2010 13:49:00 GMT", ; rel="next memento"; datetime="Mon, 15 Feb 2010 00:59:31 GMT", ; rel="last memento"; datetime="Sat, 10 Apr 2010 04:58:17 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_13_20100106120225_crawl102-c/51_13_20100106134733_crawl101.arc.gz
server-timing: captures_list;dur=0.474151, exclusion.robots;dur=0.018468, exclusion.robots.policy;dur=0.008684, esindex;dur=0.010530, cdx.remote;dur=10.673422, LoadShardBlock;dur=245.342802, PetaboxLoader3.datanode;dur=125.633277, PetaboxLoader3.resolve;dur=318.897033, load_resource;dur=229.517117
x-app-server: wwwb-app224
x-ts: 200
x-tr: 570
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
mislav's kickstart-rails at master - GitHub
mislav / kickstart-rails
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
commit 868ecd0c71e201615402dcc2177d0e2432087d65
tree 21cb7562b7c48a7cc5f2a5c6fbaa745bc4b30115
parent dc90e62128e50ef8937f2800a10efc4f0a857e98
tree 21cb7562b7c48a7cc5f2a5c6fbaa745bc4b30115
parent dc90e62128e50ef8937f2800a10efc4f0a857e98
name | age | message | |
---|---|---|---|
![]() |
.autotest | Wed Apr 30 21:31:44 -0700 2008 | add comments on why I monkeypatched Autotest [mislav] |
![]() |
.gitignore | Sun Apr 27 16:13:33 -0700 2008 | application layout; public controller [mislav] |
![]() |
README.markdown | Sun Apr 27 18:36:56 -0700 2008 | indent code blocks in README [mislav] |
![]() |
Rakefile | Sun Apr 27 14:47:24 -0700 2008 | generated Rails skeleton [mislav] |
![]() |
app/ | Sun Apr 27 17:42:39 -0700 2008 | some default styles on top of CSS reset [mislav] |
![]() |
config/ | Sun Apr 27 15:56:40 -0700 2008 | add edge haml [mislav] |
![]() |
db/ | Sun Apr 27 16:13:33 -0700 2008 | application layout; public controller [mislav] |
![]() |
public/ | Sun Apr 27 17:42:39 -0700 2008 | some default styles on top of CSS reset [mislav] |
![]() |
script/ | Sun Apr 27 15:48:57 -0700 2008 | rspec on rails [mislav] |
![]() |
spec/ | Wed Apr 30 21:08:31 -0700 2008 | add HTML::Node#inner_text helper for use with h... [mislav] |
![]() |
stories/ | Sun Apr 27 15:48:57 -0700 2008 | rspec on rails [mislav] |
![]() |
vendor/ | Sun Apr 27 18:32:37 -0700 2008 | better index view in sexy_scaffold generator (c... [mislav] |
README.markdown
Kick-start your new Rails project with this blank-slate application
git clone --origin kickstart git://github.com/mislav/kickstart-rails.git project_name
Example of what you could to after that:
cd project_name
script/generate sexy_scaffold user name:string email:string last_login:datetime
rake db:migrate
script/server
Then visit localhost:3000/users.
Preconfigured for:
- Rails 2.1
- HTML4 Strict
- RSpec
- Haml
- make_resourceful
Useful stuff:
- CSS reset in Sass
- application layout in Haml
- few application view helpers
- sexy_scaffold generator (RSpec + Haml + make_resourceful)
TODO:
- Simple JavaScript helpers in application.js
- Paperclip for attachments?
- spec'd out user authentication
This feature is coming soon. Sit tight!