2012-07-25 21:48:21 +00:00
|
|
|
# CHANGELOG
|
|
|
|
|
2012-09-12 08:19:29 +00:00
|
|
|
## 0.1.3
|
2012-09-11 23:47:20 +00:00
|
|
|
* Render correcly when variables are not passed via the assigns ivar but as helper methods
|
|
|
|
(decent_exposure, focused_controller)
|
2012-09-11 09:49:07 +00:00
|
|
|
* Add custom Responder
|
|
|
|
|
2012-08-03 13:39:08 +00:00
|
|
|
## 0.1.2
|
2012-07-26 14:37:09 +00:00
|
|
|
* Add RablRails#render method (see README or source code)
|
2012-07-26 14:44:51 +00:00
|
|
|
* Fix fail when JSON engine is not found. Now fallback to MultiJson.default_adapter
|
2012-08-03 13:39:08 +00:00
|
|
|
* Warning message printed on logger when JSON engine fail to load
|
2012-07-26 14:37:09 +00:00
|
|
|
|
2012-07-25 21:48:21 +00:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
* Add CHANGELOG
|
|
|
|
* Remove unnused test in loop
|
|
|
|
* Speed up rendering by not double copying variable from context
|
2012-07-25 21:52:42 +00:00
|
|
|
* Rename private variable to avoid name conflict
|
|
|
|
* Remove sqlite3 development dependency
|