Si vous pouvez m’aider.
J’ai installé apatana studio puis l’extension Aptana RadRails, jusque
la tous va bien.
ensuite jai suivi les explications
Creating a simple application
1 Make sure this project is selected in the Ruby Explorer view, and
select the Generators view at the bottom of the screen.
2 Select scaffold from the dropdown, and paste in the following:
recipe title:string author:string description:text
3 Press Go. Rails will create a complete skeleton application
including form entry fields and a database schema based on the above
information.
4 Once it has finished writing information to the console, go to the
Rake Tasks view and choose db:migrate. Press Go.
5 This populates the database with an empty recipe table.
6 Once that has finished, click here (note the url it created) to
start populating data. Enter a few records.
7 If you lose this tab, you can re-launch your application from the
Run button in the top toolbar. Click on the arrow to the right-hand
side of the button to launch the web browser again.
Je bloque au 4 eme
“Once it has finished writing information to the console, go to the
Rake Tasks view and choose db:migrate. Press Go”
mais quand je vais dans rake tasks, dans le dop down menu il n’y a
rien pas de “db:migrate”, si je fais recharger comme il est conseillé,
cela ne change rien.
et j’ai ce message dans “application’s environment”
About your application’s environment
MissingSourceFile in Rails/infoController#properties
no such file to load – sqlite3
cest peu etre la cause du probleme??
comment le resoudre pour faire db.migrate
Merci pour votre aide.