Personally, I try to keeping my applications restful. It may require me to rethink how I am going to accomplish a task, but I find it usually forces the most elegant solution in the end.
That's not so say I haven't added extra actions to my controllers, but they really shouldn't have too much clutter in them My $0.02. On Dec 16, 8:22 pm, Elliott Golden <[email protected]> wrote: > I am new to Rails. I have read a couple books and ran through a few > tutorials as well. I have been using scaffolding a bit to structure a > few projects that I am building for learning purposes. I am curious what > your take on adding additional actions to the default RESTful actions in > the generated controllers is. > > Is it best to somehow only use the generated controller actions? Is this > even feasible, depending on what your app is trying to accomplish? Or is > it fairly common to add numerous custom actions that either expand on > the default seven or add completely new functionality to the controller? > > Thanks for your input. > -- > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

