Devlog :: And Wizardry

Sat, 07 Jan 2006

Rails: More work on CoffeeFind App

At last! I'm done installing and can finally continue the application development. *Dev Notes* It's a database of green coffee bean reviews. The database is /coffeeFind_development/, the table is /reviews/, and the column names are scraped from the web page table with the reviews. I know, or can find out, what the column names are, but I'm going to get them from the db. I may want to hint at the order I want... later... To start, I took the scaffold list code and called it [= SITE/review/show]. I added a show method to app/controllers/review_controller.rb. For that I also copied the admin version. It still didn't work untill I added apps/views/layouts/review.rhtml. I made it like the admin.rhtml one. [/items/Rails] permanent link