Migration Issue

Hi, could you post your migration file?

-Conrad

Hi, I see it.

-C

Drew, Agile v2 requires edge/1.2. I don't think there's any way around it. I would reccomend following Dan Benjamin's phenomenal step by step directions here:

and run it that way. It will return as 1.1.6 from shell, but do a gem list to verify you're on edge.

soho:~ jathayde$ rails -v Rails 1.1.6

and you'll see "1.1.6.5618" as the version number.

soho:~ jathayde$ gem list

*** LOCAL GEMS ***

actionmailer (1.2.5.5618, 1.2.5)     Service layer for easy email delivery and testing.

actionpack (1.12.5.5618, 1.12.5)     Web-flow and rendering framework putting the VC in MVC.

actionwebservice (1.1.6.5618, 1.1.6)     Web service support for Action Pack.

activerecord (1.14.4.5618, 1.14.4)     Implements the ActiveRecord pattern for ORM.

activesupport (1.3.1.5618, 1.3.1)     Support and utility classes used by the Rails framework.

rails (1.1.6.5618, 1.1.6)     Web-application framework with template engine, control-flow layer,     and ORM.

EnjoY!