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
...
*
adding a test to demonstrate how to use STI subclasses on the far right
Aaron Patterson
2013-09-27
2
-0
/
+3
*
Merge pull request #12359 from arthurnn/inverse_on_callbacks
Rafael Mendonça França
2013-09-25
1
-1
/
+5
|
\
|
*
Make sure inverse_of is visible on the has_many callbacks
Arthur Neves
2013-09-25
1
-1
/
+5
*
|
adding a test for sti on middle tables with sorting on RHS
Aaron Patterson
2013-09-23
1
-0
/
+5
|
/
*
Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope
Rafael Mendonça França
2013-09-16
1
-0
/
+7
|
\
|
*
Collapse where constraints to one where constraint
Paul Nikitochkin
2013-09-13
1
-0
/
+7
*
|
More unused associations in AR test models
Akira Matsuda
2013-09-10
8
-13
/
+0
*
|
:scissors: [ci skip]
Carlos Antonio da Silva
2013-09-10
1
-1
/
+1
*
|
change function def self.table_name to self.table_name
Rajarshi Das
2013-09-10
2
-5
/
+3
*
|
Clean up unused associations in AR test model
Akira Matsuda
2013-09-10
1
-3
/
+0
|
/
*
pk should not be required for hm:t associations
Aaron Patterson
2013-08-29
1
-0
/
+8
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-17
11
-3
/
+21
|
\
|
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
11
-3
/
+21
*
|
Fixing multi-word automatic inverse detection.
wangjohn
2013-08-15
2
-0
/
+3
*
|
Changing the def self.table_name to self.table_name in the column_name.rb
Karunakar (Ruby)
2013-08-03
1
-2
/
+2
*
|
this code is dead, removing
Aaron Patterson
2013-08-01
1
-6
/
+0
|
/
*
:scissors: [ci skip]
Carlos Antonio da Silva
2013-07-25
1
-1
/
+1
*
change function def self.table_name to self.table_name
Rajarshi Das
2013-07-25
2
-5
/
+3
*
More unused associations in AR test models
Akira Matsuda
2013-07-25
8
-13
/
+0
*
Clean up unused associations in AR test model
Akira Matsuda
2013-07-25
1
-3
/
+0
*
Make sure that a joins Relation can be merged with has_many :through + associ...
Akira Matsuda
2013-07-10
1
-1
/
+5
*
Dropped deprecated option `:restrict` for `:dependent` in associations
Neeraj Singh
2013-07-03
1
-7
/
+0
*
Removed support for deprecated `delete_sql` in associations.
Neeraj Singh
2013-07-03
1
-5
/
+0
*
Removed support for deprecated `finder_sql` in associations.
Neeraj Singh
2013-07-02
3
-16
/
+0
*
Removed support for deprecated `counter_sql`
Neeraj Singh
2013-07-02
1
-16
/
+1
*
Do not invoke callbacks when delete_all is called
Neeraj Singh
2013-06-30
3
-0
/
+13
*
Ambiguous reflections are on :through relationships are no longer supported.
Aaron Patterson
2013-06-13
2
-2
/
+2
*
Getting rid of the +automatic_inverse_of: false+ option in associations in favor
wangjohn
2013-06-08
5
-5
/
+5
*
Fix the `:primary_key` option for `has_many` associations.
Yves Senn
2013-05-23
1
-0
/
+1
*
Add test to AR's counter_cache_test.rb
Takehiro Adachi
2013-05-18
1
-0
/
+1
*
Created a method to automatically find inverse associations and cache
wangjohn
2013-05-07
5
-5
/
+5
*
Handle aliased attributes in ActiveRecord::Relation.
Godfrey Chan
2013-05-01
1
-0
/
+2
*
Fix scope chaining + STI
Jon Leighton
2013-04-05
1
-1
/
+0
*
failing test for #9869
Neeraj Singh
2013-04-05
1
-0
/
+1
*
has_many through obeys order on through association
Neeraj Singh
2013-04-04
1
-1
/
+1
*
Add missing require to inheritance test
Carlos Antonio da Silva
2013-04-03
1
-2
/
+0
*
Update other counter caches on destroy
Ian Young
2013-03-20
2
-4
/
+6
*
Refactor Person/Friendship relationships to be more intuitive
Mack Earnhardt
2013-03-17
2
-2
/
+7
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
4
-11
/
+10
*
Merge pull request #9497 from route/subclass_from_attrs
Rafael Mendonça França
2013-03-08
1
-0
/
+2
|
\
|
*
Fix ActiveRecord `subclass_from_attrs` when eager_load is false.
Dmitry Vorotilin
2013-03-06
1
-0
/
+2
*
|
test case for `serialize` default values.
Yves Senn
2013-03-07
1
-0
/
+1
|
/
*
test case to prevent duplicated associations with custom PK.
Yves Senn
2013-02-24
1
-0
/
+2
*
define Active Record Store accessors in a module
Sergey Nartimov
2013-02-11
1
-0
/
+9
*
Prevent Relation#merge from collapsing wheres on the RHS
Jon Leighton
2013-01-27
2
-0
/
+2
*
Fix cases where delete_records on a has_many association caused errors
Derek Kraan
2013-01-27
2
-0
/
+6
*
Describing the reason for defining BlankTopic#blank? which will never be called
Akira Matsuda
2013-01-24
1
-0
/
+1
*
Revert "Unused methods, module, etc."
Akira Matsuda
2013-01-24
4
-0
/
+28
*
Unused methods, module, etc.
Akira Matsuda
2013-01-24
4
-28
/
+0
*
Unused test model
Akira Matsuda
2013-01-24
1
-5
/
+0
[prev]
[next]