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
*
Ensure suppressor runs before validations
eileencodes
2016-02-24
1
-0
/
+1
*
Merge pull request #23628 from maclover7/fix-23625
Sean Griffin
2016-02-23
1
-0
/
+6
|
\
|
*
Fix issue #23625
Jon Moss
2016-02-18
1
-0
/
+6
*
|
Fixed `where` for polymorphic associations when passed an array containing di...
Philippe Huibonhoa
2016-02-16
1
-0
/
+2
|
/
*
Merge pull request #18109 from k0kubun/unscoped-joins
Sean Griffin
2016-02-11
1
-0
/
+1
|
\
|
*
Allow `joins` to be unscoped
Takashi Kokubun
2016-01-31
1
-0
/
+1
*
|
Typos in AR tests
Akira Matsuda
2016-02-03
1
-1
/
+1
|
/
*
Add missing source_type if provided on hmt which belongs to an sti record
Vipul A M
2016-01-24
3
-0
/
+10
*
Use the database type to deserialize enum
Sean Griffin
2016-01-23
1
-0
/
+1
*
Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t...
Kasper Timm Hansen
2016-01-14
1
-3
/
+0
*
Skip the STI condition when evaluating a default scope
Matthew Draper
2016-01-12
1
-0
/
+7
*
Support :if and :unless in has_secure_token
Griffin Smith
2016-01-09
1
-0
/
+3
*
Bugfix collection association #create method …
Bogdan Gusiev
2015-11-23
1
-0
/
+6
*
Except keys of `build_record`'s argument from `create_scope` in initialize_at...
yui-knk
2015-11-16
2
-0
/
+2
*
Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`
Sean Griffin
2015-10-29
1
-0
/
+8
*
Fix merge conflicts from #19501
Sean Griffin
2015-10-29
1
-0
/
+7
|
\
|
*
DRY up STI subclass logic
Cody Cutrer
2015-03-24
1
-0
/
+7
*
|
Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...
Sean Griffin
2015-10-28
1
-0
/
+40
|
\
\
|
*
|
Add support for bidirectional destroy dependencies
Seb Jacobs
2015-01-16
1
-0
/
+40
*
|
|
Revert "Merge pull request #21994 from mtodd/inherit-scopes"
Rafael Mendonça França
2015-10-27
1
-1
/
+1
*
|
|
Make inherited scope test fail
Matt Todd
2015-10-26
1
-1
/
+1
*
|
|
Merge pull request #19686 from tsun1215/index_errors
Sean Griffin
2015-10-26
2
-0
/
+8
|
\
\
\
|
*
|
|
Errors can be indexed with nested attributes
Michael Probber
2015-04-17
2
-0
/
+8
|
|
|
/
|
|
/
|
*
|
|
Refactor Calculations#execute_grouped_calculation and clean AR test case
Rafael Sales
2015-10-22
1
-1
/
+0
*
|
|
Fix merge conflicts for #19938
Sean Griffin
2015-10-20
3
-0
/
+6
|
\
\
\
|
*
|
|
Fix for activerecord join dependency instantiate bug
Mehmet Emin İNAÇ
2015-05-04
3
-0
/
+6
|
|
/
/
*
|
|
Remove unused scopes
Andy Atkinson
2015-10-01
3
-10
/
+0
*
|
|
Fix regression in inverse_of on through associations
eileencodes
2015-09-26
3
-0
/
+8
*
|
|
Implement ActiveRecord::Base.ignored_columns
Jean Boussier
2015-09-24
1
-0
/
+5
*
|
|
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-1
/
+1
*
|
|
Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynami...
Rafael Mendonça França
2015-09-09
1
-8
/
+0
*
|
|
Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_finders
Rafael Mendonça França
2015-09-09
1
-0
/
+8
|
\
\
\
|
*
|
|
put dynamic matchers on the GeneratedAssociationMethods instead of model
Rob Looby
2015-05-08
1
-0
/
+8
|
|
/
/
*
|
|
Typo fix [ci skip]
amitkumarsuroliya
2015-09-07
1
-1
/
+1
*
|
|
Deprecate passing conditions to AR::Relation destroy_all and delete_all methods
Wojciech Wnętrzak
2015-09-06
1
-1
/
+1
*
|
|
Only nullify persisted has_one target associations
Agis-
2015-08-24
2
-0
/
+2
*
|
|
Merge pull request #19683 from tristang/require-option-for-counter-cache
Rafael Mendonça França
2015-08-13
3
-5
/
+6
|
\
\
\
|
*
|
|
Add tests for associations without counter_cache
Tristan Gamilis
2015-04-09
1
-0
/
+1
|
*
|
|
Require explicit counter_cache option for has_many
Tristan Gamilis
2015-04-07
2
-5
/
+5
|
|
/
/
*
|
|
Merge pull request #19770 from vngrs/prevent_duplicated_where_clauses
Rafael Mendonça França
2015-08-13
1
-0
/
+7
|
\
\
\
|
*
|
|
Prevent duplicating `where` clauses when model is extended from an abstract c...
Mehmet Emin İNAÇ
2015-04-15
1
-0
/
+7
|
|
/
/
*
|
|
Skip statement cache on through association reader
Rafael Mendonça França
2015-08-12
5
-0
/
+40
*
|
|
use correct DB connection for generated HABTM table
Matt Hanlon
2015-08-07
1
-0
/
+5
*
|
|
Merge pull request #20849 from vngrs/misleading_nested_exceptions
Rafael Mendonça França
2015-07-27
1
-3
/
+4
|
\
\
\
|
*
|
|
Fix misleading errors for has_one through relations
Mehmet Emin İNAÇ
2015-07-22
1
-3
/
+4
*
|
|
|
Rename the enum_{prefix,suffix} options to _{prefix,suffix}
Robin Dupret
2015-07-23
1
-4
/
+4
*
|
|
|
fix rails tests
Mehmet Emin İNAÇ
2015-07-21
1
-1
/
+1
|
/
/
/
*
|
|
Correctly ignore `mark_for_destruction` without `autosave`
Sean Griffin
2015-07-20
1
-0
/
+1
*
|
|
Fix counter_cache for polymorphic associations
Stefan Kanev
2015-07-19
1
-0
/
+1
*
|
|
Ensure cyclic associations w/ autosave don't cause duplicate errors
Sean Griffin
2015-07-18
1
-0
/
+11
[next]