So he compares OpenXava's database schema ability to Rails'......... 
hand-coded SQL?

What?

I especially like this part:


>@recipe.date = Time.now
>
>The equivalent in OX is adding the @DefaultValueCalculator annotation in model:
>
>@DefaultValueCalculator(CurrentDateCalculator.class)
>private Date date;
>
>You obtain the same effect in a more declarative way.

I'd like to meet the RoR dev that creates a date column and manually 
uses that instead of the magic created_at/updated_at timestamps.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to