-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Rails 4 schema changes docs #1093
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
Conversation
cupakromer
commented
Jun 16, 2014
- Restructure the docs to remove duplication
- Extract details from README to keep it focused and not be a full upgrade guide
- Add missing docs as noted in Rails 4.1.0.rc1 no longer defines db:test:prepare #936
documentation](https://www.relishapp.com/rspec/rspec-rails/v/3-0/docs/directory-structure) for more details. | ||
|
||
<a name="default-helper-files"></a> | ||
## Default helper files created in RSpec 3.x have changed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might put this at the top of the list since other items on the list reference rails_helper.rb
and it may not be clear what that is if they are reading these caveats in-order.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. I could also put a small jump list at the top too.
More docs good :) |
Duplicating the documentation in two places was causing some information to be dropped. Additionally, the README.md file was starting to be consumed by the upgrade notes. - Use the feature documentation as the primary location for the upgrade docs. - List the important topics users need to be aware of in the README and link them to the section of the upgrade guide
Extract out the upgrade notes from 1.x to 2.x so they are still easy to find. Make the primary upgrade docs the main page.
Put the more important changes at the top of the page so that they are read first. Placing the helper file changes first as the other changes reference `rails_helper`. The next most important change is the disabling of inferred metadata; as it has been a common source of upgrade questions.
- Remove the reference to "magical" to clear up it's meaning - Make statements more declarative by removing personal "you"
Rebased against |
Rails 4 schema changes docs
A few more grammar changes based on feedback. - Remove the reference to "magical" to clear up it's meaning - Make statements more declarative by removing personal "you"