search for: tangaz

Displaying 2 results from an estimated 2 matches for "tangaz".

Did you mean: tanga
2006 Jan 02
13
Naming Conventions
So, RoR is better at grammer than I. Well so is my nine year old. If I have a table named "people_type" will Rails see this as singular because of the _type or will it consider it the plural of "person_type" ? Is there a link to Rails that lists what words it knows, or what words not to use in table design etc. Kindest regards. -- Posted via http://www.ruby-forum.com/.
2006 Jun 09
0
scaffold/db problem
When I have: class MachineController < ApplicationController def index render_text "Hello" end def new render_text "bla" end end http://127.0.0.1:3000/machine/new shows ''bla'' but, when I have: class MachineController < ApplicationController scaffold:machine end I get: Mysql::Error in MachineController#new Access denied for user