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
*
Test with the newest i18n
Akira Matsuda
2017-02-11
1
-1
/
+1
*
Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-f...
Eileen M. Uchitelle
2017-02-10
2
-1
/
+3
|
\
|
*
Delegate `to_sentence` and `to_fomatted_s` to `records`
kenta-s
2017-02-04
2
-1
/
+3
*
|
Merge pull request #27959 from y-yagi/use_released_resque
Kasper Timm Hansen
2017-02-10
2
-13
/
+8
|
\
\
|
*
|
Use released resque
yuuji.yaginuma
2017-02-10
2
-13
/
+8
|
/
/
*
|
Merge pull request #27957 from kamipo/fix_test_composite_primary_key_out_of_o...
Rafael França
2017-02-09
2
-10
/
+18
|
\
\
|
*
|
Revert "Simplify and speed up Postgres query for primary_keys"
Ryuta Kamizono
2017-02-10
1
-8
/
+10
|
*
|
Fix `test_composite_primary_key_out_of_order`
Ryuta Kamizono
2017-02-10
1
-2
/
+8
*
|
|
Fix rubocop violations
Rafael Mendonça França
2017-02-09
3
-13
/
+15
|
/
/
*
|
Merge pull request #27950 from st0012/update-configuration-guide
Rafael França
2017-02-09
1
-0
/
+5
|
\
\
|
*
|
Update configuration guide about ActiveRecord's config option.
Stan Lo
2017-02-10
1
-0
/
+5
|
/
/
*
|
Merge pull request #27954 from maclover7/jm-fix-26404
Jon Moss
2017-02-09
1
-0
/
+10
|
\
\
|
*
|
Add note about breakage in file uploads in controller tests to upgrading
Jon Moss
2017-02-09
1
-0
/
+10
*
|
|
Simplify and speed up Postgres query for primary_keys
Jordan Lewis
2017-02-09
2
-10
/
+17
*
|
|
Merge pull request #27952 from dijonkitchen/patch-1
Eileen M. Uchitelle
2017-02-09
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix wording
Jonathan Chen
2017-02-09
1
-1
/
+1
|
/
/
/
*
|
|
Refactor `ColumnDefinition` to contain `options` hash
Ryuta Kamizono
2017-02-09
15
-128
/
+59
*
|
|
Merge pull request #27945 from betesh/allow-frozen-hashes-to-as_json
Rafael Mendonça França
2017-02-08
3
-1
/
+16
|
\
\
\
|
*
|
|
Allow ActiveRecord::Base.as_json to accept a frozen Hash
Isaac Betesh
2017-02-08
3
-1
/
+16
*
|
|
|
Merge pull request #27935 from namusyaka/fix-hidden-primary_key
Rafael França
2017-02-08
5
-1
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix inspection behavior when the :id column is not primary key
namusyaka
2017-02-09
5
-1
/
+18
|
/
/
/
*
|
|
Merge pull request #27940 from y-yagi/deprecate_halt_callback_chains_on_retur...
Rafael França
2017-02-08
7
-23
/
+7
|
\
\
\
|
*
|
|
remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere
yuuji.yaginuma
2017-02-08
4
-7
/
+0
|
*
|
|
deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display...
yuuji.yaginuma
2017-02-08
3
-16
/
+7
|
/
/
/
*
|
|
Merge pull request #27938 from y-yagi/remove_link_to_edgeapi
Jon Moss
2017-02-07
1
-1
/
+1
|
\
\
\
|
*
|
|
remove link to edgeapi [ci skip]
yuuji.yaginuma
2017-02-08
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #27232 from robin850/guides-linking
Xavier Noria
2017-02-07
2
-2
/
+43
|
\
\
\
|
*
|
|
Automatically link to Ruby files referenced in notes [ci skip]
Robin Dupret
2017-02-07
1
-1
/
+19
|
*
|
|
Automatically inject the current Rails version in API links [ci skip]
Robin Dupret
2017-02-07
2
-1
/
+24
*
|
|
|
Remove unused code now that the deprecated file was removed
Rafael Mendonça França
2017-02-07
1
-2
/
+1
*
|
|
|
Merge pull request #25873 from schuetzm/warn_about_dirty_lock
Rafael Mendonça França
2017-02-07
3
-2
/
+18
|
\
\
\
\
|
*
|
|
|
Deprecate locking of dirty records
Marc Schütz
2017-02-07
3
-2
/
+18
*
|
|
|
|
Deprecate halt_and_display_warning_on_return_false
Rafael Mendonça França
2017-02-07
2
-5
/
+16
*
|
|
|
|
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
12
-188
/
+24
*
|
|
|
|
Document that string in if and unless option of callbacks are deprecated
Rafael Mendonça França
2017-02-07
1
-4
/
+4
*
|
|
|
|
Improve the exception message to direct people to all the possible values
Rafael Mendonça França
2017-02-07
1
-1
/
+2
*
|
|
|
|
Merge pull request #27608 from kamipo/remove_deprecated_passing_string_to_def...
Rafael França
2017-02-07
7
-116
/
+99
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Deprecate passing string to `:if` and `:unless` conditional options on `set_c...
Ryuta Kamizono
2017-02-04
5
-14
/
+68
|
*
|
|
|
Remove deprecated passing string to define callback
Ryuta Kamizono
2017-02-04
5
-103
/
+32
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #27933 from kamipo/revert_27682
Jeremy Daer
2017-02-07
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Revert "Remove useless `column_alias` in `subquery_for_count`"
Ryuta Kamizono
2017-02-07
2
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #27334 from kamipo/pk_and_ref_columns_should_be_identical_...
Jeremy Daer
2017-02-07
12
-31
/
+79
|
\
\
\
\
|
*
|
|
|
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
12
-31
/
+79
*
|
|
|
|
Merge pull request #27922 from martijn/reduce-actioncable-logging
Jeremy Daer
2017-02-07
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Move some ActionCable logs to debug level
Martijn Storck
2017-02-06
2
-2
/
+2
*
|
|
|
|
|
Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene...
Jeremy Daer
2017-02-06
4
-41
/
+51
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add `:nodoc:` to `case_sensitive_comparison` and `case_insensitive_comparison`
Ryuta Kamizono
2017-01-20
2
-3
/
+3
|
*
|
|
|
|
|
Decouple the building Arel ASTs for uniqueness validator
Ryuta Kamizono
2016-12-25
4
-38
/
+48
*
|
|
|
|
|
|
Remove useless `column_alias` in `subquery_for_count`
Ryuta Kamizono
2017-02-06
2
-5
/
+5
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly
Jeremy Daer
2017-02-06
11
-236
/
+191
|
\
\
\
\
\
\
[next]