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
*
Remove duplicated protected params definitions
Ryuta Kamizono
2019-02-24
6
-88
/
+30
*
Add test case for `unscope` with `merge`
Ryuta Kamizono
2019-02-24
1
-0
/
+13
*
More exercise string attribute predicate tests for falsy strings
Ryuta Kamizono
2019-02-24
1
-0
/
+4
*
Merge pull request #35383 from soartec-lab/update_guide_activerecord_querying
Ryuta Kamizono
2019-02-24
1
-0
/
+2
|
\
|
*
How to use `select` is updated [ci skip]
soartec-lab
2019-02-24
1
-0
/
+2
*
|
Disable available locale checks in Action Test test
yuuji.yaginuma
2019-02-24
1
-0
/
+3
|
/
*
Merge pull request #35382 from janko/restore-io-copy-stream-compatibility-wit...
George Claghorn
2019-02-23
2
-48
/
+62
|
\
|
*
Restore UploadedFile compatibility with IO.copy_stream
Janko Marohnić
2019-02-23
2
-3
/
+17
|
*
Test ActionDispatch::Http::UploadedFile with an actual Tempfile
Janko Marohnić
2019-02-23
1
-48
/
+48
*
|
Make this test stronger
Xavier Noria
2019-02-23
1
-0
/
+7
*
|
Add test case for `unscope` with unknown column
Ryuta Kamizono
2019-02-24
1
-0
/
+11
*
|
More exercise tests for distinct count with group by
Ryuta Kamizono
2019-02-24
1
-2
/
+16
*
|
Let Zeitwerk autoloaders inflect with Active Support
Xavier Noria
2019-02-23
2
-2
/
+32
|
/
*
Merge pull request #35379 from shivamvinsol/minor_grammar_fix
Ryuta Kamizono
2019-02-24
1
-1
/
+1
|
\
|
*
minor grammar fix [ci skip]
Shivam Jain
2019-02-24
1
-1
/
+1
|
/
*
Upgrade Zeitwerk to 1.3.1
Xavier Noria
2019-02-23
2
-3
/
+3
*
Merge pull request #35374 from rails/cache-inline-templates
Aaron Patterson
2019-02-22
3
-1
/
+24
|
\
|
*
Add a finalizer to inline templates
Aaron Patterson
2019-02-22
3
-1
/
+24
*
|
Merge pull request #35375 from y-yagi/fix_test_select_with_subquery_in_from_u...
Yuji Yaginuma
2019-02-23
1
-7
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make `test_select_with_subquery_in_from_uses_original_table_name` work with o...
yuuji.yaginuma
2019-02-23
1
-7
/
+2
|
/
*
Merge pull request #35367 from abhaynikam/update-getting-started-doc-for-migr...
Rafael França
2019-02-22
1
-2
/
+2
|
\
|
*
[ci skip] Updated migration version to 6.0 in the getting started docs
Abhay Nikam
2019-02-22
1
-2
/
+2
*
|
Merge pull request #35370 from shivamvinsol/fix_skip_callbacks_documentation
Ryuta Kamizono
2019-02-23
1
-3
/
+2
|
\
\
|
*
|
update callbacks skipping methods in guide [ci skip]
Shivam Jain
2019-02-23
1
-3
/
+2
*
|
|
Merge pull request #35371 from rails/always-have-a-format
Aaron Patterson
2019-02-22
4
-7
/
+18
|
\
\
\
|
*
|
|
Ensure that rendered templates always have a format
Aaron Patterson
2019-02-22
4
-7
/
+18
*
|
|
|
Skip `test_select_with_subquery_in_from_uses_original_table_name` on CI
Ryuta Kamizono
2019-02-23
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #35369 from rails/fewer-lookup-context-calls
Aaron Patterson
2019-02-22
2
-6
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Pass lookup context to the layout handlers
Aaron Patterson
2019-02-22
2
-6
/
+6
|
|
/
*
|
Skip `test_select_with_subquery_in_from_uses_original_table_name` on Buildkit...
Ryuta Kamizono
2019-02-22
1
-2
/
+5
*
|
Merge pull request #35357 from abhaynikam/35351-allows-rich-text-area-to-have...
George Claghorn
2019-02-22
2
-2
/
+52
|
\
\
|
*
|
Allows rich_text_area_tag to add I18n translated placeholder text if placehol...
Abhay Nikam
2019-02-22
2
-2
/
+52
|
|
/
*
|
Prefer I18n.with_locale
George Claghorn
2019-02-21
2
-52
/
+37
*
|
Merge pull request #35363 from rails/zeitwerk-1.3.0
Xavier Noria
2019-02-21
5
-12
/
+11
|
\
\
|
*
|
simplifies Rails.autoloaders.logger=
Xavier Noria
2019-02-21
2
-4
/
+3
|
*
|
simplify AS::Dependencies.verbose=
Xavier Noria
2019-02-21
2
-5
/
+5
|
*
|
bump Zeitwerk
Xavier Noria
2019-02-21
2
-3
/
+3
|
|
/
*
|
Merge pull request #35360 from kamipo/fix_select_and_pluck_with_from
Ryuta Kamizono
2019-02-22
2
-1
/
+42
|
\
\
|
|
/
|
/
|
|
*
Just skip `test_select_with_subquery_in_from_uses_original_table_name` on Travis
Ryuta Kamizono
2019-02-22
1
-0
/
+3
|
*
Fix `pluck` and `select` with `from` if `from` has original table name
Ryuta Kamizono
2019-02-22
2
-1
/
+39
|
/
*
Should not pass extra args to `_update_record`
Ryuta Kamizono
2019-02-21
3
-7
/
+13
*
Merge pull request #35349 from rails/autoloaders.logger=
Xavier Noria
2019-02-21
2
-0
/
+28
|
\
|
*
Define Rails.autoloaders.logger=
Xavier Noria
2019-02-21
2
-0
/
+28
*
|
Merge pull request #35336 from kamipo/dont_allow_non_numeric_string_matches_t...
Ryuta Kamizono
2019-02-21
5
-9
/
+23
|
\
\
|
|
/
|
/
|
|
*
Don't allow `where` with non numeric string matches to 0 values
Ryuta Kamizono
2019-02-20
5
-9
/
+23
*
|
Address "warning: in `column': the last argument was passed as a single Hash"
Ryuta Kamizono
2019-02-21
3
-11
/
+12
*
|
Extract `default_uniqueness_comparison` to ease to handle mismatched collatio...
Ryuta Kamizono
2019-02-21
2
-1
/
+7
*
|
Merge pull request #35345 from soartec-lab/fix_lint_activerecord_relation
Ryuta Kamizono
2019-02-21
1
-3
/
+3
|
\
\
|
*
|
Fix lint `ShadowingOuterLocalVariable`
soartec-lab
2019-02-21
1
-3
/
+3
*
|
|
Revert "Speed up integer casting from DB"
Ryuta Kamizono
2019-02-21
2
-6
/
+1
[next]