ok, here's what I've got...
original install: 2.6...
decided to jump to latest, rm -R'd all of the old code, svn'd in the newest code (as in the example previously), svn'd the latest rails, and I get this error when attempting to migrate. Is this a typo or rails error?


[mayo]$ rake migrate --trace
(in /home/.badshad/feanish/typo)
** Invoke migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
no such file to load -- rails_patch/active_record.rb
/usr/lib/ruby/gems/1.8/gems/activesupport-1.2.3/lib/active_support/dependencies.rb:207:in `load'

I thought it might be the second copy of rails in the vendor directory, so I moved it out, but that didn't change the error.

Same error when attempting to start script/console

Thanks!



On 12/7/05, Dusty Jewett < [EMAIL PROTECTED]> wrote:
I already had the database from 2.6, which is why I'm trying to migrate and not start all over... I don't have that many posts, but it'd be nice to not have to re-post them


On 12/7/05, Justus Pendleton <[EMAIL PROTECTED]> wrote:
On 2005-12-08, Dusty Jewett <[EMAIL PROTECTED]> wrote:
> Just in case I missed something, as I'm pretty new to rails yet,
> here's what I did when I decided I wanted to run something newer than
> 2.6 (to help with the project).
>
> set up subversion/tortoiseSVN
> check out latest code to local box
> upload code to server
> edit database.yml again
> rake migrate
>
> --- error with migration, can't continue ---
>
> Am I missing something?

According to the README:

* create a database for typo.  You can find schemas in the db/ folder.

I don't see a step like that above; perhaps that is your problem.   typo
won't create the database or populate it with the initial tables and
indices.  You need to do that yourself.

Justus

_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list


_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to