Nope, it's not AR's fault. Checked it right now. In rails generator running
$./script/generate model Post body:string created_at:datetime works as expected, while $ ./script/generate model AnotherPost string:body datetime:created_at results in the same error merb raised for the opposite. This probably means that the generator (merb's) is messed up. I'm gonna check it later (working on something else right now on merb- core) On 23 Σεπτ, 01:54, "Michael Klishin" <[EMAIL PROTECTED]> wrote: > 2008/9/22 Nikos Dimitrakopoulos <[EMAIL PROTECTED]>: > > > > > Yes, but why are 'sexy' migrations not supported??? > > Sexy migrations, named scopes and friends all come from ActiveRecord. > It's not feature specific to Rails, it's a feature specific to > ActiveRecord, so if you use proper AR version, you can use all of > those features. Merb makes no assumptions about your ORM library > features. > -- > MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
