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

Prepare for 2.1.0 release #110

Merged
merged 1 commit into from Feb 28, 2015

Conversation

gsamokovarov
Copy link
Collaborator

With Rails 4.2.1 coming soon, I think we can catch its release train and
roll out 2.1.0.

I have tweaked the README to reflect the recent changes and be a bit
more concise and will put in shape the changelog shortly
. Will also update
the web-console bit in the debugging guide on Rails upstream side.

I have one issue left for review: #109.

@rafaelfranca, @chancancode, @guilleiguaran ping me if you need
something else for the release.

With Rails 4.2.1 coming soon, I think we can catch its release train and
roll out 2.1.0.

I have tweaked the README to reflect the recent changes and will put in
shape the CHANGELOG.

I also did a bit of cleanup that was on my list, the biggest one being,
that we are no longer an engine, but a railtie as we don't use any of
the engine features anymore.

Another one is exposing `config.web_console.acceptable_content_types`,
but only for potential user support, if we hit another Puma-like issue.
I don't intend to document it in the README.
gsamokovarov added a commit that referenced this pull request Feb 28, 2015
@gsamokovarov gsamokovarov merged commit 3fad9de into rails:master Feb 28, 2015
gsamokovarov added a commit to gsamokovarov/rails that referenced this pull request Mar 2, 2015
With the upcoming 2.1 [web-console release], I have tweaked the existing
documentation a bit. I tried to focus on the spawning console use case,
because I think a lot of people overlook that.

Tried to explain it as best as I can, however, my English and prose
aren't my best skills :) If you guys can chime in and help me improve
the wording, I would be extremely grateful.

There has been some configuration default changes. For example, the
whitelisted IPs always include IPv4 and IPv6 localhosts now and this
wasn't the case in 2.0. I think a lot of people got bitten by it, that's
why I changed it. I'm a bit confused on how to document this. Should I
just document the latest version, I don't think I can expect all the
people reading the guide to be on it.

[web-console release]: rails/web-console#110
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

1 participant