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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #20673 from aditya-kapoor/correct-preload-doc
Yves Senn
2015-06-23
1
-1
/
+1
|
\
|
*
[ci skip] correct for ActiveRecord::Associations::Preloader:
Aditya Kapoor
2015-06-23
1
-1
/
+2
*
|
docs, add missing closing bracket. [ci skip]
Yves Senn
2015-06-23
1
-1
/
+1
|
/
*
Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reload
Yves Senn
2015-06-23
3
-1
/
+10
|
\
|
*
Fix `undefined method uncached` for polymorphic belongs_to #20426
James Dabbs
2015-06-13
2
-1
/
+2
*
|
Merge pull request #20545 from dcrec1/20541
Yves Senn
2015-06-23
3
-3
/
+39
|
\
\
|
*
|
thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...
Diego Carrion
2015-06-22
3
-3
/
+31
|
/
/
*
|
refactor, don't duplicate presence validator logic.
Yves Senn
2015-06-22
1
-10
/
+4
*
|
docs, update Active Model reference for AR length validator. [ci skip]
Yves Senn
2015-06-22
1
-1
/
+4
*
|
AR absence validator respects `marked_for_destruction?`. Closes #20449.
Yves Senn
2015-06-22
4
-0
/
+106
*
|
Merge pull request #20636 from dcrec1/isolated_test
Yves Senn
2015-06-20
1
-1
/
+1
|
\
\
|
*
|
fix test not failing when executed isolated
Diego Carrion
2015-06-19
1
-1
/
+1
*
|
|
Include `Enumerable` in `ActiveRecord::Relation`
Sean Griffin
2015-06-19
5
-37
/
+21
|
/
/
*
|
Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is given
Sean Griffin
2015-06-19
3
-2
/
+20
*
|
Merge pull request #20259 from rastasheep/rastasheep-patch-1
Yves Senn
2015-06-19
1
-2
/
+2
|
\
\
|
*
|
Fix typo [ci skip]
Aleksandar Diklic
2015-05-22
1
-2
/
+2
*
|
|
Merge pull request #19843 from marshall-lee/explain_cte_queries
Yves Senn
2015-06-19
3
-1
/
+10
|
\
\
\
|
*
|
|
Let WITH (CTE) queries be explainable
Vladimir Kochnev
2015-05-28
3
-1
/
+10
*
|
|
|
Autoload ActiveRecord::RecordInvalid
Rafael Mendonça França
2015-06-18
1
-0
/
+1
*
|
|
|
Fix descriptions of databases.rake [ci skip]
Mehmet Emin İNAÇ
2015-06-17
1
-11
/
+11
*
|
|
|
raise ActiveModel::MissingAttributeError when trying to access a relationship...
Diego Carrion
2015-06-16
2
-1
/
+5
*
|
|
|
Merge pull request #20572 from arthurnn/db_reset
Yves Senn
2015-06-16
1
-4
/
+1
|
\
\
\
\
|
*
|
|
|
Small refactor on db:reset
Arthur Neves
2015-06-15
1
-4
/
+1
*
|
|
|
|
Merge pull request #20257 from prathamesh-sonpatki/test-for-serial-for-quoted...
Arthur Nogueira Neves
2015-06-15
1
-0
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Added test case for serial? method when sequence name is not quoted
Prathamesh Sonpatki
2015-05-22
1
-0
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #20016 from steved/sdavidovitz/abort_if_pending
Arthur Nogueira Neves
2015-06-15
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
make sure to load_config for db:abort_if_pending_migrations
Steven Davidovitz
2015-05-04
1
-1
/
+1
*
|
|
|
|
A few documentation edits [ci skip]
Robin Dupret
2015-06-15
1
-2
/
+2
*
|
|
|
|
make `remove_index :table, :column` reversible.
Yves Senn
2015-06-15
5
-14
/
+29
*
|
|
|
|
quick pass over changelogs. [ci skip]
Yves Senn
2015-06-15
1
-3
/
+4
*
|
|
|
|
Merge pull request #20550 from maurogeorge/add_reference-rdoc
Yves Senn
2015-06-15
1
-0
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Add RDoc about add_reference to ActiveRecord::Migration
Mauro George
2015-06-13
1
-0
/
+6
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
[ci skip] fix typo mistake
Kuldeep Aggarwal
2015-06-14
1
-1
/
+1
*
|
|
|
|
[ci skip] Fix the dynamic fixtures example
Jeremy Baker
2015-06-13
1
-1
/
+1
|
/
/
/
/
*
|
|
|
[ci skip] Fix the API docs for Bi-directional associations
Roque Pinel
2015-06-13
1
-12
/
+7
*
|
|
|
Copy-edits in 04c349659bfd97f9eaf5266ef7a64b4eb367c6a8
Rafael Mendonça França
2015-06-12
1
-1
/
+2
*
|
|
|
add doc about how empty serialization objects are persisted
Diego Carrion
2015-06-12
1
-0
/
+2
*
|
|
|
Add a test to ensure `serialize` persists `nil` as `NULL`
Sean Griffin
2015-06-12
1
-0
/
+8
*
|
|
|
Don't crash when mutating attributes in a getter
Sean Griffin
2015-06-12
3
-1
/
+29
*
|
|
|
Merge pull request #20480 from senny/test_runner
Yves Senn
2015-06-12
78
-223
/
+246
|
\
\
\
\
|
*
|
|
|
select the AR adapter through `bin/test`.
Yves Senn
2015-06-11
1
-0
/
+16
|
*
|
|
|
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
78
-223
/
+230
*
|
|
|
|
Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-key
Yves Senn
2015-06-12
4
-2
/
+50
|
\
\
\
\
\
|
*
|
|
|
|
Add an invert method for remove_foreign_key
Aster Ryan
2015-06-11
4
-2
/
+51
*
|
|
|
|
|
Add enum prefix/suffix option to enum definition
Igor Kapkov
2015-06-12
6
-6
/
+104
|
/
/
/
/
/
*
|
|
|
|
Add a missing test case for the persistence behavior of `serialize`
Sean Griffin
2015-06-11
1
-0
/
+13
*
|
|
|
|
Credit the author of #20515 in the previous commit
Sean Griffin
2015-06-11
1
-1
/
+1
*
|
|
|
|
Correctly handle array columns with defaults in the schema dumper
Sean Griffin
2015-06-11
4
-0
/
+17
*
|
|
|
|
Merge pull request #20516 from kares/patch-2
Matthew Draper
2015-06-12
1
-1
/
+1
*
|
|
|
|
Merge pull request #20497 from dcrec1/master
Sean Griffin
2015-06-11
1
-2
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]