Sha256: 44908bc0ec241d018bcf9e55cb21f8fd888858f61dd59edef61db3589a865ae8

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

= MonkeySupport

MonkeySupport is a collection of monkeypatches to Rails, replacing
existing methods with (somewhat) optimized C equivalents.

If this interests you, you should also check out methodmissing's
excellent HashWithIndifferentAccess at
http://github.com/methodmissing/hwia .

== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but
   bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Problems / TODO

* I haven't figured out a simple way to get this running with the
  rails test suite. That would be handy.
* Certain functions are memoized now, that rails doesn't memoize by
  default. I've tried to choose carefully, but with unusual usage
  patterns, this could cause memory issues. Simplest solution that
  comes to my mind would be to use a simple LRU cache instead of a
  plain hash.
* There's always more to port...

== Copyright

Copyright (c) 2009 Burke Libbey. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
monkeysupport-0.2.0 README.rdoc
monkeysupport-0.1.2 README.rdoc