Skip to content

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

Merged
merged 5 commits into from
Jun 20, 2014
Merged

Rails 4 schema changes docs #1093

merged 5 commits into from
Jun 20, 2014

Conversation

cupakromer
Copy link
Member

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
Copy link
Member

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.

Copy link
Member Author

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.

@JonRowe
Copy link
Member

JonRowe commented Jun 17, 2014

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"
@cupakromer
Copy link
Member Author

Rebased against master. I think this is ready to go.

soulcutter added a commit that referenced this pull request Jun 20, 2014
@soulcutter soulcutter merged commit bb513b7 into master Jun 20, 2014
@soulcutter soulcutter deleted the rails-4-schema-changes-docs branch June 20, 2014 22:04
cupakromer added a commit that referenced this pull request Jun 21, 2014
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants