rails:1813
From: Kyoko Sato <k.sato@a...>
Date: Thu, 09 Nov 2006 17:51:02 +0900
Subject: [rails:1813] 既存のデータベースとscaffold
お世話になります。佐藤です。
既存のデータベースを使って、scaffold を実行したのですが、エラーが出てし
まいます。
error Before updating scaffolding from new DB schema, try creating a
table for your model (Account)
rake migrateしたデータベースにはschema_info テーブルにはversion 値(テー
ブルの数)が作られていたので、真似をしてみたのですが、scaffoldを実行して
も同じ結果になってしまいます。
テーブルを1からrake migrate していかなくては、scaffoldを受け付けてくれ
ないのでしょうか?scaffoldでベースを作りたいのです。どうか教えてください。
よろしくお願い致します。
開発環境
OS Solaris10
MySQL 5.0.22
Rails 1.1.6
データベース名 system
テーブル名 account
database.ymlの設定
development:
adapter: mysql
database: system
username: root
password: xxxxxx
host: localhost
encoding: utf8
実行コマンドと結果
ruby script/generate scaffold camp
exists app/controllers/
exists app/helpers/
create app/views/accounts
exists test/functional/
dependency model
exists app/models/
exists test/unit/
exists test/fixtures/
create app/models/account.rb
identical test/unit/account_test.rb
identical test/fixtures/accounts.yml
error Before updating scaffolding from new DB schema, try creating a table for your model (Account)
生成されたもの・されなかったもの
app/controller/controller の中には account_controller.rb は無し
app/model/account.rb のファイルの中身
class Account < ActiveRecord::Base
end
app/view/account/ の中にはファイル無し
--
ML: rails@r...
使い方: http://QuickML.com/
1799 2006-11-06 12:15 [katayama@l... ] Railsサイトを開設しました 1800 2006-11-06 12:58 ┗[tf@s... ] 1801 2006-11-06 13:09 ┗[katayama@l... ] 1802 2006-11-06 13:27 ┗[tf@s... ] 1803 2006-11-06 13:39 ┗[katayama@l... ] 1804 2006-11-06 13:54 ┗[tf@s... ] 1805 2006-11-06 14:08 ┣[tf@s... ] 1812 2006-11-09 08:38 ┗[katayama@l... ] -> 1813 2006-11-09 09:51 ┗[k.sato@a... ] 既存のデータベースとscaffold 1814 2006-11-09 09:59 ┣[kazuhiko@f... ] 1815 2006-11-09 10:34 ┃┗[k.sato@a... ] 1816 2006-11-09 10:43 ┃ ┗[k.sato@a... ] 1817 2006-11-09 10:52 ┃ ┗[sakuro@e... ] 1818 2006-11-09 11:01 ┃ ┗[k.sato@a... ] 1819 2006-11-09 11:37 ┃ ┣[sakuro@e... ] 1820 2006-11-09 11:51 ┃ ┃┗[k.sato@a... ] 1821 2006-11-09 12:00 ┃ ┃ ┣[daisaito@l... ] 1822 2006-11-09 12:35 ┃ ┃ ┗[naoji@t... ] 1859 2006-11-30 06:42 ┃ ┗[k.sato@a... ] 1823 2006-11-09 15:18 ┗[issei.m@g... ] 1835 2006-11-15 09:31 ┣[k.sato@a... ] 1836 2006-11-15 11:39 ┃┗[k.sato@a... ] 1837 2006-11-15 12:09 ┃ ┗[issei.m@g... ] 1838 2006-11-15 13:01 ┃ ┗[andyjpn@g... ] 1878 2006-12-07 07:19 ┗[k.sato@a... ] WEBrickが起動してくれません 1879 2006-12-07 07:35 ┗[sakuro@e... ] 1880 2006-12-07 09:25 ┗[k.sato@a... ]