Commit Graph

33 Commits

Author SHA1 Message Date
ccocchi 4dae04896d First implementation of fragment cache 2012-05-28 10:56:53 +02:00
ccocchi 4cf10fb8f6 Merge branch 'master' into fragment-cache 2012-05-04 16:05:11 +02:00
ccocchi 4747cd95c1 Better error explanation 2012-05-04 15:21:06 +02:00
ccocchi 961c6ac533 Fix typo with instance variable 2012-05-02 17:53:13 +02:00
ccocchi e0d984cac6 README first part 2012-04-20 18:02:33 +02:00
ccocchi c12e14700f rabl-fast-json => rabl-rails 2012-04-20 16:28:34 +02:00
ccocchi f9e2f0766b Remove useless &block and use yield instead 2012-04-17 16:23:08 +02:00
Christopher Cocchi-Perrier 7767a708df Merge pull request #1 from ccocchi/extract-render-from-tempate
Extract render from tempate
2012-04-17 06:50:28 -07:00
ccocchi 79d6bb9c81 Basic fragment class and renderer code. Need to be tested 2012-04-16 00:38:02 +02:00
ccocchi e1e5ec6f23 Use explicit error 2012-04-15 23:32:26 +02:00
ccocchi 4e6142602f Test suite refactor 2012-04-15 18:17:49 +02:00
ccocchi 52941e6232 Extract rendering from template into renderers 2012-04-10 01:03:07 +02:00
ccocchi 1f36248f13 Update tests 2012-04-08 23:26:18 +02:00
ccocchi 7f66973b83 Cleanup dependencies 2012-04-03 19:10:37 +02:00
ccocchi bf2305dcc5 Update version and remove jquery dependency 2012-04-03 19:04:14 +02:00
ccocchi 3c7448ebfd Dup the template to avoid in place modification across users 2012-04-03 18:37:11 +02:00
ccocchi e30e5dd66a Caching templates is now an option 2012-04-02 16:22:43 +02:00
ccocchi 3e9c903077 Partials should not raise an error with empty object 2012-03-29 10:58:20 +02:00
ccocchi 62693749c5 Oops 2012-03-27 18:39:26 +02:00
ccocchi 03bc0f2644 Simplify compiler and document it 2012-03-27 18:35:36 +02:00
ccocchi d9e93b2c53 Fix some errors 2012-03-27 17:07:30 +02:00
ccocchi 35ba212214 Add root possibility 2012-03-22 11:24:55 +01:00
ccocchi dfbe769a91 Enable non restful template 2012-03-15 15:12:52 +01:00
ccocchi 0c0ec9f23f Enable :if condition for node properties 2012-03-05 15:33:25 +01:00
ccocchi fbcbbd2328 Add root option for collection 2012-03-02 14:59:01 +01:00
ccocchi 0011b57f8f Add partial and root for child nodes 2012-03-02 14:39:20 +01:00
ccocchi 1a033a60c2 Fix deep nesting case 2012-03-02 11:32:11 +01:00
ccocchi 844b2703e2 Add tests about compiled templates 2012-02-27 17:25:06 +01:00
ccocchi bdc5148c42 Testing version 2012-02-27 14:49:34 +01:00
ccocchi e24aca780d Add compilation to object and glue 2012-02-23 12:56:45 +01:00
ccocchi 1997634dfc Add child support and bacic node 2012-02-23 12:04:55 +01:00
ccocchi 2460ef14e3 Start compiler implementation 2012-02-22 19:14:00 +01:00
ccocchi 5930e46ec0 Initial commit 2012-02-22 11:42:38 +01:00