不知道是什么问题?

C:\rubydev\beast>rake db:schema:load RAILS_ENV=production
(in C:/rubydev/beast)
rake aborted!
undefined method `template_root=' for LoggedExceptionsController:Class

(See full trace by running task with --trace)

C:\rubydev\beast>rake db:schema:load RAILS_ENV=production
(in C:/rubydev/beast)
rake aborted!
undefined method `template_root=' for LoggedExceptionsController:Class

(See full trace by running task with --trace)

C:\rubydev\beast>ruby script/plugin install svn://errtheblog.com/svn/plugins/cla
ssic_pagination

C:\rubydev\beast>ruby script/plugin install svn://errtheblog.com/svn/plugins/cla
ssic_pagination

C:\rubydev\beast>ruby script/plugin install svn://errtheblog.com/svn/plugins/cla
ssic_pagination

C:\rubydev\beast>rake db:schema:load RAILS_ENV=production
(in C:/rubydev/beast)
Install the ruby-openid gem to enable OpenID support
-- create_table("forums", {:force=>true})
   -> 0.7970s
-- create_table("logged_exceptions", {:force=>true})
   -> 0.0780s
-- create_table("moderatorships", {:force=>true})
   -> 0.0620s
-- add_index("moderatorships", ["forum_id"], {:name=>"index_moderatorships_on_fo
rum_id"})
   -> 0.1250s
-- create_table("monitorships", {:force=>true})
   -> 0.0470s
-- create_table("posts", {:force=>true})
   -> 0.0630s
-- add_index("posts", ["forum_id", "created_at"], {:name=>"index_posts_on_forum_
id"})
   -> 0.1400s
-- add_index("posts", ["user_id", "created_at"], {:name=>"index_posts_on_user_id
"})
   -> 0.1410s
-- create_table("sessions", {:force=>true})
   -> 0.0620s
-- add_index("sessions", ["session_id"], {:name=>"sessions_session_id_index"})
   -> 0.1410s
-- create_table("topics", {:force=>true})
   -> 0.0630s
-- add_index("topics", ["forum_id"], {:name=>"index_topics_on_forum_id"})
   -> 0.1400s
-- add_index("topics", ["forum_id", "sticky", "replied_at"], {:name=>"index_topi
cs_on_sticky_and_replied_at"})
   -> 0.1100s
-- add_index("topics", ["forum_id", "replied_at"], {:name=>"index_topics_on_foru
m_id_and_replied_at"})
   -> 0.1100s
-- create_table("users", {:force=>true})
   -> 0.0620s
-- add_index("users", ["last_seen_at"], {:name=>"index_users_on_last_seen_at"})
   -> 0.1090s
-- initialize_schema_migrations_table()
   -> 0.2040s
-- assume_migrated_upto_version(49)
   -> 1.1090s

你可能感兴趣的:(C++,c,SVN,Ruby,Rails)