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 (
commit bd7fca4c26d3f1639436b3700793c60306f0bd43
tree 4e2c9a2bbd255a7f7d157a6a7f338d7a27e0d553
parent a5eae1e8738cf2b66603628f33fee07d23f95537
tree 4e2c9a2bbd255a7f7d157a6a7f338d7a27e0d553
parent a5eae1e8738cf2b66603628f33fee07d23f95537
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 15 20:29:15 -0700 2009 | |
| |
README | Thu Oct 15 20:28:09 -0700 2009 | |
| |
Rakefile | Mon Nov 09 20:47:48 -0800 2009 | |
| |
VERSION | Mon Nov 09 20:47:48 -0800 2009 | |
| |
fancydata.gemspec | Mon Nov 09 20:53:09 -0800 2009 | |
| |
lib/ | Mon Nov 09 20:47:48 -0800 2009 | |
| |
test/ | Thu Oct 15 20:28:09 -0700 2009 |
README
Fancydata
=========
Use in one of two ways, plain old ruby:
FancyData <<-END
person:
name: Robert
END
@person.name #=> "Robert"
and as a haml filter
:data
person:
name: Robert
END
%h1= @person.name






