Re: [Radiant] undefined local variable or method `class_name' error

2007-04-26 Thread Sharon Clift
Sean, Many thanks for such a quick fix, the migrage worked first time. Will I need to use subversion when updating on railsmachine, or can I simply update the gem and restore from the migrated datebase on my local machine? Thanks again Sharon This e-mail has been scanned for all viruses by

Re: [Radiant] undefined local variable or method `class_name' error

2007-04-26 Thread Sean Cribbs
The turnaround for releasing gems is obviously longer than single updates via Subversion. I don't think you'll have to worry about SVN on RailsMachine, they fully support it. Just make sure to run rake radiant:freeze:edge before you try to migrate. That said, you could use the experimental

[Radiant] undefined local variable or method `class_name' error when migrating to 0.6

2007-04-25 Thread Sharon Clift
I am trying to migrage our SQL database from 0.5.2 to 0.6. When I run rake production db:migrate I receive the following error C:\RailsApps\Radiant6rake production db:migrate (in C:/RailsApps/Radiant6) Extensions cannot be used until Radiant migrations are up to date. == MergeBehaviorsAndPages:

Re: [Radiant] undefined local variable or method `class_name' error when migrating to 0.6

2007-04-25 Thread Sean Cribbs
Sharon, I just committed a change that fixes this issue. Try running rake radiant:freeze:edge in the directory of your radiant instance, then try to migrate again. radiant:freeze:edge will only work if you have the command-line Subversion installed. Sean Sharon Clift wrote: I am trying to