Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorLuka
     

    following rails configuration, it should be something like adding

    config.active_record.table_name_prefix = "prefix_"
    

    into 'config/enviroments/' files but few things I've tried didn't work.

    • CommentAuthorKaste
     

    We don't have this AFAIK. You have to setTableName() explicitly. You can try to name your models PrefixModel and see if you like the guessed table name.