Use Rails 3 `respond_with`
Reported by Marnen Laibow-Koser | November 12th, 2011 @ 02:35 PM
Rails 3 provides respond_with
, which should be able
to replace make_resourceful/inherited_resources.
Comments and changes to this ticket
-
Marnen Laibow-Koser November 12th, 2011 @ 02:36 PM
- Tag changed from rails3 respond_with rest to rails3, respond_with, rest
-
Marnen Laibow-Koser December 29th, 2011 @ 12:52 AM
- State changed from new to open
Working on this.
-
Marnen Laibow-Koser December 29th, 2011 @ 02:09 AM
(from [0b72fb9544d585a51fb37b129574a0fe257a4f21]) Use respond_with for CalendarsController#new. [#64] https://github.com/marnen/quorum2/commit/0b72fb9544d585a51fb37b1295...
-
Marnen Laibow-Koser December 29th, 2011 @ 02:09 AM
(from [6be82314ff19015dc63d823e3337ca193b51ddde]) Use respond_with for CalendarsController#edit. [#64] https://github.com/marnen/quorum2/commit/6be82314ff19015dc63d823e33...
-
Marnen Laibow-Koser December 29th, 2011 @ 02:09 AM
(from [8ffe513228f4a3ea3e96f5fb5f0756a44de2c3ac]) Use respond_with for CalendarsController#create. [#64] https://github.com/marnen/quorum2/commit/8ffe513228f4a3ea3e96f5fb5f...
-
Marnen Laibow-Koser December 29th, 2011 @ 02:09 AM
(from [6bcc7a059391ecffe79771ab70e565a39ff3b5b8]) Use respond_with more idiomatically. [#64] https://github.com/marnen/quorum2/commit/6bcc7a059391ecffe79771ab70...
-
Marnen Laibow-Koser December 29th, 2011 @ 02:09 AM
(from [2b204da80896aaddfce25af38c87af2252f69bcb]) Remove remaining bits of make_resourceful from CalendarsController. [#64] https://github.com/marnen/quorum2/commit/2b204da80896aaddfce25af38c...
-
Marnen Laibow-Koser December 29th, 2011 @ 03:08 AM
(from [246fca52ca4e372899c1c0c3706963d10f029723]) Use respond_with for EventsController#create. [#64] https://github.com/marnen/quorum2/commit/246fca52ca4e372899c1c0c370...
-
Marnen Laibow-Koser December 29th, 2011 @ 03:08 AM
(from [a160057ed79b2954c74f2b2c453980c2ab0eec7d]) Use respond_with for EventsController#update. [#64] https://github.com/marnen/quorum2/commit/a160057ed79b2954c74f2b2c45...
-
Marnen Laibow-Koser December 29th, 2011 @ 03:08 AM
(from [7ca52c48a45ce6f3124a1dd9aac96e34eacd226e]) Use respond_with on EventsController#index. [#64] https://github.com/marnen/quorum2/commit/7ca52c48a45ce6f3124a1dd9aa...
-
Marnen Laibow-Koser December 29th, 2011 @ 03:08 AM
(from [c21d6eba56211900bcf19a0ea579b082643f33ca]) Use respond_with for EventsController#new. [#64] https://github.com/marnen/quorum2/commit/c21d6eba56211900bcf19a0ea5...
-
Marnen Laibow-Koser December 29th, 2011 @ 03:34 AM
(from [90ea857d5fe1a3e5ac8b5faa026b6fece7ba20f2]) Use respond_with for EventsController#edit. [#64] https://github.com/marnen/quorum2/commit/90ea857d5fe1a3e5ac8b5faa02...
-
Marnen Laibow-Koser December 29th, 2011 @ 03:34 AM
(from [8c2ecfa3ed723263f58c29bb169de6412d21f481]) Remove make_resourceful from EventsController. [#64] https://github.com/marnen/quorum2/commit/8c2ecfa3ed723263f58c29bb16...
-
Marnen Laibow-Koser December 29th, 2011 @ 04:03 AM
(from [66caee11927a518f9abc724847cbe717df2d6db0]) Remove make_resourceful from PermissionsController. [#64] https://github.com/marnen/quorum2/commit/66caee11927a518f9abc724847...
-
Marnen Laibow-Koser December 29th, 2011 @ 04:04 AM
- Tag changed from rails3, respond_with, rest to make_resourceful, rails3, respond_with, rest
-
Marnen Laibow-Koser December 29th, 2011 @ 04:19 AM
Feature complete; just want to test a little more before I release this.
-
Marnen Laibow-Koser December 29th, 2011 @ 12:48 PM
- State changed from open to resolved
- Tag changed from make_resourceful, rails3, respond_with, rest to make_resourceful, rails3, respond_with, rest, v0.4.0
Done in version 0.4.0.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<p>This is the issue tracker for the Quorum calendar system. Also see our <a href="http://github.com/marnen/quorum2">Github repository</a> and our <a href="http://quorum2.sourceforge.net">project website</a>.</p>
<p>Please tag bug reports with <strong>bug</strong> and feature requests with <strong>feature</strong>. Use additional descriptive tags as necessary.</p>
People watching this ticket
Referenced by
- 61 Replace make_resourceful with inherited_resources We actually may not need either one. See #64.