Skip to content

Commit

Permalink
Add attributions in CHANGELOG and to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Oct 2, 2011
1 parent ada8cf0 commit bca6f35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
* Travis CI Integration Testing
* Cleanup json configuration and related tests (Thanks mschulkind)
* Adds CHANGELOG to track changes
* Adds optional MessagePack format support (thanks ??)
* Adds optional MessagePack format support (thanks byu)
* Explicit requires for ActiveSupport now in gemspec and lib
* Adds template support for regular (non-ORM) ruby objects (thanks ??)
* Adds template support for regular (non-ORM) ruby objects (thanks plukevdh)
* Fixes bug with the child root not properly appearing in all cases
* Better stack traces by tracking source location in instance_eval (thanks ??)
* Fix issue with controller object detection failing in namespaces (thanks ??)
* Better stack traces by tracking source location in instance_eval (thanks skade)
* Fix issue with controller object detection failing in namespaces (thanks alunny)
* Fix ruby -w warnings (thanks achiu)
* Better partial implementation which passes options
* Better fetch_source implementation for Padrino (thanks skade)
* Better fetch_source implementation for Rails (thanks ??)
* Better fetch_source implementation for Rails
* Added fetch_source implementation for Sinatra
* Lots of test refactorings / cleanup / improvement

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,10 @@ Thanks to [Miso](http://gomiso.com) for allowing me to create this for our appli
* [Anton Orel](https://github.com/skyeagle) - Added Rails 3.1 compatibility
* [Sasha Koss](https://github.com/kossnocorp) - Added multi_json support
* [Matthew Schulkind](https://github.com/mschulkind) - Cleanup of configuration and tests
* [Luke van der Hoeven](https://github.com/plukevdh) - Support non-ORM objects in templates

More to come hopefully! Please fork and contribute, any help is appreciated!
and many more contributors listed in the [CHANGELOG](https://github.com/nesquena/rabl/blob/master/CHANGELOG.md).
Please fork and contribute, any help in making this project better is appreciated!

## Inspirations ##

Expand Down

0 comments on commit bca6f35

Please sign in to comment.