|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
> Yeah,I have restart the server. But it can not fix it..
Did you try my checklist? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
coolgeng coolgeng wrote:
> ./script/../config/boot.rb:43:Warning: require_gem is obsolete. Use gem > instead That will say that for a few more versions of Rails, apparently. It is a "warning", which in computer science is a minor error that does not stop a program. > => Booting Mongrel (use 'script/server webrick' to force WEBrick) > => Rails application starting on http://0.0.0.0:3000 > => Call with -d to detach > => Ctrl-C to shutdown server > ** Ruby version is not up-to-date; loading cgi_multipart_eof_fix > ** Starting Mongrel listening at 0.0.0.0:3000 > ** Starting Rails with development environment... > ** Rails loaded. > ** Loading any Rails specific GemPlugins > ** Signals ready. INT => stop (no restart). > ** Mongrel available at 0.0.0.0:3000 > ** Use CTRL-C to stop. And that is a normal Mongrel startup. Does your site work? Do your unit tests pass? What is in your log/* folder? Does log/development.log contain the word Error anywhere? -- Phlip |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
on your dev machine, point your web browser to
localhost:0.0.0.3000 You should see the Welcome to Rails page. You also want to make sure you've properly entered the values in your Yaml file for your system. But you really should take this to the Rails list or browse more Rails sites. This point in starting out with Rails is very well documented in many books and countless online tutorials. |
|
![]() |
| Outils de la discussion | |
|
|