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 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 [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 -~----------~----~----~----~------~----~------~--~---

