I’d like to get all the latest and greatest features of Typo, and it
looks like trunk is the place to get them. I checked out the trunk,
set up my database info, and ran rake migrate:
%rake migrate
(in /usr/home/pergesu/www/flpr.org/typo)
rake aborted!
is not a class/module
Rails 14.1, ruby 1.8.2, PostgreSQL 8.1. Any advice on how I can
upgrade my blog to the trunk version? I tried wiping the database and
importing the new schema, then importing all my content, but the
schema has changed so much that I couldn’t really get it to work. Any
help is appreciated.
I got this same error on the command line. However, when I navigated to
the
/admin page, I was prompted to perform the migration, and that worked
great!
Wow sweet, I didn’t even consider going to the admin section. Didn’t
know you could do migrations through there. Looks like it worked
perfectly…thanks for the tip!
Wow sweet, I didn’t even consider going to the admin section. Didn’t
know you could do migrations through there. Looks like it worked
perfectly…thanks for the tip!
I think you tried to migrate your development environment.
rake environment RAILS_ENV=production migrate
should work (the webapp is already running under production).
%rake migrate
(in /usr/home/pergesu/www/flpr.org/typo)
rake aborted!
is not a class/module