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
path:
root
/
activerecord
/
lib
/
active_record
/
relation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Translate numeric value out of range to the specific exception
Ryuta Kamizono
2016-12-06
1
-4
/
+4
*
Restore RecordNotFound when *_ids= can't find records by ID
Dominic Cleal
2016-11-24
1
-4
/
+4
*
Merge pull request #26981 from kamipo/should_not_except_order_for_exists
Rafael França
2016-11-17
1
-1
/
+1
|
\
|
*
Should except `:distinct` rather than `:order` for `exists?`
Ryuta Kamizono
2016-11-09
1
-1
/
+1
*
|
Call `spawn` and bang method for `none`
Ryuta Kamizono
2016-11-14
1
-1
/
+1
|
/
*
Avoid `unscope(:order)` when `limit_value` is presented for `count`
Ryuta Kamizono
2016-11-06
1
-6
/
+6
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
removes requires already present in active_support/rails
Xavier Noria
2016-10-27
1
-2
/
+0
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
2
-2
/
+0
*
Fix regression caused due to removal of select method from CollectionAssociation
Prathamesh Sonpatki
2016-10-22
1
-1
/
+10
*
Merge pull request #26598 from rutaka-n/raise_record_not_found_with_correct_p...
Eileen M. Uchitelle
2016-10-15
1
-2
/
+2
|
\
|
*
initialize errors with name of class and other params
v.promzelev
2016-09-23
1
-2
/
+2
*
|
Use attribute_names over column_names
Keenan Brock
2016-10-04
1
-6
/
+2
*
|
Fix doc format for `RecordFetchWarning` [ci skip]
Ryuta Kamizono
2016-09-27
1
-3
/
+3
|
/
*
Merge pull request #26447 from kamipo/reduce_array_allocation
Santiago Pastorino
2016-09-19
1
-3
/
+1
|
\
|
*
Reduce array allocation when `where` with passed hash
Ryuta Kamizono
2016-09-10
1
-3
/
+1
*
|
Merge pull request #26446 from kamipo/rename_type_var_name_to_type
Eileen M. Uchitelle
2016-09-17
1
-10
/
+8
|
\
\
|
*
|
Rename variable name that returning `type_for` to `type` from `column`
Ryuta Kamizono
2016-09-11
1
-10
/
+8
|
|
/
*
/
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
2
-23
/
+23
|
/
*
Fix Remaining Case-In-Assignment Statement Formatting
Alex Kitchens
2016-09-06
1
-5
/
+6
*
Remove not used alias method
yui-knk
2016-09-06
1
-1
/
+0
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
2
-6
/
+6
*
Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"
Sean Griffin
2016-08-31
3
-41
/
+10
*
Override `respond_to_missing?` instead of `respond_to?` when possible
Sean Griffin
2016-08-31
1
-1
/
+1
*
Add `Type.default_value` and use it everywhere for internal
Ryuta Kamizono
2016-08-26
2
-3
/
+3
*
Merge pull request #26182 from bogdan/remove-relation-metaprogramming
Rafael França
2016-08-23
2
-84
/
+53
|
\
|
*
Remove over meta programming in AR::Relation
Bogdan Gusiev
2016-08-23
2
-84
/
+53
*
|
Remove unnecessary ordinal methods for collection association
Ryuta Kamizono
2016-08-18
1
-2
/
+10
*
|
Merge pull request #25976 from kamipo/pluck_uses_loaded_target
Rafael França
2016-08-17
1
-1
/
+1
|
\
\
|
*
|
`pluck` should use `records` (`load_target`) when `loaded?` is true
Ryuta Kamizono
2016-08-04
1
-1
/
+1
*
|
|
Fix indentation
Rafael Mendonça França
2016-08-17
1
-3
/
+3
*
|
|
Merge pull request #25987 from aquajach/master
Rafael Mendonça França
2016-08-17
1
-1
/
+1
|
\
\
\
|
*
|
|
check if order contains comma first in does_not_support_reverse?
Jack Chen Songyong
2016-07-29
1
-1
/
+1
|
*
|
|
have does_not_support_reverse? support sql functions with commas in nested br...
Jack
2016-07-29
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #26021 from kamipo/finder_bang_method_should_call_non_bang...
Rafael França
2016-08-17
1
-16
/
+16
|
\
\
\
|
*
|
|
Finder bang method should call non bang method
Ryuta Kamizono
2016-08-16
1
-16
/
+16
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #26072 from kamipo/extract_case_sensitive_handler
Rafael Mendonça França
2016-08-17
3
-10
/
+41
|
\
\
\
|
*
|
|
Extract `PredicateBuilder::CaseSensitiveHandler`
Ryuta Kamizono
2016-08-16
3
-10
/
+41
|
|
/
/
*
|
|
Merge pull request #26121 from MaxLap/fix_count_with_left_joins
Rafael Mendonça França
2016-08-16
1
-6
/
+4
|
\
\
\
|
*
|
|
Fix count which would sometimes force a DISTINCT
Maxime Lapointe
2016-08-16
1
-6
/
+4
|
|
/
/
*
/
/
Do not handle as an associated predicate if a table has the column
Ryuta Kamizono
2016-08-16
1
-2
/
+2
|
/
/
*
|
Merge pull request #26117 from kamipo/make_association_quary_to_preparable_step1
Rafael Mendonça França
2016-08-16
1
-11
/
+11
|
\
\
|
*
|
Make association queries to preparable: Step 1
Ryuta Kamizono
2016-08-11
1
-11
/
+10
*
|
|
Merge pull request #26074 from kamipo/where_by_attribute_with_array_or_range
Rafael França
2016-08-16
1
-7
/
+11
|
\
\
\
|
*
|
|
`where` by `array|range` attribute with array or range value
Ryuta Kamizono
2016-08-11
1
-7
/
+11
|
|
/
/
*
|
|
Merge pull request #26097 from Dagnan/fix_recordnotfound_args_rebased
Rafael França
2016-08-16
1
-4
/
+6
|
\
\
\
|
*
|
|
When calling association.find RecordNotFound is now raised with the same argu...
Michel Pigassou
2016-08-13
1
-4
/
+6
|
|
/
/
*
|
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
|
|
Remove `find_nth_with_limit_and_offset` private method
Ryuta Kamizono
2016-08-15
1
-34
/
+13
*
|
|
Merge pull request #26012 from grosser/grosser/missing
Sean Griffin
2016-08-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[next]