Recent Posts by Brandon Hauff
|
Jan 4, 2008
Brandon Hauff
2 posts
|
Topic: Agile Web Development with Rails / Depot with Rails 2.0.2 I have been able to create the scaffold in the same way as you describe Steve, however, the problem is that in the Depot application we use an Admin controller to handle all of the actions related to the shopping cart maintenance. With the new scaffolding the controller handling the actions is the product_controller rather than the admin_controller. I am not sure you to continue with the Depot tutorial under these circumstances. Thanks, Brandon |
|
Jan 4, 2008
Brandon Hauff
2 posts
|
Topic: Agile Web Development with Rails / Depot with Rails 2.0.2 I have been able to jump through a few hoops getting The AWDWR and Rails 2.02 to work. However, I am at A4 Prettier Listings and cannot do the “ruby script/generate scaffold product admin” I understand why this is, the generator for scaffold now creates the controller for you and everything, so I executed “ruby script/generate scaffold product” which creates new controllers that are not used in the Depot tutorial. What is the best way to handle the discrepancies between the controllers now. Thanks, Brandon |
2 posts
