table_name_prefix not taken into account #24

Closed
opened 2025-12-29 00:21:24 +01:00 by adam · 1 comment
Owner

Originally created by @hquick81 on GitHub (Aug 24, 2015).

Hi,

in my application.rb file i used

config.active_record.table_name_prefix = 'xyz_'

to create a namespace inside a database that is allreay in use by other applications as well.

When i try to start the crono job on commandline it says that it cannot find the table CRONO_JOBS which is correct because the table name is xyz_crono_jobs.

Is this a bug or do i have to set some options somewhere to make this work ?

Thx and greetings

Holger

Originally created by @hquick81 on GitHub (Aug 24, 2015). Hi, in my application.rb file i used config.active_record.table_name_prefix = 'xyz_' to create a namespace inside a database that is allreay in use by other applications as well. When i try to start the crono job on commandline it says that it cannot find the table CRONO_JOBS which is correct because the table name is xyz_crono_jobs. Is this a bug or do i have to set some options somewhere to make this work ? Thx and greetings Holger
adam added the bug label 2025-12-29 00:21:24 +01:00
adam closed this issue 2025-12-29 00:21:24 +01:00
Author
Owner

@plashchynski commented on GitHub (Jun 26, 2016):

@hjansen thanks for reporting.

@plashchynski commented on GitHub (Jun 26, 2016): @hjansen thanks for reporting.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#24