So, which scaffolding has been tested with Rails 2 ? <insert generic excuse for taking such shortcuts, invoking experimentation, customer pressure, and so on...> f --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Personally, I just started using ResourceController and it''s a really great alternative to scaffolding. It cuts down on all of the repetitive code in your controllers and even in your views (provides lots of helpers). There might be a generator built-in (don''t know for sure), but I actually enjoy building my views now, because most of the I usually spend lots of time writing, is done for me! :) Matt On Jan 8, 9:01 am, fredistic <fredis...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> So, which scaffolding has been tested with Rails 2 ? > > <insert generic excuse for taking such shortcuts, invoking > experimentation, customer pressure, and so on...> > > f--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yeah, +1 for the ResourceController. I started a project with it and it''s really nice to use. See http://jamesgolick.com/2007/10/19/introducing-resource_controller-focus-on-what-makes-your-controller-special regards Jan goodieboy schrieb:> Personally, I just started using ResourceController and it''s a really > great alternative to scaffolding. It cuts down on all of the > repetitive code in your controllers and even in your views (provides > lots of helpers). There might be a generator built-in (don''t know for > sure), but I actually enjoy building my views now, because most of the > I usually spend lots of time writing, is done for me! :) > > Matt > > On Jan 8, 9:01 am, fredistic <fredis...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > So, which scaffolding has been tested with Rails 2 ? > > > > <insert generic excuse for taking such shortcuts, invoking > > experimentation, customer pressure, and so on...> > > > > f--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
fredistic wrote:> So, which scaffolding has been tested with Rails 2 ? > > <insert generic excuse for taking such shortcuts, invoking > experimentation, customer pressure, and so on...>Scaffolding Extensions [1] supports Rails 2.0. Support for CSRF protection (enabled by default in 2.0) should be coming along soon. [1] http://wiki.rubyonrails.com/rails/pages/Scaffolding+Extensions+Plugin Jeremy -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
+1 for ResourceController :D Just to clarify - there is a resource scaffold generator (which supports haml and/or shoulda if you have them installed); and support for lots of wonderful things like polymorphic resources (and helpers to make that painless in your views). On Jan 8, 11:15 am, Jeremy Evans <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> fredistic wrote: > > So, which scaffolding has been tested with Rails 2 ? > > > <insert generic excuse for taking such shortcuts, invoking > > experimentation, customer pressure, and so on...> > > Scaffolding Extensions [1] supports Rails 2.0. Support for CSRF > protection (enabled by default in 2.0) should be coming along soon. > > [1]http://wiki.rubyonrails.com/rails/pages/Scaffolding+Extensions+Plugin > > Jeremy > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---