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
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2017-01-05
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
3
-3
/
+3
*
Remove unneeded requires at active record
Rafael Mendonça França
2017-01-03
1
-1
/
+0
*
Raise ArgumentError when a instance of ActiveRecord::Base is passed to
Rafael Mendonça França
2017-01-03
1
-7
/
+5
*
Mark internal cache constants as private
Matthew Draper
2016-12-31
1
-1
/
+4
*
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
1
-4
/
+0
*
Remove deprecated support to passing arguments to `#select` when a block is p...
Rafael Mendonça França
2016-12-29
1
-3
/
+1
*
Remove deprecated support to query using commas on LIMIT
Rafael Mendonça França
2016-12-29
1
-19
/
+2
*
Remove deprecated support to passing a class as a value in a query
Rafael Mendonça França
2016-12-29
2
-31
/
+0
*
Raises IrreversibleOrderError when using last with an irreversible order
Rafael Mendonça França
2016-12-29
1
-8
/
+0
*
Merge pull request #26376 from kamipo/remove_polymorphic_base_class_for_array
Rafael França
2016-12-29
1
-3
/
+0
|
\
|
*
Remove extracting `polymorphic_base_class` for `Array` in `AssociationQueryVa...
Ryuta Kamizono
2016-09-21
1
-3
/
+0
*
|
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-98
/
+98
*
|
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
2
-13
/
+11
*
|
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-1
/
+1
*
|
Describe what we are protecting
Akira Matsuda
2016-12-23
8
-0
/
+16
*
|
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
|
|
/
/
[next]