nomager
Messages postés26Date d'inscriptionvendredi 3 juillet 2009StatutMembreDernière intervention18 décembre 2010
-
10 juil. 2009 à 13:06
Bonjour,
je viens d'installer ruby on rails sur un ordinateur vista, mais deja ma premiere application ne fonctionne pas tandis que mon installation s'est deroulée avec succes:
j'ai bien cree le fichier: greeting.rhtml dans \rubydev\hello\app\views\app\
ensuite j'ai editer le fichier app_controller.rb dans rubydev\hello\app\controllers\
comme ceci: class AppController < ApplicationController
def greeting
end
end
en tapant: ruby script/server
puis en lançant http://localhost:3000/app/greeting on m'affiche ceci
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.