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 #35344 from eugeneius/active_storage_require_core_ext
George Claghorn
2019-02-20
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add missing require to active_storage.rb
Eugene Kenny
2019-02-20
1
-0
/
+1
*
|
|
Explains a detail re eager loading [ci skip]
Xavier Noria
2019-02-20
1
-0
/
+3
|
/
/
*
|
Merge pull request #35342 from alkesh26/actionview-typo-fixes
Vipul A M
2019-02-21
2
-2
/
+2
|
\
\
|
*
|
[ci skip] actionview typo fixes.
alkesh26
2019-02-21
2
-2
/
+2
|
/
/
*
|
More exercise test cases for order by table name qualified column name
Ryuta Kamizono
2019-02-21
1
-8
/
+8
*
|
Merge pull request #35263 from hatch-carl/reduce-postgres-uuid-allocations
Ryuta Kamizono
2019-02-21
2
-4
/
+19
|
\
\
|
*
|
Reduce unused allocations when casting UUIDs for Postgres
Carl Thuringer
2019-02-20
2
-4
/
+19
*
|
|
Merge pull request #35340 from cpruitt/fix-actionview-notimplemented-with-pat...
Rafael França
2019-02-20
2
-0
/
+6
|
\
\
\
|
*
|
|
Deprecate ActionView::PathSet as argument to ActionView::Base.new
Cliff Pruitt
2019-02-20
2
-0
/
+6
|
/
/
/
*
|
|
Merge pull request #35338 from abhaynikam/35327-follow-to-update-documentation
Vipul A M
2019-02-20
1
-2
/
+2
|
\
\
\
|
*
|
|
[ci skip] Updated the documentation for bulk delete in activerecord
Abhay Nikam
2019-02-20
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #35327 from abhaynikam/use-delete-by-and-destroy-by-method
Ryuta Kamizono
2019-02-20
5
-5
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Replaced usage of where.delete/destroy_all with delete/destroy_by
Abhay Nikam
2019-02-20
5
-5
/
+5
*
|
|
Merge pull request #35247 from bogdan/fix-source-reflection-reset-code
Ryuta Kamizono
2019-02-20
5
-24
/
+22
|
\
\
\
|
*
|
|
Fix reset of the source association when through association is loaded
Bogdan Gusiev
2019-02-20
5
-24
/
+22
*
|
|
|
PostgreSQL: Support endless range values for range types
Ryuta Kamizono
2019-02-20
3
-2
/
+18
*
|
|
|
Merge pull request #35325 from abhaynikam/add-query-method-delegation-test-fo...
Ryuta Kamizono
2019-02-20
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Add delegation tests for delete_by and destroy_by methods
Abhay Nikam
2019-02-20
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #35331 from rails/depreate-rendered-format
Aaron Patterson
2019-02-19
3
-7
/
+21
|
\
\
\
\
|
*
|
|
|
Deprecate LookupContext#rendered_format
Aaron Patterson
2019-02-19
3
-7
/
+21
*
|
|
|
|
Merge pull request #35332 from rails/zeitwerk-unhook
Xavier Noria
2019-02-19
6
-2
/
+40
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
let Zeitwerk integration unhook AS::Dependencies
Xavier Noria
2019-02-19
6
-2
/
+40
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #35265 from rails/return-rendered-templates
Aaron Patterson
2019-02-19
11
-39
/
+113
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix up style
Aaron Patterson
2019-02-19
4
-8
/
+8
|
*
|
|
Return rendered template information instead of just strings
Aaron Patterson
2019-02-19
7
-31
/
+92
|
*
|
|
Move inline rendering content-type test to a controller test
Aaron Patterson
2019-02-19
2
-5
/
+11
|
*
|
|
Add a test that writes to the collection cache
Aaron Patterson
2019-02-19
1
-1
/
+8
|
*
|
|
rename push / pop function
Aaron Patterson
2019-02-19
2
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #35293 from rails/remove-rendered-format-from-cache
Aaron Patterson
2019-02-19
12
-50
/
+53
|
\
\
\
|
*
|
|
remove another call to rendered_format=
Aaron Patterson
2019-02-17
1
-2
/
+0
|
*
|
|
pass format to the digestor
Aaron Patterson
2019-02-16
1
-5
/
+5
|
*
|
|
Pass the template format to the digestor
Aaron Patterson
2019-02-15
11
-43
/
+48
*
|
|
|
Merge pull request #35271 from gmcgibbon/fix_time_attribute_test_failures
Gannon McGibbon
2019-02-19
1
-0
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Reset column info after making Topic tz-aware
Gannon McGibbon
2019-02-18
1
-0
/
+4
*
|
|
|
Merge pull request #35316 from abhaynikam/35304-add-delete_by_and_destroy_by
Ryuta Kamizono
2019-02-19
4
-1
/
+71
|
\
\
\
\
|
*
|
|
|
Introduce delete_by and destroy_by methods to ActiveRecord::Relation
Abhay Nikam
2019-02-19
4
-1
/
+71
*
|
|
|
|
Revert "Merge pull request #35324 from sharang-d/patch-2"
Ryuta Kamizono
2019-02-19
1
-1
/
+1
*
|
|
|
|
Merge pull request #35324 from sharang-d/patch-2
Vipul A M
2019-02-19
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Update active_record_callbacks.md [ci skip]
Sharang Dashputre
2019-02-19
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #35310 from kamipo/dont_allow_invalid_value_matches_to_nil
Ryuta Kamizono
2019-02-19
5
-8
/
+22
|
\
\
\
\
|
*
|
|
|
Don't allow `where` with invalid value matches to nil values
Ryuta Kamizono
2019-02-18
5
-8
/
+22
*
|
|
|
|
Delete documentation inconsistency 'finally' for AR callbacks [ci skip] (#35...
Shodai Suzuki
2019-02-19
2
-2
/
+2
*
|
|
|
|
Add combining callback conditions [skip ci] (#35313)
Shodai Suzuki
2019-02-19
1
-0
/
+14
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #35318 from alkesh26/actionpack-typo-fix
Ryuta Kamizono
2019-02-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
appropriate typo fix
alkesh26
2019-02-19
1
-1
/
+1
|
|
/
/
/
*
/
/
/
Fix preparing the configured Action Mailbox ingress in production
George Claghorn
2019-02-18
1
-6
/
+4
|
/
/
/
*
|
|
Merge pull request #29651 from Sayanc93/return-correct-date
Ryuta Kamizono
2019-02-18
3
-2
/
+30
|
\
\
\
|
*
|
|
Return correct date in ActiveModel for time to date conversions
Sayan Chakraborty
2017-12-17
3
-2
/
+40
*
|
|
|
Extract duplicated `serialize` methods into helpers
Ryuta Kamizono
2019-02-18
9
-21
/
+17
[prev]
[next]