Displaying 2 results from an estimated 2 matches for "modecontrol".
Did you mean:
mod_control
2006 Jul 03
5
I can''t see my app
...INCREMENT,
`description` VARCHAR(45) NOT NULL DEFAULT '''',
PRIMARY KEY(`id`)
)
ENGINE = InnoDB;
Then I have generated the controller and the model for it with
ruby script/generate controller Mode
ruby script/generate model Mode
Then I changed the mode_controller.rb as
class ModeController < ApplicationController
scaffold :mode
end
But, if I go to spagnolo.troccoli.it/mode/new I don''t get what I
expected but a 404 "The page cannot be found" error.
Apache serves my website too, so my virtual hostes are defined as
follows:
NameVirtualHost *
<Virt...
2006 Jun 22
9
Again on Apache 2
Hello everybody.
I know, I know, another post about Apache 2, but I have looked a lot on
the internet and I haven''t found the answer to my problem.
I have a Linux Fedora Core 5 box, with Apache 2.2.2 (compiled and
installed), Ruby 1.8.4 (compiled and installed), RubyGems 0.8.11
(compiled and installed) and Rails... I don''t know what version as this
one I haven installed