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 (
hurl /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Fri Sep 25 22:50:30 -0700 2009 | |
| |
README.md | Sat Oct 24 11:41:07 -0700 2009 | |
| |
Rakefile | Tue Oct 20 13:08:21 -0700 2009 | |
| |
config.ru | Mon Oct 19 19:35:19 -0700 2009 | |
| |
docs/ | Mon Oct 19 21:36:44 -0700 2009 | |
| |
helpers.rb | Tue Oct 20 15:34:31 -0700 2009 | |
| |
helpers/ | Mon Oct 19 20:05:38 -0700 2009 | |
| |
hurl.rb | Wed Oct 28 09:17:32 -0700 2009 | |
| |
hurls.yaml | Mon Oct 12 09:05:43 -0700 2009 | |
| |
index.html | Mon Oct 19 21:24:58 -0700 2009 | |
| |
libraries.rb | Wed Oct 21 08:11:12 -0700 2009 | |
| |
models/ | Wed Oct 28 09:36:56 -0700 2009 | |
| |
public/ | Wed Oct 21 08:11:12 -0700 2009 | |
| |
templates/ | Wed Oct 21 08:11:12 -0700 2009 | |
| |
test/ | Fri Sep 25 23:06:26 -0700 2009 | |
| |
tmp/ | Fri Aug 21 17:50:45 -0700 2009 | |
| |
vendor/ | Wed Oct 21 08:11:12 -0700 2009 | |
| |
views/ | Wed Oct 21 08:11:12 -0700 2009 |
README.md
Hurl
Hurl was created for the Rails Rumble 2009 in 48 hours. Now Hurl is an open source project for your enjoyment.
Installation
- Ruby 1.8.6+
- Python 2.5+
First install xmllint:
* Homebrew
$ brew install xmllint
* Gentoo
$ emerge dev-libs/libxml2
* Ubuntu/Debian
$ apt-get install libxml2-utils
Next install the Python eggs:
$ easy_install simplejson Pygments
Then the RubyGems:
$ gem install yajl-ruby sinatra curb rack
$ gem install mustache --source=http://gemcutter.org
And finally Redis.
* Homebrew
$ brew install redis
* Gentoo
$ emerge redis
* Other
$ rake -f vendor/redis-rb/tasks/redis.tasks.rb redis:install
Get Hurl
Browse the source on GitHub: http://github.com/defunkt/hurl
Clone with Git:
$ git clone git://github.com/defunkt/hurl
Or download in either zip or tar formats.
Run Locally
$ rake start
If you have shotgun installed: http://localhost:9393
If not: http://localhost:9292
Issues
Find a bug? Want a feature? Submit an issue here. Patches welcome!








