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 #34110 from albertoalmagro/enum-raises-on-invalid-definiti...
Eileen M. Uchitelle
2018-10-10
3
-0
/
+33
|
\
|
*
Privatize ENUM_CONFLICT_MESSAGE constant
Alberto Almagro
2018-10-10
1
-0
/
+1
|
*
Raise on invalid definition values
Alberto Almagro
2018-10-10
3
-0
/
+32
*
|
Merge pull request #34137 from gmcgibbon/db_migrate_status_multi_db
Eileen M. Uchitelle
2018-10-10
3
-20
/
+71
|
\
\
|
*
|
Add multi-db support to rails db:migrate:status
Gannon McGibbon
2018-10-09
3
-20
/
+71
*
|
|
Merge pull request #34109 from bogdanvlviv/follow-up-34064
Eileen M. Uchitelle
2018-10-10
1
-21
/
+0
|
\
\
\
|
*
|
|
Follow up #34064
bogdanvlviv
2018-10-06
1
-21
/
+0
*
|
|
|
Merge pull request #34136 from rails/add-allocations-to-template-renderer
Eileen M. Uchitelle
2018-10-10
5
-12
/
+27
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add allocations to template renderer subscription
Eileen Uchitelle
2018-10-10
5
-12
/
+27
*
|
|
|
Merge pull request #34122 from kamipo/generate_relation_methods
Ryuta Kamizono
2018-10-10
6
-5
/
+59
|
\
\
\
\
|
*
|
|
|
Generate delegation methods to named scope in the definition time
Ryuta Kamizono
2018-10-09
6
-5
/
+59
*
|
|
|
|
Merge pull request #34094 from christophemaximin/fix-activerecord-clearing-of...
Ryuta Kamizono
2018-10-10
7
-3
/
+111
|
\
\
\
\
\
|
*
|
|
|
|
Clear QueryCache when reloading associations
Christophe Maximin
2018-10-10
7
-3
/
+111
*
|
|
|
|
|
Call `load_schema` before `assert_no_queries`
Ryuta Kamizono
2018-10-10
1
-0
/
+1
*
|
|
|
|
|
Fix odd indentation
Ryuta Kamizono
2018-10-10
1
-10
/
+10
*
|
|
|
|
|
Refactor Arel visitor to use `collect_nodes_for` as much as possible
Ryuta Kamizono
2018-10-10
1
-33
/
+10
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Improve DELETE with JOIN handling to avoid subqueries if possible
Ryuta Kamizono
2018-10-10
2
-9
/
+8
*
|
|
|
|
Merge pull request #34071 from y-yagi/skip_webpacker_install
Eileen M. Uchitelle
2018-10-09
6
-8
/
+30
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Use `--skip-webpack-install` by default
yuuji.yaginuma
2018-10-09
3
-7
/
+7
|
*
|
|
|
Avoid `webpacker:install` if unnecessary
yuuji.yaginuma
2018-10-09
3
-6
/
+7
|
*
|
|
|
Add `skip-webpack-install` option
yuuji.yaginuma
2018-10-09
3
-1
/
+22
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #34075 from hakusaro/guides-reference-leases
Gannon McGibbon
2018-10-09
1
-6
/
+7
|
\
\
\
\
|
*
|
|
|
Change contributing guide to use safer force push
Lucas Nicodemus
2018-10-04
1
-6
/
+7
*
|
|
|
|
Merge pull request #34081 from gmcgibbon/db_migrate_status_move
Eileen M. Uchitelle
2018-10-09
3
-13
/
+39
|
\
\
\
\
\
|
*
|
|
|
|
Move db:migrate:status to DatabaseTasks method
Gannon McGibbon
2018-10-08
3
-13
/
+39
*
|
|
|
|
|
Merge pull request #34105 from zvkemp/correct-asn-docs
Gannon McGibbon
2018-10-09
2
-4
/
+5
|
\
\
\
\
\
\
|
*
|
|
|
|
|
clarify role of unique_id in ActiveSupport::Notifications
zvkemp
2018-10-05
2
-4
/
+5
*
|
|
|
|
|
|
Merge pull request #34117 from aergonaut/docs/ActiveRecord--Persistence-belon...
Ryuta Kamizono
2018-10-10
1
-0
/
+2
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Add docs to ActiveRecord::Persistence#belongs_to_touch_method
Chris Fung
2018-10-07
1
-0
/
+2
*
|
|
|
|
|
|
Call `define_attribute_methods` before `assert_no_queries` to address CI flak...
Ryuta Kamizono
2018-10-09
5
-9
/
+80
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #34126 from gregmolnar/guide-link-fix
Ryuta Kamizono
2018-10-09
2
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fix broken link in Action Cable guides and readme [ci skip]
Greg Molnar
2018-10-08
2
-2
/
+2
*
|
|
|
|
|
|
Point to requiring the ASt engine in the installation instructions [ci skip]
Donnie Propst
2018-10-08
1
-0
/
+2
*
|
|
|
|
|
|
Fix directly uploading using a MIME type synonym
George Claghorn
2018-10-08
2
-1
/
+11
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Use content_mime_type
Graham Conzett
2018-10-08
1
-2
/
+1
|
*
|
|
|
|
|
Fix issue ActiveStorage direct upload disk
Graham Conzett
2018-10-07
2
-1
/
+12
*
|
|
|
|
|
|
Merge pull request #33324 from Jcambass/fix-only-path-option-in-url-for-with-...
Ryuta Kamizono
2018-10-08
3
-11
/
+27
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
respect path_only option when an array is passed into url_for
Joel Ambass
2018-10-01
3
-11
/
+27
*
|
|
|
|
|
|
|
Merge pull request #34039 from yskkin/parameter_filter
Ryuta Kamizono
2018-10-08
7
-125
/
+177
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...
Yoshiyuki Kinjo
2018-10-08
7
-125
/
+177
*
|
|
|
|
|
|
|
|
Merge pull request #34119 from frodsan/patch-1
Arun Agrawal
2018-10-08
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[ci skip] Fix typo
Francesco RodrÃguez
2018-10-08
1
-1
/
+1
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Don't expose internal methods in the associations
Ryuta Kamizono
2018-10-08
2
-32
/
+32
*
|
|
|
|
|
|
|
Fix test name to add missing "set"
Ryuta Kamizono
2018-10-08
1
-1
/
+1
*
|
|
|
|
|
|
|
Fix `AssociationRelation` not to set inverse instance key just like before
Ryuta Kamizono
2018-10-07
3
-3
/
+23
*
|
|
|
|
|
|
|
Merge pull request #34076 from gmcgibbon/fixtures_refactor
Eileen M. Uchitelle
2018-10-07
4
-243
/
+376
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Move FixtureSet::ReflectionProxy and FixtureSet::HasManyThroughProxy to Fixtu...
Gannon McGibbon
2018-10-05
2
-32
/
+32
|
*
|
|
|
|
|
|
|
Introduce FixtureSet::TableRows and FixtureSet::TableRow
Gannon McGibbon
2018-10-05
3
-88
/
+183
|
*
|
|
|
|
|
|
|
Introduce FixtureSet::ModelMetadata
Gannon McGibbon
2018-10-05
2
-29
/
+49
|
*
|
|
|
|
|
|
|
Small refactors to FixtureSet::ClassCache and Fixture
Gannon McGibbon
2018-10-05
1
-9
/
+8
[next]