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 #32523 from kaspth/enumerable-index-with-extension
Kasper Timm Hansen
2018-05-21
4
-1
/
+70
|
\
|
*
[ci skip] Add documentation/changelog entry.
Kasper Timm Hansen
2018-05-21
2
-0
/
+30
|
*
Add Enumerable#index_with.
Kasper Timm Hansen
2018-05-21
2
-1
/
+40
*
|
Merge pull request #32946 from coryjb/patch-1
Kasper Timm Hansen
2018-05-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Exception wording change
Cory Becker
2018-05-21
1
-1
/
+1
*
|
Rename exception variable to error.
Kasper Timm Hansen
2018-05-21
1
-2
/
+2
|
/
*
Merge pull request #32923 from yahonda/bump_sqlite3_version_to_38
Ryuta Kamizono
2018-05-21
5
-32
/
+17
|
\
|
*
Bump minimum SQLite version to 3.8
Yasuo Honda
2018-05-21
5
-32
/
+17
*
|
Enable `Lint/StringConversionInInterpolation` rubocop rule
Ryuta Kamizono
2018-05-21
4
-4
/
+7
|
/
*
`SqlTypeMetadata` is :nodoc: class [ci skip]
Ryuta Kamizono
2018-05-21
1
-0
/
+1
*
Add test case that configure `config.action_view.finalize_compiled_template_m...
yuuji.yaginuma
2018-05-20
1
-0
/
+17
*
Rollback correctly restore initial record id after double save
Ryuta Kamizono
2018-05-19
2
-1
/
+2
*
Merge pull request #32911 from eugeneius/finalize_transaction_record_state
Ryuta Kamizono
2018-05-19
3
-15
/
+54
|
\
|
*
Finalize transaction record state after real transaction
Eugene Kenny
2018-05-19
3
-15
/
+54
|
/
*
Merge pull request #32900 from ttanimichi/app-update-skip-yarn
Rafael França
2018-05-18
4
-3
/
+25
|
\
|
*
Don't generate yarn's contents in `app:update` task if it's skipped
Tsukuru Tanimichi
2018-05-16
4
-3
/
+25
*
|
Merge pull request #32925 from Linuus/fix/actioncontroller-params-fetch-docs
Rafael França
2018-05-18
1
-1
/
+3
|
\
\
|
*
|
Fix documentation for ActionController::Params#fetch
Linus Marton
2018-05-18
1
-1
/
+3
*
|
|
Raise a better exception when a invalid depreation behavior is set
Rafael Mendonça França
2018-05-18
2
-0
/
+12
|
/
/
*
|
Permit opening a blob in a custom tempdir
George Claghorn
2018-05-17
5
-9
/
+26
*
|
Merge pull request #32921 from joshsusser/master
Rafael França
2018-05-17
3
-2
/
+62
|
\
\
|
*
|
Generate getter and setter methods in mixin
Josh Susser
2018-05-17
3
-2
/
+62
*
|
|
Fix markdown [ci skip]
Rafael Mendonça França
2018-05-17
1
-1
/
+1
|
/
/
*
|
Merge pull request #32908 from anniecodes/fix-time-random-string
Rafael França
2018-05-17
4
-0
/
+28
|
\
\
|
*
|
Fix user_input_in_time_zone to coerce non valid string into nil
Annie-Claude Côté
2018-05-16
3
-0
/
+27
|
*
|
Add missing require for string to timezone conversion
Annie-Claude Côté
2018-05-16
1
-0
/
+1
*
|
|
Fix formatting of author credit [ci skip]
Ryuta Kamizono
2018-05-17
1
-1
/
+1
*
|
|
Merge pull request #32916 from lucfranken/patch-1
Ryuta Kamizono
2018-05-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Active storage: Image variant options not correct
lucfranken
2018-05-17
1
-1
/
+1
|
/
/
/
*
|
|
Remove unused `require "active_support/core_ext/string/filters"`
Ryuta Kamizono
2018-05-17
1
-2
/
+0
*
|
|
Add ActiveStorage::Previewer#tempdir
George Claghorn
2018-05-16
1
-1
/
+5
*
|
|
Add missing block parameters
George Claghorn
2018-05-16
2
-2
/
+2
*
|
|
Demonstrate ActiveStorage::Blob#open in the Active Storage guide
George Claghorn
2018-05-16
1
-42
/
+9
*
|
|
Add ActiveStorage::Blob#open
George Claghorn
2018-05-16
8
-12
/
+81
|
|
/
|
/
|
*
|
Don't expose `SingularAssociation#replace` which is internal API
Ryuta Kamizono
2018-05-16
3
-47
/
+44
|
/
*
Remove :nodoc: from the methods which is added the doc [ci skip]
Ryuta Kamizono
2018-05-15
1
-4
/
+4
*
Merge pull request #32724 from nikolai-b/add_math_test
Ryuta Kamizono
2018-05-15
2
-9
/
+83
|
\
|
*
Add math tests
Nikolai B
2018-05-14
2
-9
/
+83
|
/
*
Merge pull request #32837 from ttanimichi/app-update-skip-spring
Yuji Yaginuma
2018-05-14
3
-1
/
+17
|
\
|
*
Don't generate `config/spring.rb` in `app:update` task when spring isn't loaded
Tsukuru Tanimichi
2018-05-13
3
-1
/
+17
*
|
Merge pull request #32876 from wata727/add_available_transformations
George Claghorn
2018-05-13
1
-0
/
+3
|
\
\
|
*
|
Add available transformations to docs [ci skip]
wata_mac
2018-05-13
1
-0
/
+3
*
|
|
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
45
-143
/
+143
*
|
|
Merge pull request #32878 from eugeneius/rm_rollback_active_record_state
Ryuta Kamizono
2018-05-13
1
-14
/
+1
|
\
\
\
|
*
|
|
Remove ActiveRecord::Transactions#rollback_active_record_state!
Eugene Kenny
2018-05-13
1
-14
/
+1
|
|
/
/
*
|
|
Merge pull request #32862 from eugeneius/callback_rollback
Ryuta Kamizono
2018-05-13
2
-7
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Don't clear transaction state after manual rollback
Eugene Kenny
2018-05-10
2
-7
/
+13
*
|
|
Pass the error instance as the second parameter of block executed by `discard...
yuuji.yaginuma
2018-05-12
4
-3
/
+9
*
|
|
Merge pull request #32843 from ttanimichi/remove_unused_remove_file
Yuji Yaginuma
2018-05-12
1
-4
/
+0
|
\
\
\
|
*
|
|
Remove unused `remove_file` method
Tsukuru Tanimichi
2018-05-08
1
-4
/
+0
[next]