Displaying 4 results from an estimated 4 matches for "zinger".
Did you mean:
linger
2008 Apr 13
8
Brand new to rails: can't get databases to work
Just starting to learn rails. All is going well, until I tried to hook
up a database.
"undefined method `model'' for ZingerController:Class" is the message I
get from the server.
I imagine I''ve left something out that is keeping me from connecting
to the database, but I''m not exactly sure what.
Your help is appreciated.
bests,
-rsr-
session dump:
flash: !map:ActionController::Flash::Flas...
2008 Mar 12
0
Маникюрный набор 8 предметов
Маникюрный набор 8 предметов (серебрянный металл) (Zinger Germany)
http://shopbody.ru/zoms-202-s.htm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe fr...
2002 Jan 10
2
Where is the best place to get ALL the changes between versions?
There seems to be a change in the behavior of the
function ' mean() ' in 1.40.
In earlier versions, the application of mean to a
dataframe (all numeric)would return the aggregate mean
of all of the columns. Now, in 1.40 application of
mean to the dataframe returns a list of the column
means. The new 'help' documents the new behavior. So
the change is obviously intend
I read the
2005 Aug 08
68
Pluralized Controller Names?
If I do:
script/generate controller Photo
I get a controller named photo_controller. OTOH, if I do:
script/generate scaffold Photo
I get a controller named photos_controller. (Note that the controller
name is pluralized).
I realize that I''m specifying the controller name explicitly in the
first case, but it seems
odd to me that the scaffold command generates a pluralized