Why are you even bothering with it? This is one of the first files I
remove when I begin a new application, as the routes will redirect to
a controller.
Why are you even bothering with it? This is one of the first files I
remove when I begin a new application, as the routes will redirect to
a controller.
I ask because the site is not loading correctly. Running under apache
after a passenger gem install/setup
I don’t know how you deployed it but if you look in your repository and
you
have an index.html file there, then check to see if it got copied. (I
assume you are using Subversion, git, or something similar to manage /
version your code.)
On Fri, 2008-07-04 at 03:40 +0200, Jason B. wrote:
Ryan B. wrote:
Why are you even bothering with it? This is one of the first files I
remove when I begin a new application, as the routes will redirect to
a controller.
I ask because the site is not loading correctly. Running under apache
after a passenger gem install/setup
the logs are your friend…
logs to check - apache ‘access logs’, ‘error logs’ - and then rails
log/development|production - whichever you are trying to dish out.
On Fri, 2008-07-04 at 03:40 +0200, Jason B. wrote:
Ryan B. wrote:
Why are you even bothering with it? This is one of the first files I
remove when I begin a new application, as the routes will redirect to
a controller.
I ask because the site is not loading correctly. Running under apache
after a passenger gem install/setup
the logs are your friend…
logs to check - apache ‘access logs’, ‘error logs’ - and then rails
log/development|production - whichever you are trying to dish out.
Craig
its a prebuilt app for rails called redmine… let me check the logs and
see if i can see whats up
On Fri, 2008-07-04 at 03:40 +0200, Jason B. wrote:
Ryan B. wrote:
Why are you even bothering with it? This is one of the first files I
remove when I begin a new application, as the routes will redirect to
a controller.
I ask because the site is not loading correctly. Running under apache
after a passenger gem install/setup
the logs are your friend…
logs to check - apache ‘access logs’, ‘error logs’ - and then rails
log/development|production - whichever you are trying to dish out.
Craig
its a prebuilt app for rails called redmine… let me check the logs and
see if i can see whats up
the rails log (production.log) is empty. i think the problem might be w
my virtual host setup in apache
you can have or not the index.html in the public
directory. if you choose not to use it, then
place an empty route in your config/routes.rb
file, something like