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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961
Aaron Patterson
2014-12-01
1
-0
/
+5
*
tests, favor public API over inspecting columns where possible.
Yves Senn
2014-12-01
3
-23
/
+20
*
tests, run numeric default tests for every adapter.
Yves Senn
2014-12-01
1
-15
/
+33
*
tests, use public API to verify default parsing. #17863, #17856
Yves Senn
2014-12-01
1
-1
/
+2
*
Fix value extracted from negative integers for PostgreSQL.
Guo Xiang Tan
2014-12-01
1
-0
/
+4
*
Ensure numericality validations work with mutation
Sean Griffin
2014-12-01
1
-0
/
+13
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
33
-125
/
+113
*
Adds preloaded_records method to NullPreloader
Thorsten Ball
2014-11-28
1
-0
/
+8
*
Fix a bug where AR::RecordNotSaved loses error messages
Yuki Nishijima
2014-11-27
3
-9
/
+28
*
Merge pull request #17807 from jvperrin/correct-integer-test
Rafael Mendonça França
2014-11-27
1
-1
/
+1
|
\
|
*
Correct test description for large integer test
Jason Perrin
2014-11-03
1
-1
/
+1
*
|
Merge pull request #17674 from recursive-madman/activerecord-error-improvement
Rafael Mendonça França
2014-11-26
1
-2
/
+4
|
\
\
|
*
|
Add #record attribute to RecordNotFound and RecordDestroyed exceptions.
Recursive Madman
2014-11-26
1
-2
/
+4
*
|
|
Merge pull request #17697 from sgrif/sg-remove-is-a-check-when-ignoring-tables
Sean Griffin
2014-11-25
1
-10
/
+0
|
\
\
\
|
*
|
|
Remove is_a? check when ignoring tables
Sean Griffin
2014-11-20
1
-10
/
+0
*
|
|
|
Setting an association replaces records with the same id in memory
Sean Griffin
2014-11-25
1
-0
/
+64
*
|
|
|
oops, forgot to add the real assertion!
Aaron Patterson
2014-11-24
1
-0
/
+1
*
|
|
|
allow the "USING" statement to be specified on change column calls
Aaron Patterson
2014-11-24
1
-0
/
+25
*
|
|
|
Merge pull request #17678 from siddharth28/includes_with_scope_with_joins
Santiago Pastorino
2014-11-24
2
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
2
-0
/
+7
*
|
|
|
|
Add a test for reflection keys as Strings, fixes #16928
Zachary Scott
2014-11-23
1
-0
/
+4
*
|
|
|
|
Rename the primary key index when renaming a table in pg
Sean Griffin
2014-11-22
1
-0
/
+34
|
/
/
/
/
*
|
|
|
make it possible to access fixtures excluded by a `default_scope`.
Yves Senn
2014-11-21
2
-0
/
+19
*
|
|
|
raise a better exception for renaming long indexes
Aaron Patterson
2014-11-20
1
-0
/
+14
*
|
|
|
synchronize code and docs for `timestamps` and `add_timestamps`.
Yves Senn
2014-11-20
3
-2
/
+11
*
|
|
|
Merge pull request #17575 from shikshachauhan/make-habtm-consistent
Rafael Mendonça França
2014-11-19
1
-0
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Allow habtm class_name option to be consistent with other associations
shiksha
2014-11-13
1
-0
/
+10
*
|
|
|
Reintroduce cache with tests
Sean Griffin
2014-11-19
1
-0
/
+32
*
|
|
|
Add tests for `TypeMap#fetch` and push up to `TypeMap`
Sean Griffin
2014-11-19
1
-0
/
+15
*
|
|
|
That last test was incorrect... ☕
Sean Griffin
2014-11-19
1
-10
/
+0
*
|
|
|
Introduce test to demonstrate regression caused by da99a2a2
Sean Griffin
2014-11-19
1
-0
/
+10
*
|
|
|
Merge pull request #17662 from dtaniwaki/support-symbol-foreign-key-column-to...
Rafael Mendonça França
2014-11-19
1
-0
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Support symbol foreign key to delete
dtaniwaki
2014-11-19
1
-0
/
+8
*
|
|
|
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-1
/
+1
|
/
/
/
*
|
|
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
4
-5
/
+5
*
|
|
rm `reorder_bind_params`
Sean Griffin
2014-11-17
5
-9
/
+6
*
|
|
Force table creation in tests
Sean Griffin
2014-11-17
1
-2
/
+2
*
|
|
Correctly determine if an attribute is uninitialized
Sean Griffin
2014-11-14
1
-1
/
+9
*
|
|
Reduce the amount of work performed when instantiating AR models
Sean Griffin
2014-11-14
1
-0
/
+9
*
|
|
Build fix when running in isolation
Arun Agrawal
2014-11-14
30
-0
/
+31
*
|
|
add a Table#name accessor like TableDefinition#name
Cody Cutrer
2014-11-10
1
-0
/
+6
*
|
|
Merge pull request #17578 from codeodor/fix-17217-test-bug
Rafael Mendonça França
2014-11-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Fixes a bug found when running individual tests against #17217 after merging
Sammy Larbi
2014-11-10
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #11694 from Empact/association-bind-values-not-updated-on-...
Rafael Mendonça França
2014-11-10
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix that a collection proxy could be cached before the save of the owner, res...
Ben Woosley
2014-10-03
1
-0
/
+7
*
|
|
Revert the behavior of booleans in string columns to that of 4.1
Sean Griffin
2014-11-09
1
-2
/
+2
*
|
|
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
5
-1
/
+23
*
|
|
default scopes should break the cache on singulur_association.
alfa-jpn
2014-11-08
1
-0
/
+29
*
|
|
default scopes should break the cache on has_many.
Aaron Patterson
2014-11-07
1
-0
/
+26
*
|
|
pg tests, get rid of `sql_types_test.rb`.
Yves Senn
2014-11-07
3
-18
/
+14
[next]