-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Guide ideas and suggestions #1264
Comments
The :server_db section is a little unclear. I think it would be helpful for it to provide before and after examples. |
We should include a note about including the migration rake task if not using the Railtie:
For that matter, we should probably have an entire section on upgrade steps required of people who skip the Railtie. |
Just pushed some changes (they'll need to build on RTD). Have a look! |
* 8.0.x: CHANGELOG entry for #1254 Improvements based on #1264 Destroy should return object like in ActiveRecord Use ActiveSupport::Logger instead of base Logger Release .15 patch with #1270 change Trying to fix ruby 2.0 build. Fix gemspec. Fix Gemfile for jruby. Accepting `nil` as enum value Add information about which exceptions are replacing old exceptions Update ActiveRel.rst Up to 7.1.2 to include fix from model_label_map_fix Put this back, because of course it broke things Fix issue with label / model mappings getting stuck before all models have a chance to load. Also don't clear WRAPPED_CLASSES (I think this will fix the CypherNode issue we've been seeing in development
Closing for now, but comment / re-open if I missed anything |
A running list of thoughts about http://neo4jrb.readthedocs.io/en/8.0.x/UpgradeGuide.html. Please comment!
The text was updated successfully, but these errors were encountered: