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
/
test
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Add missing `delegate :extending, to: :all`
Ryuta Kamizono
2017-06-01
1
-0
/
+2
*
|
|
|
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
2
-1
/
+11
|
\
\
\
\
|
*
|
|
|
Fix association with extension issues
Ryuta Kamizono
2017-05-28
2
-1
/
+11
*
|
|
|
|
Merge pull request #28969 from kamipo/refactor_enum_to_use_value_instead_of_l...
Matthew Draper
2017-05-28
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Refactor enum to use `value` instead of `label` in the scope
Ryuta Kamizono
2017-05-07
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #29003 from kamipo/delegate_ast_and_locked_to_arel_explicitly
Matthew Draper
2017-05-28
1
-0
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Delegate `ast` and `locked` to `arel` explicitly
Ryuta Kamizono
2017-05-06
1
-0
/
+9
|
|
/
/
/
/
*
/
/
/
/
Enable extending even if scope returns nil
Ryuta Kamizono
2017-05-24
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Add type caster to `RuntimeReflection#alias_name`
Jon Moss
2017-05-02
2
-1
/
+2
*
|
|
|
Remove useless test case
Ryuta Kamizono
2017-04-26
1
-8
/
+0
*
|
|
|
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
Ryuta Kamizono
2017-04-22
1
-0
/
+5
*
|
|
|
Add a test case for #20802
Ryuta Kamizono
2017-04-13
1
-0
/
+1
*
|
|
|
Fix extension method with dirty target in has_many associations
Ryuta Kamizono
2017-03-20
1
-0
/
+4
*
|
|
|
Fix inspection behavior when the :id column is not primary key
namusyaka
2017-02-09
1
-0
/
+2
|
|
/
/
|
/
|
|
*
|
|
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
|
|
Chain scope constraints should respect own table alias
Ryuta Kamizono
2017-02-01
3
-0
/
+12
*
|
|
Deprecate reflection class name to accept a class
Kir Shatrov
2017-01-09
1
-1
/
+1
*
|
|
Privatize unneededly protected methods in Active Record
Akira Matsuda
2017-01-05
1
-3
/
+1
*
|
|
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
|
|
Raise error when has_many through is defined before through association
Chris Holmes
2017-01-04
1
-0
/
+6
*
|
|
Merge pull request #27335 from kamipo/remove_duplicated_model_definition
Sean Griffin
2017-01-03
1
-0
/
+3
|
\
\
\
|
*
|
|
Remove duplicated model class definitions in `test/cases/base_test.rb`
Ryuta Kamizono
2016-12-12
1
-0
/
+3
*
|
|
|
Replace sleep with synchronization
Matthew Draper
2017-01-02
1
-1
/
+1
*
|
|
|
Should not update children when the parent creation with no reason
Ryuta Kamizono
2016-12-29
1
-0
/
+5
*
|
|
|
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
3
-3
/
+3
*
|
|
|
fix #create_fixtures when equal table names in different databases
Julia Lopez
2016-12-21
1
-0
/
+5
|
/
/
/
*
|
|
Deprecate the behavior of AR::Dirty inside of after_(create|update|save) call...
Sean Griffin
2016-11-01
1
-2
/
+2
*
|
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
4
-15
/
+15
*
|
|
Don't skip in-memory insertion of associations when loaded in validate
Sean Griffin
2016-09-29
1
-6
/
+0
|
/
/
*
|
Add tests for ActiveRecord::Enum#enum when suffix specified
Yosuke Kabuto
2016-09-12
1
-0
/
+1
*
|
Merge pull request #24099 from k0kubun/preserve-readonly
Rafael Mendonça França
2016-08-18
1
-0
/
+1
|
\
\
|
*
|
Preserve readonly flag only for readonly association
Takashi Kokubun
2016-07-30
1
-0
/
+1
*
|
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
10
-32
/
+32
*
|
|
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
2
-2
/
+2
*
|
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
|
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
8
-13
/
+4
*
|
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
8
-27
/
+26
*
|
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
|
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
62
-536
/
+535
*
|
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
58
-307
/
+307
*
|
|
Don't assume all hashes are from multiparameter assignment in `composed_of`
Sean Griffin
2016-08-05
1
-0
/
+1
|
/
/
*
|
Merge pull request #25767 from kamipo/association_name_is_the_same_as_join_ta...
Rafael França
2016-07-27
1
-0
/
+6
|
\
\
|
*
|
Correctly return `associated_table` when `associated_with?` is true
Ryuta Kamizono
2016-07-10
1
-0
/
+6
*
|
|
Oracle TIMESTAMP sql type is associated with Rails `DateTime` type now
Yasuo Honda
2016-07-20
1
-6
/
+0
|
/
/
*
/
Ensure hashes can be passed to attributes using `composed_of`
Sean Griffin
2016-05-31
1
-1
/
+6
|
/
*
Fix undefined method `owners' for NullPreloader:Class
Ladislav Smola
2016-04-06
3
-1
/
+11
*
Fix `warning: method redefined; discarding old female`
Ryuta Kamizono
2016-03-12
1
-3
/
+0
*
Execute default_scope defined by abstract class within the scope of subclass
Mehmet Emin İNAÇ
2016-03-08
1
-0
/
+13
*
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-0
/
+8
*
Merge pull request #18766 from yasyf/issue_17864
Sean Griffin
2016-02-29
1
-0
/
+6
|
\
[prev]
[next]