This project is archived and is in readonly mode.
[PATCH] Scaffold with use of responders
Reported by Łukasz Strzałkowski | August 28th, 2010 @ 11:31 AM
I've updated scaffold to use respond_with
http://github.com/strzalek/rails/commit/89e685474cee8b9e4877b458717...
here in *.patch format:
http://github.com/strzalek/rails/commit/89e685474cee8b9e4877b458717...
Comments and changes to this ticket
-
Łukasz Strzałkowski August 28th, 2010 @ 11:34 AM
If you think it's good, and have no objections, it would be good to apply it on 3-0-stable before final release.
-
José Valim August 28th, 2010 @ 12:53 PM
- State changed from new to invalid
- Importance changed from to Low
Scaffold is a learning tool and using respond_with would hide a lot from people starting with Rails. There were already other discussion about this here on LH, feel free to search back.
If you want to use responders by default, you can install the responders gem:
gem install responders
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>