clickhouse-activerecord icon indicating copy to clipboard operation
clickhouse-activerecord copied to clipboard

Fix tasks loading when an app has a rake file with the same name

Open N0xFF opened this issue 11 months ago • 0 comments

Rake tasks from clickhouse-activerecord are missed if the app has its own lib/tasks/clickhouse.rake file.

The local file has precedence over the file from gem, so gem loads the local file instead of its own.

I moved the file with tasks to the gem directory to avoid conflicts.

N0xFF avatar Mar 13 '24 13:03 N0xFF