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 (
Adam Salter (author)
Sat Nov 07 01:24:38 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.md | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
test/ |
README.md
Strange encoding errors.
Install ruby 1.9.1p243
Download. Rake db:migrate (it uses sqlite).
Ok, first thing to observe:
Start server with ./script/server - WebBrick on my system
Browse to:
http://0.0.0.0:3000/pages
observe (erb): Bad char:ú:ASCII-8BIT
- Browse to:
http://0.0.0.0:3000/users
observe (haml): Bad char: ú : UTF-8
- Create a new user called 'ü', this should crash the index.html.haml page when it tries to display the line with 'user.name'
Second,
Try the same steps as above whilst running under passenger.
- Browse to '/users'
It will throw an error 'invalid byte sequence in US-ASCII'








