clickhouse-activerecord
clickhouse-activerecord copied to clipboard
Fix tasks loading when an app has a rake file with the same name
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.