Skip to content
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

Add first draft of release notes for Rails 5.1 🎉 #28096

Merged

Conversation

prathamesh-sonpatki
Copy link
Member

No description provided.

@prathamesh-sonpatki
Copy link
Member Author

cc @kaspth @matthewd @rafaelfranca Just added skeleton for now. Should we get this in and then I will work on each of the components.

Major Features
--------------

### Yarn Support
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a ### Webpack support header as well

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And one for the jQuery item too

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kaspth Sure, one for 3-level database.yml as well

@kaspth
Copy link
Contributor

kaspth commented Feb 21, 2017

Even better if we can sample some starting descriptions from rails/weblog#97

@prathamesh-sonpatki
Copy link
Member Author

@kaspth Sure, I will add it, I thought we wanted to merge this last night :)

@TrumpClone
Copy link

TrumpClone commented Feb 22, 2017

#27648 (ActionCable refactorings)
#26703 (Feature/Functional/Integration Tests)

@rafaelfranca rafaelfranca added this to the 5.1.0 milestone Feb 23, 2017

--------------------------------------------------------------------------------

Upgrading to Rails 5.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add info about the HashWithIndifferentAccess deprecation. This is already mentioned on the upgrading page

I believe it should be mentioned and guided here as-well, although it's only a deprecation note for future 5.2-release.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frederikspang I haven't started work on upgrading guide but I will keep a note of this point and add it. Thanks!

@prathamesh-sonpatki prathamesh-sonpatki force-pushed the 5-1-release-notes-first-draft branch 2 times, most recently from a775f64 to 5896e2d Compare March 3, 2017 10:13
mail subject: "#{@inviter.name.familiar} added you to a project in Basecamp (#{@account.name})"
end

InvitationsMailer.with(inviter: person_a, invitee: person_b).account_invitation.deliver_later
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prathamesh-sonpatki looks like some whitespace is off in most of these code examples

@summarizer = ProjectInvitationSummarizer.new(@project.bucket)

mail subject: "#{@inviter.name.familiar} added you to a project in Basecamp (#{@account.name})"
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is missing an end here.

@prathamesh-sonpatki
Copy link
Member Author

@kaspth Please review.

``` ruby
resource :basket

resolve(class: "Basket") { [:basket] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class key is unnecessary.

@rafaelfranca rafaelfranca merged commit c053d95 into rails:master Mar 17, 2017
@prathamesh-sonpatki prathamesh-sonpatki deleted the 5-1-release-notes-first-draft branch March 17, 2017 17:22
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.

None yet

6 participants