index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #34275 from bogdanvlviv/skip_yarn-to-skip_javascript
Rafael França
2018-10-23
10
-27
/
+17
|
\
|
*
Remove node_modules path from assets load paths since we use webpack by default
bogdanvlviv
2018-10-22
2
-9
/
+1
|
*
Remove `--skip-yarn` in favor of `--skip-javascript`
bogdanvlviv
2018-10-22
10
-19
/
+17
*
|
Merge pull request #34297 from albertoalmagro/full-remove-upgrade-information...
Robin Dupret
2018-10-23
1
-5
/
+0
|
\
\
|
*
|
Fully remove duplicated upgrade information [ci skip]
Alberto Almagro
2018-10-23
1
-5
/
+0
|
/
/
*
|
Merge pull request #34295 from ohbarye/fix-typo-of-duplicated-the
George Claghorn
2018-10-23
2
-2
/
+2
|
\
\
|
*
|
Fix typo of duplicated `the` [ci skip]
ohbarye
2018-10-24
2
-2
/
+2
|
/
/
*
|
Merge pull request #34294 from frodsan/patch-1
Ryuta Kamizono
2018-10-23
1
-1
/
+1
|
\
\
|
*
|
Hide PG::Connection from API docs [ci skip]
Francesco Rodríguez
2018-10-23
1
-1
/
+1
|
/
/
*
|
Merge pull request #34293 from tzmfreedom/fix_prlink_upgrade_5_1
Ryuta Kamizono
2018-10-23
1
-1
/
+1
|
\
\
|
*
|
Fix PullRequest link to datetime_field changes on Rails 5.1 Release Notes
tzmfreedom
2018-10-23
1
-1
/
+1
|
/
/
*
|
Merge pull request #34292 from yahonda/mysql8013
Ryuta Kamizono
2018-10-23
1
-1
/
+3
|
\
\
|
*
|
MySQL 8.0.13 raises `ER_NO_REFERENCED_ROW` and `ER_ROW_IS_REFERENCED`
Yasuo Honda
2018-10-23
1
-1
/
+3
|
/
/
*
|
Merge pull request #34286 from rails/fix-csp-dynamic-sources
Andrew White
2018-10-23
3
-6
/
+41
|
\
\
|
*
|
Use request object for context if there's no controller
Andrew White
2018-10-22
3
-3
/
+20
|
*
|
Apply mapping to symbols returned from dynamic CSP sources
Andrew White
2018-10-22
3
-3
/
+21
|
|
/
*
|
Merge pull request #34284 from bogdanvlviv/remove-mention-about-javascript-fr...
Rafael França
2018-10-23
1
-5
/
+1
|
\
\
|
*
|
Remove mentions about `javascripts` option from the guide about generators [c...
bogdanvlviv
2018-10-22
1
-5
/
+1
*
|
|
Merge pull request #34290 from aergonaut/docs/ActiveSupport--Notifications-su...
Rafael França
2018-10-23
1
-0
/
+18
|
\
\
\
|
*
|
|
Add docs to ActiveSupport::Notifications.subscribe
Chris Fung
2018-10-22
1
-0
/
+18
*
|
|
|
Merge pull request #34261 from matildasmeds/guides_remove_upgrade_section_fro...
Ryuta Kamizono
2018-10-23
1
-57
/
+0
|
\
\
\
\
|
*
|
|
|
Remove "Upgrading Old Versions" from Asset Pipeline Guide [skip ci]
Matilda Smeds
2018-10-19
1
-57
/
+0
*
|
|
|
|
Merge pull request #34289 from jschulenklopper/patch-1
George Claghorn
2018-10-22
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Add missing dot in comment in .gitignore template
Jochem Schulenklopper
2018-10-22
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #34222 from bogdanvlviv/unify-changelog-entries
Rafael França
2018-10-22
1
-24
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Unify changelog entries related to `database` option of Rails generators [ci ...
bogdanvlviv
2018-10-16
1
-24
/
+8
*
|
|
|
|
Merge pull request #34278 from GeniusStorm/remove_dependent_destroy_from_belo...
Gannon McGibbon
2018-10-22
1
-3
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
[ci skip] Fix #33914
Raghu Kamat
2018-10-22
1
-3
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #34241 from gmcgibbon/clarify_i18n_load_paths_gotcha
Rafael França
2018-10-22
1
-1
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
[ci skip] Clarify load_paths behaviour
Gannon McGibbon
2018-10-22
1
-0
/
+2
|
*
|
|
|
[ci skip] Remove explicit to_s for consistency with other example
Trevor Wistaff
2018-10-16
1
-1
/
+1
*
|
|
|
|
Merge pull request #34279 from bogdanvlviv/remove-extra-remove_file-skip_acti...
Ryuta Kamizono
2018-10-22
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Remove extra call `remove_file` on `rails new` with `--skip_action_cable`
bogdanvlviv
2018-10-22
1
-1
/
+0
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #34273 from albertoalmagro/improve-event-variable-naming
Eileen M. Uchitelle
2018-10-22
1
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Rename event variable
Alberto Almagro
2018-10-21
1
-4
/
+4
*
|
|
|
|
|
Merge pull request #34274 from bogdanvlviv/remove-yarn-files-from-gitignore-t...
Ryuta Kamizono
2018-10-22
3
-17
/
+3
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Add `/yarn-error.log` to `.gitignore`
bogdanvlviv
2018-10-21
1
-1
/
+2
|
*
|
|
|
|
Remove yarn's files from `.gitignore` template for new rails app
bogdanvlviv
2018-10-21
2
-16
/
+1
*
|
|
|
|
|
Merge pull request #34277 from bogdanvlviv/remove-javascripts-javascripts_eng...
Ryuta Kamizono
2018-10-22
2
-4
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove `javascripts` and `javascript_engine` options for generators
bogdanvlviv
2018-10-22
2
-4
/
+0
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #34276 from bogdanvlviv/remove-javascript-option-from-the-...
Ryuta Kamizono
2018-10-22
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Remove `:javascript` from `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`
bogdanvlviv
2018-10-22
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Correct some tests related to changes in #33079 (#34272)
Bogdan
2018-10-22
2
-4
/
+6
*
|
|
|
|
Merge pull request #34270 from eugeneius/read_write_attribute_allocations
Ryuta Kamizono
2018-10-22
2
-8
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Reduce string allocations in read/write_attribute
Eugene Kenny
2018-10-21
2
-8
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #34219 from wilddima/datetime-exception-message
Ryuta Kamizono
2018-10-21
2
-3
/
+14
|
\
\
\
\
|
*
|
|
|
Add new exception message to datetime from hash cast
wilddima
2018-10-21
2
-3
/
+14
*
|
|
|
|
Use String#truncate_bytes inside Multibyte::Chars#limit
Francesco Rodríguez
2018-10-20
2
-31
/
+1
*
|
|
|
|
Merge pull request #34265 from olivierlacan/flexbox-guides-index
Jeremy Daer
2018-10-20
5
-37
/
+73
|
\
\
\
\
\
|
*
|
|
|
|
Replace outdated Rails Guides logo
Olivier Lacan
2018-10-19
3
-1
/
+14
[next]