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
...
|
*
|
|
|
|
Express `ActionDispatch::Routing::UrlFor#route_for` as public api
bogdanvlviv
2018-03-07
1
-1
/
+13
*
|
|
|
|
|
Merge pull request #32183 from kivikakk/uri-ext-fix
Eileen M. Uchitelle
2018-03-07
3
-2
/
+12
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
URI.unescape handles mixed Unicode/escaped input
Ashe Connor
2018-03-07
3
-2
/
+12
*
|
|
|
|
|
[ci skip] Hide internal docs from root AS module
Ashe Connor
2018-03-06
1
-0
/
+1
|
/
/
/
/
/
*
|
|
|
|
Don't call changes in `changes_applied` unless required
Sean Griffin
2018-03-06
1
-1
/
+3
*
|
|
|
|
Revert "PERF: Recover `changes_applied` performance (#31698)"
Sean Griffin
2018-03-06
4
-45
/
+75
*
|
|
|
|
Provide an alternative PDF previewer based on Poppler
Terence Lee
2018-03-06
8
-35
/
+104
*
|
|
|
|
Update test to reflect GCS direct upload header change
George Claghorn
2018-03-06
1
-1
/
+1
*
|
|
|
|
Allow selectively purging attached blobs
Nicholas Shirley
2018-03-06
3
-12
/
+46
*
|
|
|
|
Remove blank Content-Type from GCS direct upload headers
George Claghorn
2018-03-06
1
-1
/
+1
*
|
|
|
|
Merge pull request #32119 from fegorodscy/master
Andrew White
2018-03-06
4
-1
/
+58
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix dependence on has_one/belongs_to relationships
Fernando Gorodscy
2018-03-06
4
-1
/
+58
|
/
/
/
/
*
|
|
|
Update Gemfile.lock to reflect Capybara 3.x
Yuji Yaginuma
2018-03-06
1
-1
/
+1
*
|
|
|
update comment to reflect new supported patterns [ci skip]
Xavier Noria
2018-03-06
1
-0
/
+4
*
|
|
|
Allow Capybara 3.x (#32151)
Thomas Walpole
2018-03-05
3
-3
/
+3
*
|
|
|
whitelist NULLS { FIRST | LAST } in order clauses
Xavier Noria
2018-03-06
2
-1
/
+28
*
|
|
|
Fix purging dependent blobs when attachments aren't loaded
George Claghorn
2018-03-05
4
-25
/
+35
*
|
|
|
Delete dependent attachments with record
George Claghorn
2018-03-05
3
-2
/
+17
*
|
|
|
Update skip_after_callbacks_if_terminated documentation
Rafael Mendonça França
2018-03-05
1
-2
/
+2
|
/
/
/
*
|
|
Correct the ActiveStorage::Service#download_chunk docs [ci skip]
George Claghorn
2018-03-05
1
-1
/
+1
*
|
|
Fix that after commit callbacks on update does not triggered when optimistic ...
Ryuta Kamizono
2018-03-06
3
-53
/
+42
*
|
|
Generate root-relative paths in Active Storage disk service URL methods
George Claghorn
2018-03-05
17
-74
/
+66
*
|
|
Merge pull request #32174 from bogdanvlviv/remove-extra-passing-arg-to-run_ro...
Ryuta Kamizono
2018-03-06
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command`
bogdanvlviv
2018-03-05
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #32170 from koic/deprecate_safe_level_of_erb_new_in_ruby_2_6
Ryuta Kamizono
2018-03-05
2
-2
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Deprecate safe_level of `ERB.new` in Ruby 2.6
Koichi ITO
2018-03-05
2
-2
/
+13
*
|
|
Introduce `_update_row` to decouple optimistic locking concern from `Persiste...
Ryuta Kamizono
2018-03-05
2
-28
/
+45
*
|
|
Introduce `_delete_record` and use it for deleting a record
Ryuta Kamizono
2018-03-05
2
-21
/
+23
*
|
|
Prefer `_update_record` than `update_all` for updating a record
Ryuta Kamizono
2018-03-05
2
-28
/
+35
*
|
|
Refactor `_substitute_values` to be passed attribute names and values
Ryuta Kamizono
2018-03-05
3
-23
/
+15
*
|
|
`id_in_database` should be respected as primary key value for persisted records
Ryuta Kamizono
2018-03-05
3
-2
/
+41
*
|
|
Handle another case where a blob might be erroneously purged
George Claghorn
2018-03-04
2
-5
/
+22
*
|
|
Fix "NameError: undefined local variable or method `host'"
yuuji.yaginuma
2018-03-05
2
-1
/
+7
*
|
|
Avoid purging attached blob when replacing it with itself
George Claghorn
2018-03-04
2
-2
/
+18
*
|
|
[ci skip] Fix grammar in delegate, private: true docs.
Kasper Timm Hansen
2018-03-04
1
-5
/
+4
*
|
|
Merge pull request #32058 from gsamokovarov/rails-server-x-option
Kasper Timm Hansen
2018-03-04
8
-61
/
+184
|
\
\
\
|
*
|
|
Extract Rails::Command::Spellchecker
Genadi Samokovarov
2018-03-04
5
-41
/
+65
|
*
|
|
Introduce explicit rails server handler option
Genadi Samokovarov
2018-03-04
3
-20
/
+119
*
|
|
|
Fix routes command tests broken in e137831726.
Kasper Timm Hansen
2018-03-04
1
-23
/
+16
*
|
|
|
Merge pull request #32165 from bogdanvlviv/fix-occurrences-Fixnum-Bignum
Ryuta Kamizono
2018-03-05
5
-19
/
+11
|
\
\
\
\
|
*
|
|
|
Fix occurrences Fixnum|Bignum
bogdanvlviv
2018-03-04
5
-19
/
+11
*
|
|
|
|
Merge pull request #32166 from bogdanvlviv/fix-actionview-tests-execution
Kasper Timm Hansen
2018-03-04
1
-7
/
+8
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix actionview tests execution
bogdanvlviv
2018-03-04
1
-7
/
+8
|
/
/
/
/
*
|
|
|
Merge pull request #32164 from ydakuka/patch-1
Ryuta Kamizono
2018-03-04
1
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix links in the psql guide [ci skip]
Yauheni Dakuka
2018-03-04
1
-2
/
+2
*
|
|
|
Merge pull request #32162 from kaspth/ast-unify-preview-variant-routes-and-co...
Kasper Timm Hansen
2018-03-04
7
-100
/
+74
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Merge Previews/Variants controller into one Representations controller.
Kasper Timm Hansen
2018-03-03
7
-100
/
+74
|
/
/
/
*
/
/
`id_in_database` do not return nil value for persisted record
Ryuta Kamizono
2018-03-04
2
-4
/
+4
|
/
/
*
|
Eager loading with polymorphic associations should behave consistently
Ryuta Kamizono
2018-03-04
3
-9
/
+9
*
|
Extract all `base_class.name` as `polymorphic_name`
Ryuta Kamizono
2018-03-04
8
-23
/
+43
[prev]
[next]