| Message: 58784 |
 |
BY: Philip Nelson (scotdb) DATE: 2008-07-23 23:21 SUBJECT: RE: Still Having To Patch Rails Praveen,
Thanks for your reply.
What isn't yet available is not having to modify Rails code to generate a DB2-specific application up front. In other words -
rails myapp --database=ibm_db
still is not supported OOTB.
You still have to edit app_generator.rb to include ibm_db in the list, and you still have to manually add a template for database.yml.
Phil | |