Commit Graph

  • cb53352607 ensure that child usage does not manipulate cached template master John Bintz 2013-01-22 14:16:44 -0500
  • 297f8a9145 Update CHANGELOG ccocchi 2013-01-19 16:49:44 +0100
  • 8c35a24408 Add full template stack support. Closes #20 ccocchi 2013-01-19 16:46:33 +0100
  • 0761830988 Merge pull request #19 from lloydmeta/feature/support_symbol_format Christopher Cocchi-Perrier 2013-01-17 07:00:43 -0800
  • 2d05060311 Add support for format as symbol (e.g. when specified in routes.rb or inside the controller Lloyd 2013-01-16 12:21:00 +0900
  • b1ae9a4c58 Bump to 0.3.0 ccocchi 2012-11-14 15:52:17 +0100
  • 84fa2dd282 Update Changelog ccocchi 2012-11-14 15:51:08 +0100
  • fde46000a4 Update README [ci skip] ccocchi 2012-11-14 15:50:06 +0100
  • 3ca937246b Use libxml for rbx ccocchi 2012-11-14 15:19:13 +0100
  • ff22261ac0 oj is cruby specific ccocchi 2012-11-14 15:16:22 +0100
  • 0e18a4141e Use nokogiri on JRuby ccocchi 2012-11-14 15:13:59 +0100
  • 8b1e88d4ff Add .travis.yml ccocchi 2012-11-14 12:45:14 +0100
  • 2c3f835895 Update CHANGELOG ccocchi 2012-11-14 12:41:06 +0100
  • ded9e66973 Add test for keywords used as variable names ccocchi 2012-11-14 12:40:11 +0100
  • 0039cc7369 Merge pull request #11 from ccocchi/plist-renderer Christopher Cocchi-Perrier 2012-11-14 03:22:41 -0800
  • aa659d0b8b Assert that plist engine respond to #dump plist-renderer ccocchi 2012-11-14 12:10:54 +0100
  • 2939638c0d Complete Plist tests ccocchi 2012-11-14 12:02:35 +0100
  • fa6239a564 Remove location from response by default ccocchi 2012-11-12 17:16:51 +0100
  • 543543b5cf Add Plist renderer and some tests ccocchi 2012-10-28 21:57:19 +0100
  • 286f08eb83 Remove unused dup. Let inject split hash for us ccocchi 2012-10-22 18:05:22 +0100
  • 24ce3a1d7c Fix bug with missing prefixes when using custom responder ccocchi 2012-10-09 14:24:27 +0200
  • b5a396a594 Bump to 0.2.2 v0.2.2 list ccocchi 2012-10-05 17:17:22 +0200
  • 140a80ecf9 Merge pull request #8 from ccocchi/condition-blocks Christopher Cocchi-Perrier 2012-10-05 05:09:42 -0700
  • 842f63b080 Merge branch 'master' into condition-blocks ccocchi 2012-10-05 14:08:45 +0200
  • 3ce9be556f Bump to 0.2.1 ccocchi 2012-09-27 18:23:05 +0200
  • 35d21b38e6 Override Responder#to_format to avoid first missing render on POST request. Fallback to default Rails responder behavior if template is not found ccocchi 2012-09-27 18:19:35 +0200
  • 0cf1efea14 Bump to 0.2.0 v0.2.0 ccocchi 2012-09-24 16:02:18 +0200
  • de8a0da9be Update README.md Christopher Cocchi-Perrier 2012-09-24 16:58:51 +0300
  • 9891d09322 Replace yajl by oj ccocchi 2012-09-20 18:45:46 +0200
  • a347ebcf5b Only use LibXML if present to avoid generating warning ccocchi 2012-09-20 18:33:35 +0200
  • 137234e705 Correctly pass resource for simple render. Only fetch template name when needed ccocchi 2012-09-20 13:07:18 +0200
  • 85eb4ebbf7 Pass resource to all requests (not only POST) to use it instead of ivar in RABL views with respond_to ccocchi 2012-09-19 18:03:40 +0200
  • a97a8cd24f Add root in DSL ccocchi 2012-09-19 17:36:57 +0200
  • 9f0a92ecd7 Merge pull request #7 from ccocchi/xml-renderer Christopher Cocchi-Perrier 2012-09-19 08:26:22 -0700
  • 62cabb5f37 Add entry to CHANGELOG ccocchi 2012-09-17 15:28:14 +0200
  • d81c3bebfe Update README ccocchi 2012-09-17 15:26:36 +0200
  • 84cd69bdfd Add XML engine configuration ccocchi 2012-09-17 15:24:39 +0200
  • c566c0d788 Add libxml to faster XML output generation ccocchi 2012-09-17 15:08:54 +0200
  • 283b957666 Add tests for XML renderers ccocchi 2012-09-17 15:08:28 +0200
  • 9b1abaa691 Merge branch 'master' into xml-renderer ccocchi 2012-09-17 13:49:19 +0200
  • 9c9a953e22 Merge branch 'master' into xml-renderer ccocchi 2012-09-17 13:48:36 +0200
  • a769f8a3b1 Merge pull request #6 from shmeltex/defaultJSONEngine-change Christopher Cocchi-Perrier 2012-09-14 14:21:28 -0700
  • 7a44da28d2 Update to 0.2.0 Alex Smelik 2012-09-14 12:52:26 -0700
  • 360d70b838 Revert to old MultiJson syntax. Alex Smelik 2012-09-13 08:05:52 -0700
  • 04defc9a19 Add CHANGELOG entries ccocchi 2012-09-13 16:08:42 +0200
  • e9f0c69f15 Default template to render can be defined per controller ccocchi 2012-09-13 16:05:29 +0200
  • 395a3d7439 Use locals in responder. Responder now works out of the box with Devise ccocchi 2012-09-13 16:04:43 +0200
  • 4b61edad64 Locals are now passed to the renderer object. Allow to skip object or collection definition when using `respond_to` block ccocchi 2012-09-13 15:57:05 +0200
  • 28f3dbedd0 Let MultiJson select default JSON adapter (engine), support for latest MultiJson syntax Alex Smelik 2012-09-12 10:45:45 -0700
  • 7e6da1a619 Bump to 0.1.3 v0.1.3 ccocchi 2012-09-12 10:19:29 +0200
  • ed3592566d Update CHANGELOG.md Christopher Cocchi-Perrier 2012-09-12 02:47:20 +0300
  • 8376c0d974 RablRails now accepts local methods for child nodes and root objects. Local methods are used by decent_exposure or focused_controller ccocchi 2012-09-12 01:34:54 +0200
  • dc66b43638 Replace Struct by Class to avoid stubbing respond_to? Add some tests with local methods ccocchi 2012-09-12 01:33:04 +0200
  • 5ca0a44241 Merge pull request #4 from ccocchi/responder Christopher Cocchi-Perrier 2012-09-11 02:53:15 -0700
  • 5c1490c246 Update CHANGELOG ccocchi 2012-09-11 11:49:07 +0200
  • 1a98d69146 Merge branch 'master' into responder ccocchi 2012-09-11 11:42:19 +0200
  • 3999737daf Allow conditionnal blocks within template ccocchi 2012-09-05 18:11:23 +0200
  • cf39a3f748 Bump 0.1.2 v0.1.2 ccocchi 2012-08-03 15:39:08 +0200
  • 62dfd3b7d5 Fix engines loading. Load default engines once and setter also set up engine ccocchi 2012-08-03 15:38:43 +0200
  • 9ce0e2b350 Update README (configuration and render) ccocchi 2012-07-26 17:36:36 +0200
  • d6f71ad6cf Add .gitignore and remove Gemfile.lock from git ccocchi 2012-07-26 16:54:53 +0200
  • 8a49001b0f Do not fail when JSON engine is not found and fallback to default ccocchi 2012-07-26 16:44:51 +0200
  • 6e5fc9c833 Update CHANGELOG ccocchi 2012-07-26 16:37:09 +0200
  • d0b023936b Merge pull request #2 from ccocchi/render-method Christopher Cocchi-Perrier 2012-07-26 07:21:36 -0700
  • 8f5ebfac03 Add test for RablRails#render with instance variables ccocchi 2012-07-26 15:24:20 +0200
  • b42f63788f Raise error when template is not found ccocchi 2012-07-26 14:59:28 +0200
  • d4c434e6b0 Refactor RablRails#render to use standard library methods. ccocchi 2012-07-26 02:21:33 +0200
  • 69a650c673 Bump to 0.1.1 v0.1.1 ccocchi 2012-07-26 00:00:13 +0200
  • f9709dd034 Remove sqlite3 from developent dependencies ccocchi 2012-07-25 23:52:42 +0200
  • 0dc4d16b7e Add CHANGELOG ccocchi 2012-07-25 23:48:21 +0200
  • 1c466a3625 Underscore private instance variable @options to avoid conflicts with view variables ccocchi 2012-07-25 22:53:09 +0200
  • c60306eee5 Add documentation for RablRails#render ccocchi 2012-07-25 22:46:20 +0200
  • 9e6b4db8eb Make render work with same signature as standard RABL gem ccocchi 2012-07-25 19:22:10 +0200
  • 63b50b2a31 Merge branch 'master' into render-method ccocchi 2012-07-25 18:37:40 +0200
  • 0034e05486 Don't need to retrieve data variable from context since it's has already been copied from assigns. ccocchi 2012-07-25 18:23:41 +0200
  • 36fe3ec56e Remove test against undefined variable ccocchi 2012-07-24 18:29:03 +0200
  • 042609b5d4 Add RablRails#render ccocchi 2012-07-24 16:32:32 +0200
  • 8ef2ab6577 Use MultiJson in test also v0.1.0 ccocchi 2012-07-24 12:13:01 +0200
  • 959192e275 Update LICENSE ccocchi 2012-07-24 12:07:26 +0200
  • c3758c0cc7 Add LICENSE and update README ccocchi 2012-07-23 18:29:36 +0200
  • 8f387a74c9 Update `performance` block in README Christopher Cocchi-Perrier 2012-07-23 19:22:27 +0300
  • b61fdec326 Allow to set root_name to false in template ccocchi 2012-07-20 15:14:46 +0200
  • cfd9e3e65d Remove useless dependency ccocchi 2012-07-18 23:43:35 +0200
  • 1db4cae807 Allow to specify json engine used. Default to MultiJson (with Yajl engine) instead of ActiveSupport::JSON ccocchi 2012-07-18 23:42:09 +0200
  • a9143693d4 Update gemspec to be valid ccocchi 2012-07-15 23:31:51 +0200
  • 3224a33489 Correct indent in README ccocchi 2012-07-15 23:22:51 +0200
  • 07a18c9f1d Update README.md ccocchi 2012-07-15 23:18:17 +0200
  • 9364803048 Add XML renderer ccocchi 2012-07-15 18:23:21 +0200
  • 213043589b Better methods naming ccocchi 2012-07-15 17:53:20 +0200
  • b0d83f444b Add include_json_root to configuration. ccocchi 2012-07-13 19:15:04 +0200
  • 49f7fe24ae Add custom Rabl reponder ccocchi 2012-07-03 17:45:23 +0200
  • 57366b7fd6 Remove useless method call ccocchi 2012-07-03 15:31:17 +0200
  • 4dae04896d First implementation of fragment cache fragment-cache ccocchi 2012-05-28 10:56:53 +0200
  • 4cf10fb8f6 Merge branch 'master' into fragment-cache ccocchi 2012-05-04 16:05:11 +0200
  • 4747cd95c1 Better error explanation ccocchi 2012-05-04 15:21:06 +0200
  • 961c6ac533 Fix typo with instance variable ccocchi 2012-05-02 17:53:13 +0200
  • e0d984cac6 README first part ccocchi 2012-04-20 18:02:33 +0200
  • c12e14700f rabl-fast-json => rabl-rails ccocchi 2012-04-20 16:28:34 +0200
  • f9e2f0766b Remove useless &block and use yield instead ccocchi 2012-04-17 16:23:08 +0200
  • 7767a708df Merge pull request #1 from ccocchi/extract-render-from-tempate Christopher Cocchi-Perrier 2012-04-17 06:50:28 -0700