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
...
|
*
|
|
|
SQLite3Adapter now checks for views in table_exists? fixes: 14041
Girish S
2014-02-14
1
-0
/
+10
*
|
|
|
|
introduce `connection.supports_views?` and basic view tests.
Yves Senn
2014-09-09
1
-0
/
+42
*
|
|
|
|
Allow included modules to override association methods.
Yves Senn
2014-09-09
2
-0
/
+15
*
|
|
|
|
Merge pull request #16827 from kuldeepaggarwal/f-disable-migration-logging
Yves Senn
2014-09-08
1
-1
/
+4
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
disable migrations logging while running test cases for AR schema tests
Kuldeep Aggarwal
2014-09-06
1
-0
/
+2
*
|
|
|
|
Fix query with nested array in Active Record
Cristian Bica
2014-09-06
3
-2
/
+32
|
/
/
/
/
*
|
|
|
Dynamically modified schema and association would not be correctly reset
Akira Matsuda
2014-09-06
4
-16
/
+21
*
|
|
|
Merge pull request #16114 from seuros/test_clean
Rafael Mendonça França
2014-09-05
7
-26
/
+25
|
\
\
\
\
|
*
|
|
|
Added enable_extension! to helper
Abdelkader Boudih
2014-09-05
7
-26
/
+25
*
|
|
|
|
Do not mark object as persisted after an association is saved
Rafael Mendonça França
2014-09-05
2
-19
/
+14
|
/
/
/
/
*
|
|
|
Fixed regression with referencing polymorphic assoc in eager-load
Godfrey Chan
2014-09-05
1
-0
/
+10
*
|
|
|
Load :developers fixtures where expecting a Developer to be there
Akira Matsuda
2014-09-05
1
-1
/
+1
*
|
|
|
Merge pull request #16788 from codeodor/fix-16761
Aaron Patterson
2014-09-04
3
-1
/
+31
|
\
\
\
\
|
*
|
|
|
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
3
-1
/
+31
*
|
|
|
|
always reorder bind parameters. fixes #15920
Aaron Patterson
2014-09-04
1
-1
/
+8
|
/
/
/
/
*
|
|
|
Enums shouldn't ruin people's anniversaries
Godfrey Chan
2014-09-04
2
-3
/
+7
*
|
|
|
schema loading rake tasks maintain database connection for current env.
Yves Senn
2014-09-03
1
-0
/
+1
*
|
|
|
Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests
Akira Matsuda
2014-09-03
2
-26
/
+21
*
|
|
|
Remove 'if exists' from drop table statement then use `table_exists?`
Yasuo Honda
2014-09-03
4
-6
/
+6
*
|
|
|
Leave all our tests as order_dependent! for now
Matthew Draper
2014-09-02
1
-0
/
+5
*
|
|
|
MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabled
Jeremy Kemper
2014-09-01
3
-23
/
+31
*
|
|
|
Clear schema cache before each test
Akira Matsuda
2014-09-01
1
-0
/
+1
*
|
|
|
Clear schema cache before each test
Akira Matsuda
2014-09-01
1
-0
/
+1
*
|
|
|
MySQL: set connection collation along with the charset
Jeremy Kemper
2014-08-30
3
-0
/
+12
*
|
|
|
AR#reset_column_information sometimes queries via table_exists?
Akira Matsuda
2014-08-31
1
-1
/
+1
*
|
|
|
Don't test PostgreSQL implementation details
Akira Matsuda & Kohei Suzuki
2014-08-29
1
-3
/
+0
*
|
|
|
Revert "Merge pull request #16254 from zuhao/refactor_activerecord_attribute_...
Yves Senn
2014-08-29
1
-0
/
+1
*
|
|
|
Reset ActiveRecord::Migration.message_count counter before start testing
Akira Matsuda
2014-08-29
1
-1
/
+1
*
|
|
|
Bring original puts back after finishing tests
Akira Matsuda
2014-08-29
2
-4
/
+12
*
|
|
|
Silence another test that runs migrations
Akira Matsuda
2014-08-29
1
-0
/
+5
*
|
|
|
MigrationTest doesn't need to be verbose anymore
Akira Matsuda
2014-08-29
1
-1
/
+1
*
|
|
|
No tests are dealing with ActiveRecord::Migration.message_count here anymore
Akira Matsuda
2014-08-29
1
-1
/
+0
*
|
|
|
Reset ActiveRecord::Migration.verbose to the value before
Akira Matsuda
2014-08-29
2
-2
/
+5
*
|
|
|
Demodulize ActiveRecord::MigratorTest
Akira Matsuda
2014-08-29
1
-284
/
+282
*
|
|
|
No transaction for a test that creates fixtures in the test body
Akira Matsuda
2014-08-29
1
-0
/
+1
*
|
|
|
User Model#last to certainly get lastly created data
Akira Matsuda
2014-08-28
1
-1
/
+1
*
|
|
|
Move association definition to the model file
Akira Matsuda
2014-08-28
2
-2
/
+1
*
|
|
|
Be sure that test fixtures satisfy referential integrity before calculating
Akira Matsuda
2014-08-28
1
-1
/
+1
*
|
|
|
Ignore SCHEMA queries when asserting no queries
Akira Matsuda
2014-08-28
5
-22
/
+22
*
|
|
|
Reset schema properly after schema changing test
Akira Matsuda
2014-08-28
1
-0
/
+2
*
|
|
|
Correctly detect mutation on serialized columns mapping to binary
Sean Griffin
2014-08-27
1
-0
/
+16
*
|
|
|
Override #find_by! in core to enable AST caching
Godfrey Chan
2014-08-25
1
-0
/
+22
*
|
|
|
Fixed find_by("sql fragment without bindings") on master
Godfrey Chan
2014-08-25
3
-16
/
+22
*
|
|
|
pg, `default_sequence_name` needs to return a string.
Yves Senn
2014-08-25
1
-6
/
+6
*
|
|
|
Don't trim excess whitespace in pg #columns_for_distinct
Agis-
2014-08-24
1
-0
/
+8
*
|
|
|
adding the exception RecordNotFound to UUID find
JoseLuis Torres
2014-08-21
2
-1
/
+15
|
|
/
/
|
/
|
|
*
|
|
"warning: assigned but unused variable"
Akira Matsuda
2014-08-21
1
-1
/
+1
*
|
|
Merge pull request #16172 from Agis-/hmt_scope_arity
Rafael Mendonça França
2014-08-20
4
-0
/
+17
|
\
\
\
|
*
|
|
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
4
-0
/
+17
*
|
|
|
Merge pull request #16145 from phoet/patch-2
Rafael Mendonça França
2014-08-20
1
-5
/
+10
|
\
\
\
\
[prev]
[next]