Frederick Cheung wrote:
> On Mar 1, 12:48�am, Carlos Santana <[email protected]>
> wrote:
>> (list, add, show, update, delete) for the user_controller worked but
>> get_counties action did not work. The error being in Ajax.updater method
>> as it uses POST and REST allowed only get, put, and delete.
>>
> You can use any method with an Ajax.Updater ( check the prototype api
> docs).

If I use get method then it does not update the select dropdown (which 
is what it is intended to do).



> 
>> Can someone help me in understanding this?
>> 1. Any suggestion for placing get_sections method?
>> 2. And how to use actions in RESTful way? Many tutorials point to list,
>> add, show, update, delete example.. But how can we do it for other
>> actions. (In my case essentially it will be a list of counties
>> pertaining to particular city.. �But I don't know how to do this.. Any
>> help appreciated..
>>
> You can have arbitrary actions on both members of a collection or the
> collection itself. I don't think you need this here though. I would
> recommend you read through the guide on routing (
> http://guides.rubyonrails.org/routing_outside_in.html )
> 
> Fred

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

Reply via email to