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
...
*
|
Merge pull request #13963 from lucas-clemente/pending_migrations
Rafael Mendonça França
2014-06-16
1
-0
/
+50
|
\
\
|
*
|
skip migration check if adapter doesn't support it
Lucas Clemente
2014-04-19
1
-0
/
+50
*
|
|
Merge pull request #15722 from akshay-vishnoi/spell-correct
Zachary Scott
2014-06-15
3
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
/mysql/i -> MySQL, Spell correct in continuation to #15555
Akshay Vishnoi
2014-06-14
3
-3
/
+3
*
|
|
Deprecate `serialized_attributes` without replacement
Sean Griffin
2014-06-14
1
-2
/
+4
|
/
/
*
|
Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6
Matthew Draper
2014-06-14
1
-0
/
+12
*
|
Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of
Rafael Mendonça França
2014-06-13
4
-0
/
+15
|
\
\
|
*
|
use name specified by 'as' for automatic inverse association to avoid reflect...
Andrew S. Brown
2014-06-10
4
-0
/
+15
*
|
|
Through associations should set both parent ids on join models
Sean Griffin
2014-06-13
2
-0
/
+27
*
|
|
Merge pull request #15674 from sgrif/sg-mutable-attributes
Matthew Draper
2014-06-14
3
-1
/
+39
|
\
\
\
|
*
|
|
Detect in-place changes on mutable AR attributes
Sean Griffin
2014-06-13
3
-1
/
+39
*
|
|
|
Reorder test which does not represent real world usage
Sean Griffin
2014-06-13
1
-2
/
+2
*
|
|
|
Merge pull request #15689 from sgrif/sg-attribute-methods
Matthew Draper
2014-06-14
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
Ensure we always define attribute methods
Sean Griffin
2014-06-13
1
-0
/
+8
*
|
|
|
|
Merge pull request #15593 from sgrif/sg-attribute
Rafael Mendonça França
2014-06-13
6
-21
/
+111
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
6
-21
/
+111
*
|
|
|
|
PG arrays should type cast user input
Sean Griffin
2014-06-13
1
-2
/
+7
*
|
|
|
|
Add a test to ensure we don't get a performance regression on #hash
Sean Griffin
2014-06-12
1
-0
/
+7
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Update test data which doesn't reflect expected usage
Sean Griffin
2014-06-12
2
-11
/
+11
*
|
|
|
Pluck should work with columns of the same name from different tables
Sean Griffin
2014-06-11
1
-0
/
+7
|
/
/
/
*
|
|
rm cached attributes
Sean Griffin
2014-06-11
1
-35
/
+9
*
|
|
remove deprecation call while initializing `ClassCache` object
Kuldeep Aggarwal
2014-06-11
1
-6
/
+0
*
|
|
Remove deprecated method ActiveRecord::Base.quoted_locking_column
Akshay Vishnoi
2014-06-10
1
-4
/
+0
*
|
|
Merge pull request #15610 from sgrif/silence-warnings
Rafael Mendonça França
2014-06-10
2
-3
/
+3
|
\
\
\
|
*
|
|
Silence warnings in tests.
Sean Griffin
2014-06-10
2
-3
/
+3
*
|
|
|
Keep the types of virtual columns after yaml serialization
Sean Griffin
2014-06-10
1
-1
/
+14
|
/
/
/
*
|
|
test, fix typo, `create_index` does not exist.
Yves Senn
2014-06-10
1
-1
/
+1
*
|
|
ActiveRecord::FinderMethods.find passes proc parameter #15382
James Yang
2014-06-10
1
-0
/
+11
*
|
|
Timestamp values should be present on callbacks
Rafael Mendonça França
2014-06-09
2
-18
/
+14
*
|
|
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
12
-101
/
+101
*
|
|
Merge pull request #15587 from sgrif/sg-remove-workaround
Rafael Mendonça França
2014-06-09
1
-15
/
+8
|
\
\
\
|
*
|
|
Remove workaround for non-lazy serialize in tests
Sean Griffin
2014-06-09
1
-15
/
+8
*
|
|
|
Make `_before_type_cast` actually be before type cast
Sean Griffin
2014-06-09
6
-6
/
+12
|
/
/
/
*
|
|
fix test cases after #15558 merge to master.
Kuldeep Aggarwal
2014-06-07
1
-3
/
+3
*
|
|
Merge pull request #15558 from sgrif/sg-rename-property
Rafael Mendonça França
2014-06-07
5
-17
/
+17
|
\
\
\
|
*
|
|
Rename `property` to `attribute`
Sean Griffin
2014-06-07
5
-17
/
+17
*
|
|
|
Merge pull request #15546 from sgrif/sg-lazy-decorators
Rafael Mendonça França
2014-06-07
2
-0
/
+119
|
\
\
\
\
|
*
|
|
|
Don't query the database schema when calling `serialize`
Sean Griffin
2014-06-07
2
-0
/
+119
*
|
|
|
|
Ensure time zones don't change after round trip with array columns
Sean Griffin
2014-06-07
1
-0
/
+2
*
|
|
|
|
Don't rely on `Time.current` in tests
Sean Griffin
2014-06-07
1
-5
/
+10
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Add array support when time zone aware attributes are enabled
Sean Griffin
2014-06-07
1
-0
/
+16
|
/
/
/
*
|
|
Merge pull request #15533 from sgrif/sg-missing-schema-tests
Yves Senn
2014-06-06
1
-0
/
+29
|
\
\
\
|
*
|
|
Add missing test cases for schema dumping defaults
Sean Griffin
2014-06-06
1
-0
/
+29
*
|
|
|
`ActiveRecord::SchemaMigration` has no primary key.
Yves Senn
2014-06-06
1
-0
/
+14
*
|
|
|
test refactor, don't hardcode default for `table_name_prefix`.
Yves Senn
2014-06-06
1
-1
/
+2
*
|
|
|
test refactor, don't hardcode `primary_key_prefix_type` default.
Yves Senn
2014-06-06
1
-0
/
+3
*
|
|
|
serialized Type should delegate `type_cast_for_write` to underlying Type
Yves Senn
2014-06-06
1
-0
/
+35
|
/
/
/
*
|
|
Merge pull request #15503 from sgrif/sg-json-hstore-storage
Yves Senn
2014-06-06
5
-4
/
+22
|
\
\
\
|
*
|
|
Bring type casting behavior of hstore/json in line with serialized
Sean Griffin
2014-06-04
5
-4
/
+22
*
|
|
|
`bin/rake db:migrate:status` works with legacy migration numbers.
Yves Senn
2014-06-06
1
-0
/
+7
[prev]
[next]