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
...
*
|
Merge pull request #14978 from bogdan/relation-join
Rafael Mendonça França
2014-05-05
1
-0
/
+4
|
\
\
|
*
|
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-0
/
+4
*
|
|
Get rid of unused method in AR Post test model
Carlos Antonio da Silva
2014-05-05
1
-4
/
+0
|
/
/
*
|
Fixed custom validation context bug where child
Eric Chahin
2014-05-01
2
-0
/
+12
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-25
2
-0
/
+6
|
\
\
|
*
\
Merge pull request #14573 from habermann24/has_many_through_fix
Rafael Mendonça França
2014-04-22
2
-0
/
+6
|
|
\
\
|
|
*
|
Properly handle scoping with has_many :through. Fixes #14537.
Jan Habermann
2014-04-03
2
-0
/
+6
*
|
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-20
1
-1
/
+0
|
\
|
|
|
|
*
|
|
Remove outdated comment
Rafael Mendonça França
2014-04-14
1
-1
/
+0
*
|
|
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-14
3
-0
/
+8
|
\
|
|
|
|
*
|
|
Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548
Rafael Mendonça França
2014-04-10
1
-0
/
+2
|
|
\
\
\
|
|
*
|
|
Fix insertion of records for hmt association with scope, fix #3548
Ivan Antropov
2013-11-17
1
-0
/
+2
|
*
|
|
|
Merge branch 'master' into rm-uuid-fixtures
Rafael Mendonça França
2014-04-10
4
-2
/
+11
|
|
\
\
\
\
|
*
\
\
\
\
Merge pull request #12016 from roderickvd/uuid_fixes
Rafael Mendonça França
2014-04-04
2
-0
/
+6
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Auto-generate stable fixture UUIDs on PostgreSQL.
Roderick van Domburg
2014-01-07
2
-0
/
+6
*
|
|
|
|
|
|
propogate bind values collected in arel to SQL generation
Aaron Patterson
2014-04-11
1
-0
/
+2
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
The `source` option for `has_many => through` should accept String
Lauro Caetano
2014-04-09
1
-2
/
+2
*
|
|
|
|
|
Fix the test defining the models in the right place
Rafael Mendonça França
2014-04-04
2
-0
/
+5
*
|
|
|
|
|
Merge pull request #14562 from jefflai2/collection_proxy
Rafael Mendonça França
2014-04-04
1
-0
/
+4
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
CollectionProxy uses the arel of its association's scope.
Jefferson Lai
2014-04-02
1
-0
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
*
/
|
|
|
Fix error when using `with_options` with lambda.
Lauro Caetano
2014-04-03
2
-0
/
+6
|
/
/
/
/
*
|
|
|
Merge pull request #14154 from al2o3cr/issue12770
Aaron Patterson
2014-03-27
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Pass a base relation to build_default_scope when joining
Matt Jones
2014-02-21
1
-0
/
+1
*
|
|
|
|
AR .persisted? throws SystemStackError for an unsaved model with a
chrisfinne
2014-03-27
1
-0
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Obey `validate: false` option for habtm
Carlos Antonio da Silva
2014-03-14
2
-0
/
+14
*
|
|
|
Add tests for default scope behaviour change
Jon Leighton
2014-02-23
1
-0
/
+2
|
/
/
/
*
|
|
Revert "context in validation goes through has many relationship"
Aaron Patterson
2014-02-20
2
-16
/
+0
*
|
|
Merge pull request #13978 from Fortisque/kevin/validation_context_for_children
Aaron Patterson
2014-02-08
2
-0
/
+16
|
\
\
\
|
*
|
|
context in validation goes through has many relationship
Kevin Casey
2014-02-08
2
-0
/
+16
*
|
|
|
Add test case for autosave HasMany with accepts_nested_attributes.
Lauro Caetano
2014-02-08
2
-0
/
+4
|
/
/
/
*
|
|
docs, AR already auto-detects primary keys. Closes #13946. [ci skip]
Yves Senn
2014-02-05
1
-2
/
+0
*
|
|
pass `habtm :autosave` to underlying `hm:t` association. Closes #13923.
Yves Senn
2014-02-03
1
-0
/
+1
*
|
|
Add more tests for the dirty feature for enums
Rafael Mendonça França
2014-01-21
1
-0
/
+1
*
|
|
Make AR::Base#touch fire the after_commit and after_rollback callbacks
Harry Brundage
2014-01-16
2
-1
/
+17
*
|
|
Don't try to get the subclass if the inheritance column doesn't exist
Ujjwal Thaakar
2014-01-14
1
-0
/
+5
|
/
/
*
|
Remove warnings in test suite
Matthias Zirnstein
2014-01-06
1
-1
/
+1
*
|
Fix: ActiveRecord::Store TypeError conversion when using YAML coder
Thales Oliveira
2014-01-06
1
-0
/
+1
*
|
Remove method redefined warnings for test suite
Matthias Zirnstein
2014-01-05
1
-1
/
+1
*
|
make sure cached table name is a string. fixes #12582
Aaron Patterson
2013-12-12
1
-0
/
+4
*
|
changed update counter to act on unscoped model
heruku
2013-11-26
1
-0
/
+4
*
|
Raise `RecordNotDestroyed` when children can't be replaced
Brian Thomas Storti
2013-11-25
2
-0
/
+7
*
|
Fix ActiveRecord::Relation#unscope
Jon Leighton
2013-11-20
1
-0
/
+1
|
/
*
Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att...
Javan Makhmali
2013-11-14
1
-0
/
+2
*
define enum methods inside a `Module` to make them overwritable.
Yves Senn
2013-11-05
1
-0
/
+5
*
Explicit mapping for enum
Yury Korolev
2013-11-02
1
-0
/
+1
*
Fix to work on Ruby 1.9.3, example and changelog improvements
Carlos Antonio da Silva
2013-11-02
1
-2
/
+2
*
Added ActiveRecord::Base#enum for declaring enum attributes where the values ...
David Heinemeier Hansson
2013-11-02
1
-2
/
+4
*
Skip `include_values` from through associations chains for building target scope
Paul Nikitochkin
2013-10-27
1
-0
/
+3
*
scope_chain should not be mutated for other reflections
Neeraj Singh
2013-10-14
5
-0
/
+19
*
Port test from cf1904f to avoid future regression
Prem Sichanugrist
2013-10-03
1
-0
/
+5
[prev]
[next]