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
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
19
-91
/
+81
*
Compile packs before run test
yuuji.yaginuma
2018-11-22
1
-1
/
+4
*
Fix ruby warnings
yuuji.yaginuma
2018-11-22
1
-2
/
+2
*
Merge pull request #34339 from Edouard-chin/ec-mail-test-helper
Rafael França
2018-11-21
7
-9
/
+171
|
\
|
*
Fix ActionMailer assertion not working for mail defining delivery_job:
Edouard CHIN
2018-11-21
3
-5
/
+70
|
*
Allow all ActiveJob assertion helper to accept Proc in their `only` kw:
Edouard CHIN
2018-11-21
4
-4
/
+101
|
/
*
Merge pull request #34498 from ThomBian/thombian/fix-opclass-parsing
Ryuta Kamizono
2018-11-22
2
-1
/
+13
|
\
|
*
Fixing an issue when parsing an opclass by allowing indexed column
Thomas Bianchini
2018-11-21
2
-1
/
+13
|
/
*
Merge pull request #34491 from rails/fix-query-cache-on-multiple-connections
Eileen M. Uchitelle
2018-11-21
2
-4
/
+27
|
\
|
*
Fix query cache for multiple connections
Eileen Uchitelle
2018-11-20
2
-4
/
+27
*
|
Remove odd spaces [ci skip]
Ryuta Kamizono
2018-11-21
1
-2
/
+2
*
|
Merge pull request #34489 from 6temes/add_slice_method_to_errors
Rafael França
2018-11-21
3
-0
/
+39
|
\
\
|
*
|
Add slice! method to ActiveModel::Errors
Daniel Lopez Prat
2018-11-21
3
-0
/
+39
*
|
|
Merge pull request #34497 from 6temes/make_documentation_for_slice_more_explicit
Rafael França
2018-11-20
1
-2
/
+3
|
\
\
\
|
*
|
|
Improve documentation for Hash#slice!
Daniel Lopez 👾
2018-11-21
1
-2
/
+3
|
|
/
/
*
|
|
Merge pull request #34495 from rails/make-connection-handler-per-thread-not-p...
Eileen M. Uchitelle
2018-11-20
2
-2
/
+39
|
\
\
\
|
*
|
|
Make connection handler per thread instead of per fiber
Eileen Uchitelle
2018-11-20
2
-2
/
+39
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #34494 from gmcgibbon/warn_root_conflict
Rafael França
2018-11-20
3
-7
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Raise an error on root route naming conflicts.
Gannon McGibbon
2018-11-20
3
-7
/
+22
|
/
/
*
|
Merge pull request #33954 from febeling/inconsistent-assignment-has-many-thro...
Aaron Patterson
2018-11-20
4
-3
/
+43
|
\
\
|
*
|
Optimize difference and intersection
Florian Ebeling
2018-11-06
1
-17
/
+9
|
*
|
Rename union to intersection
Florian Ebeling
2018-11-06
3
-3
/
+3
|
*
|
Fix handling of duplicates for `replace` on has_many-through
Florian Ebeling
2018-11-06
4
-3
/
+51
*
|
|
Merge pull request #34492 from alfonsojimenez/fix-typo
Vipul A M
2018-11-20
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix typo in development_dependencies_install.md [ci skip]
Alfonso Jiménez
2018-11-20
1
-1
/
+1
|
/
/
/
*
|
|
Deprecate `event.end = Time.now` in favor of `event.finish!`
Ryuta Kamizono
2018-11-20
1
-2
/
+6
*
|
|
Merge pull request #22534 from evopark/master
Rafael Mendonça França
2018-11-19
4
-3
/
+26
|
\
\
\
|
*
|
|
ActionMailer: support overriding template name in multipart
Marcus Ilgner
2015-12-08
4
-3
/
+26
*
|
|
|
Merge pull request #20865 from colavitam/only-except-behavior
Rafael Mendonça França
2018-11-19
2
-2
/
+30
|
\
\
\
\
|
*
|
|
|
:only and :except are now chained for routing resource(s)
Michael Colavita
2015-07-13
3
-3
/
+40
*
|
|
|
|
Merge pull request #34488 from mullican/word_wrap_preserve_left_side_whitespace
Rafael França
2018-11-19
3
-1
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
Prevent TextHelper#word_wrap from stripping white space on the left
Lyle Mullican
2018-11-19
3
-1
/
+23
*
|
|
|
|
|
Merge pull request #34085 from albertoalmagro/display-help-as-command-line-gu...
Rafael França
2018-11-19
2
-34
/
+35
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Homogenize rails help output
Alberto Almagro
2018-11-19
1
-9
/
+10
|
*
|
|
|
|
|
Indent guides as rails help command output[ci skip]
Alberto Almagro
2018-11-19
1
-25
/
+25
*
|
|
|
|
|
|
Merge pull request #34106 from berniechiu/rails-5-job-serializable-params-class
Rafael Mendonça França
2018-11-19
3
-3
/
+34
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Permit ActionController::Parameters for serializable Hash
Bernie Chiu
2018-11-19
3
-3
/
+34
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #34482 from jacobherrington/chore/add-comments-to-templates
Rafael França
2018-11-19
2
-9
/
+8
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Add comments to markdown templates
jacobherrington
2018-11-18
2
-9
/
+8
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #34453 from bogdanvlviv/exercise-connected_to-and-connects_to
Aaron Patterson
2018-11-19
2
-1
/
+36
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Exercise `connected_to` and `connects_to` methods
bogdanvlviv
2018-11-15
2
-1
/
+36
*
|
|
|
|
|
Merge pull request #34486 from tamarr/master
Rafael Mendonça França
2018-11-19
3
-3
/
+772
|
\
\
\
\
\
\
|
*
|
|
|
|
|
allow right to left styling of docs (#3)
tamarr
2018-11-19
3
-3
/
+771
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #34410 from gmcgibbon/test_support_windows
Eileen M. Uchitelle
2018-11-19
3
-3
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Windows support for parallelization and instrumenter
Gannon McGibbon
2018-11-08
3
-3
/
+8
*
|
|
|
|
|
|
Merge pull request #34476 from y-yagi/fix_no_method_error_in_parallelization
Eileen M. Uchitelle
2018-11-19
2
-0
/
+16
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Correctly handle unknown object in parallel tests
yuuji.yaginuma
2018-11-17
2
-0
/
+16
*
|
|
|
|
|
|
|
Merge pull request #34483 from iguchi1124/patch-1
Ryuta Kamizono
2018-11-19
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
[ci skip] Update active_job_basics.md
Shota Iguchi
2018-11-19
1
-1
/
+1
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge pull request #34481 from jacobherrington/patch-1
Gannon McGibbon
2018-11-19
9
-15
/
+15
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
[next]