| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Update Syntax Highlighter to version 4 [ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Build Syntax Highlighter based on https://github.com/syntaxhighlighter/syntaxhighlighter/wiki/Building and use theme generated by fxn.
- This also bundles these brushes in the file itself- ruby,css,xml,sql,javascript,plain. Generation command used:
gulp build --compat --brushes=javascript,ruby,xml,sql,plain --theme=/Path/To/RailsSource/rails/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css
- rm all old js and css files
- Moved over how JS configuration is created for Syntax Highlighter
- Fixed layout for all imports
- Fixes bug with old copy paste, generating wrong space character on webkit https://github.com/syntaxhighlighter/syntaxhighlighter/blob/7caa9632e7fe470d944fc06b4db7d35352ebaa36/src/dom.js#L227
Fixes #25655
|
|/ |
|
|
|
|
| |
ref #18961, #23099.
|
| |
|
| |
|
|
|
|
|
| |
Related to issue #25581
https://github.com/rails/rails/issues/25581
|
|
|
|
|
| |
See issue #25581:
https://github.com/rails/rails/issues/25581
|
|
|
|
|
|
| |
From the style guide:
When writing headings, capitalize all words except for prepositions,
conjunctions, internal articles, and forms of the verb "to be":
|
| |
|
| |
|
| |
|
|\
| |
| | |
Publish Rails 5 release notes
|
| | |
|
|\ \
| | |
| | | |
Update testing guide for Rails 5
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Update the testing guide as per output of test runner.
- Show how to see all the options provided by test runner.
- We no longer generate fixture named :first.
- Update the request methods with URL helpers and also fix few wrong occurrences.
- Generated test case does not have assert_includes for response body.
- This removes code from https://github.com/rails/rails/commit/ca83436d
but I think that might be oversight. We don't generate such code in
the generated controller test.
- Update the helper example to suite the integration style of tests.
- We can't modify session directly in new integration style controller
tests.
- Show an example which matches with integration style request tests.
- Active Job default adapter for tests is async, not test.
- Fix the example of request headers and CGI variables.
|
|\ \ \
| | | |
| | | | |
Update release notes for 5.0 [ci skip]
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
guide [ci skip]
- Also to_time_preserves_timezone config should be false for older apps getting upgraded to Rails 5 [ci skip]
|
|/ / /
| | |
| | |
| | |
| | | |
Mentions missing config options and fixes headers for section talking
about new framework defaults.
|
|/ /
| |
| |
| |
| |
| | |
- Rails 5 will return 204 No Content by default for controller actions
which do not have a template or do not specify how to render.
- The "Getting started" guide needs to be updated for this.
|
|\ \
| | |
| | |
| | | |
This is an slight refactoring/improved version of #25586.
|
| |/ |
|
|/
|
|
|
|
|
|
| |
Add following.
* https://github.com/rails/rails/commit/05934d24aff62d66fc62621aa38dae6456e276be
* https://github.com/rails/rails/commit/38d2bf5fd1f3e014f2397898d371c339baa627b1
* https://github.com/rails/rails/pull/25469
|
|\
| |
| | |
Add API Apps to release notes
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Pass over Upgrading guide
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
It's useful to have a link to the release notes in the upgrade guide for
a clearer view of what changed in Rails.
|
|/ /
| |
| |
| | |
Make release notes about legacy `mysql` adapter clearer.
|
|/
|
|
|
| |
Adds missing upgrade items to the upgrade guides for Rails 5. Fixes some
typos and whitespace as well.
|
|
|
|
| |
Follow up to 5f777e4b5ee2e3e8e6fd0e2a208ec2a4d25a960d
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
actioncable/README.md
|
| | |
|
| |
| |
| |
| | |
the instance objects
|
| |
| |
| |
| | |
- Followup of https://github.com/rails/rails/commit/8b69f1eeba753c38364fb88136b2503480f2de1d.
|
| | |
|
| |
| |
| |
| | |
These comments were removed in 8b69f1e.
|
| |
| |
| |
| |
| | |
Fix a tiny typo and vertical-align some return results in the
ActiveModel::Errors documentation.
|
| |
| |
| |
| |
| |
| | |
[ci skip]
r? @rafaelfranca
|
| |
| |
| |
| |
| |
| |
| |
| | |
This will make easier to applications that rely on having const_missing
hooks in production upgrade to Rails 5.
This option is going to be remove in the future and the default behavior
will be to disable the dependency loading.
|
| | |
|
|\ \
| | |
| | | |
Fix the docs for supported keyword args or Rails 5 style integration controller tests [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
controller tests [ci skip]
- Fixes #25394.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
reverts change in previous commit
https://github.com/rails/rails/commit/ea4f0e2
docs should prefer to use `rails` over `rake` in the context of an
application, but in the context of the Rails source this is not the case
|
| | |
|
| | |
|