Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieujobin/view_handlers_benchmark
small repo to do benchmark between rails view handler
https://github.com/mathieujobin/view_handlers_benchmark
Last synced: 11 days ago
JSON representation
small repo to do benchmark between rails view handler
- Host: GitHub
- URL: https://github.com/mathieujobin/view_handlers_benchmark
- Owner: mathieujobin
- Created: 2015-04-03T01:44:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T07:37:31.000Z (over 1 year ago)
- Last Synced: 2024-10-11T22:48:50.126Z (about 1 month ago)
- Language: Ruby
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== README
The purpose of this project is to do some benchmark on the different popular rails view handler.
I know there are already several people doing it and having very interesting blog post about it.
but every time, one is missing. my favorite. Builder::XmlMarkupso I will compare erb, haml, slim and builder with very similar views that contains enough stuff to be relevant.
Things you may want to cover:
* Ruby version
* 4.1.8 for now, as it is the one I had already install on my wife's laptop.
* 4.2.x and edge later.* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
Please feel free to use a different markup language if you do not plan to run
rake doc:app.