ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Remove support for the mysql adapter in the Gemfile (Feature #1029)
Description
For Ruby 1.8, we currently support the mysql
and mysql2
adapter. This is rather confusing for people and doesn't really help anyone. mysql2
is more stable, faster and maintained (which mysql
is not). I thus propose to:
- remove the
mysql
adapter - retain the
mysql
group but include themysql2
adapter in it - deprecate the
mysql2
group
Maybe, for 4.0 we can completely remove the mysql2
group (and the mysql
adapter). We then just need to adapt the upgrade guide.
Thoughts?
History
Updated by Felix Schäfer at 2012-06-07 04:19 pm
Works for me, the deprecation of the mysql2 group should be well documented though. Couldn't we just leave it as an alias to the mysql group?
Updated by Holger Just at 2012-06-15 09:04 pm
After discussion in IRC, we target this for 4.0 where we will completely switch to the mysql2
adapter
- Assignee set to Holger Just
- Target version set to 4.0.0
Updated by Toshi MARUYAMA at 2013-08-05 06:34 am
dff8cf66b50fcd2f1 removed mysql adapter.
- Target version changed from 4.0.0 to 3.9.0