Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
+ README, hash spec
  • Loading branch information
floere committed Oct 30, 2010
1 parent acf1074 commit 3ddfd66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.textile
Expand Up @@ -7,6 +7,11 @@ Fine everything else in "the Picky Wiki":http://github.com/floere/picky/wiki.

h2. Releases

0.10.0

* hanke: (BREAKING) Total rewrite/exploration of the Application API.
Stay on 0.9.4 if you don't want to update right now.

0.9.4

* hanke: rake routes: Shows all current URL paths, and if they are processable fast.
Expand Down
2 changes: 1 addition & 1 deletion server/spec/lib/extensions/hash_spec.rb
Expand Up @@ -65,7 +65,7 @@
lambda { @obj.to_json(:some => :option) }.should_not raise_error
end
it "should be fast" do
performance_of { @obj.to_json }.should < 0.00006
performance_of { @obj.to_json }.should < 0.000065
end
end

Expand Down

0 comments on commit 3ddfd66

Please sign in to comment.