Displaying 3 results from an estimated 3 matches for "ahhhhhhhh".
Did you mean:
ahhhhhhh
2006 Mar 20
2
AHHHhhhhh... has_and_belongs_to_many, that is going on?
I don''t have a class by the name of "ReviewersScoreCard", yet my many to
many configuration looks as follows. And, these errors while running some
simple test with ./script/console is giving me a headache:
./script/console
Loading development environment.
>> r = Reviewer.find_first
=> #<Reviewer:0x19d0a48 @attributes={"id"=>"1",
2006 May 04
9
Help: wrong number of arguments (0 for 1)
Is it my environment? Is something wrong, cause I thought this should
just work?
I have a simple table and I created a model and a controller:
ruby script/generate controller Restaurant
ruby script/generate model Restaurant
I edited the controller to this:
class RestaurantController < ApplicationController
scaffold :Restaurant
end
I run it and:
http://0.0.0.0:3000/Restaurant works fine,
2006 May 06
0
RE: Rails Digest, Vol 20, Issue 156
...set=ISO-8859-1; format=flowed
Yeah. Technically this is a feature in Ruby. :) Allowing you to
overwrite everything for if you need something different for this one
thing. Problem is that you just have to remember a whole lot of
things.
On 5/5/06, Donald Brady <dbrady010@mac.com> wrote:
> Ahhhhhhhh
>
> Thank you!!
>
> When your new error messages can be so inscrutable.
>
>
> J?n Borg??rsson wrote:
> > You can not have a column called open in your database. The problem is
> > that RoR creates a class with the database with all the columns as
> > method na...