Category Archives: Rails

Ajaxed Select Boxes in Rails

The controller for this exercise includes two methods. One for displaying the main page, and a second for generating the select box. Let’s start with the page. We’ll call it order_list: def order_list end That was easy. Nothing here. You’ll … Continue reading

Posted in Rails, Web | 6 Comments