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
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-0
/
+10
*
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
1
-2
/
+0
*
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
1
-0
/
+13
|
\
|
*
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
1
-0
/
+13
*
|
Merge pull request #16145 from phoet/patch-2
Rafael Mendonça França
2014-08-20
1
-5
/
+10
|
\
\
|
*
|
don't log errors when all is fine
Peter Schröder
2014-07-17
1
-5
/
+10
*
|
|
Ignore Postgresql "SELECT tablename FROM pg_tables" when counting queries
Akira Matsuda
2014-08-20
1
-1
/
+1
*
|
|
Drop schema_migrations table only when exists
Akira Matsuda
2014-08-20
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #16349 from jmcnevin/master
Rafael Mendonça França
2014-08-19
1
-0
/
+15
|
\
\
|
*
|
Correctly determine if migration is needed.
Jeremy McNevin
2014-08-13
1
-0
/
+15
*
|
|
Fixes the `Relation#exists?` to work with polymorphic associations.
Kassio Borges
2014-08-18
1
-0
/
+14
*
|
|
Merge pull request #16537 from arthurnn/stop_swallowing_errors_2
Godfrey Chan
2014-08-18
2
-0
/
+79
|
\
\
\
|
*
|
|
Add option to stop swallowing errors on callbacks.
Arthur Neves
2014-08-18
2
-0
/
+79
*
|
|
|
Check attributes passed to create_with and where
Rafael Mendonça França
2014-08-18
1
-0
/
+30
|
/
/
/
*
|
|
Merge pull request #16528 from byroot/add-test-case-for-nested-array-in-where...
Santiago Pastorino
2014-08-18
1
-0
/
+4
|
\
\
\
|
*
|
|
Add a test case of nested empty array values in conditions
Jean Boussier
2014-08-17
1
-0
/
+4
*
|
|
|
Merge pull request #16481 from sgrif/sg-change-default-timestamps
David Heinemeier Hansson
2014-08-17
8
-12
/
+72
|
\
\
\
\
|
*
|
|
|
Change the default `null` value for timestamps
Sean Griffin
2014-08-12
8
-12
/
+72
*
|
|
|
|
Merge pull request #16458 from chancancode/ar_fix_reserved_inheritance
Godfrey Chan
2014-08-17
1
-0
/
+18
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixed issue w/custom accessors + reserved name + inheritance
Godfrey Chan
2014-08-11
1
-0
/
+18
*
|
|
|
|
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-0
/
+21
*
|
|
|
|
Merge pull request #16517 from sgrif/sg-comparable-attributes
Rafael Mendonça França
2014-08-16
2
-0
/
+36
|
\
\
\
\
\
|
*
|
|
|
|
Implement `==` on `Type::Value` and `Attribute`
Sean Griffin
2014-08-15
2
-0
/
+36
*
|
|
|
|
|
Fix regression on after_commit in nested transactions.
Arthur Neves
2014-08-15
1
-0
/
+13
*
|
|
|
|
|
Use *_transaction methods in TransactionManager
Arthur Neves
2014-08-15
1
-0
/
+24
|
/
/
/
/
/
*
|
|
|
|
fix typo in method name (broken build :sweat:)
Yves Senn
2014-08-15
1
-1
/
+1
[next]