search for: spectrai

Displaying 3 results from an estimated 3 matches for "spectrai".

Did you mean: spectral
2006 Feb 08
3
Basics - help with models &controllers...
...bother even placing a field for the foreign key in the tables? I fail to see how you can develop a proper application without having these items mapped to the database. I have been trying to get my schema sorted now for a month and still don''t know what to do for the best. http://www.spectrais.com/images/0.png For some unknown reason I can''t seem to do the following: customer1 = Client.create(@params[:client]) then customer1.User.create(@params[:user]) -- Posted via http://www.ruby-forum.com/.
2006 Apr 25
16
case statements in views...strange error on OSX
I have a simple case statement in one of my views. This works fine on my windows machine. Move to the mac and I get: "parse error, unexpected tIDENTIFIER, expecting kWHEN". I have not changed anything but cannot resolve the issue. my view has this in it (simplified for test) <% case controller.controller_name -%> <% when "accounts" -%> <h3>worked
2006 Jan 27
2
DB & AR advise please (diagram inc)
Hi, Being new to Rails and Active record could someone please check my database diagram: http://spectrais.com//images/0.png I am building a trouble ticket system for my company. Simply put a client has many users. Those users can create trouble tickets. Each trouble ticket can have many journals that track the progress of the ticket. An employee (of our company) can take ownership of a trouble t...