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
...
*
|
Improve test for leaky scope chain
eileencodes
2015-03-18
1
-1
/
+7
*
|
Merge pull request #19348 from Empact/null-scope
Yves Senn
2015-03-18
1
-0
/
+12
|
\
\
|
*
|
Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...
Ben Woosley
2015-03-15
1
-0
/
+12
*
|
|
Add config.active_record.dump_schemas.
Ryan Wallace
2015-03-17
1
-6
/
+39
*
|
|
Remove unused variable in activerecord reflection_test.
Juanito Fatas
2015-03-17
1
-1
/
+1
*
|
|
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
49
-79
/
+115
|
/
/
*
|
Fix leaky chain on polymorphic association
eileencodes
2015-03-15
5
-0
/
+20
*
|
Fix before_commit when updating a record on the callback
Arthur Neves
2015-03-14
1
-0
/
+22
*
|
pg, `disable_referential_integrity` only catches AR errors.
Yves Senn
2015-03-11
1
-1
/
+23
*
|
Fix json_test
palkan
2015-03-11
1
-0
/
+1
*
|
Add YAML compatibility for objects from Rails 4.2
Sean Griffin
2015-03-10
3
-26
/
+222
*
|
Attempt to provide backwards compatible YAML deserialization
Sean Griffin
2015-03-10
1
-0
/
+43
*
|
Fix intermittent test failures
Sean Griffin
2015-03-09
1
-0
/
+1
*
|
Fix intermittent test failures
Sean Griffin
2015-03-09
1
-0
/
+1
*
|
Merge pull request #18200 from brainopia/rollback_frozen_records
Arthur Nogueira Neves
2015-03-07
1
-0
/
+18
|
\
\
|
*
|
Fix transaction state for unsynced records when entering transaction
brainopia
2015-03-04
1
-0
/
+9
|
*
|
Fix rollback of frozen records
brainopia
2015-03-04
1
-0
/
+9
*
|
|
Merge pull request #19221 from matthewd/random-tests
Matthew Draper
2015-03-06
1
-5
/
+0
|
\
\
\
|
*
|
|
Revert "Leave all our tests as order_dependent! for now"
Matthew Draper
2015-03-06
1
-5
/
+0
*
|
|
|
tests, sequences are derived from the base class.
Yves Senn
2015-03-06
1
-7
/
+10
*
|
|
|
Revert ":cut: remove unnecessary rescue Exceptions"
Yves Senn
2015-03-06
2
-2
/
+2
*
|
|
|
replace `repair_validations` with a disposable subclass.
Yves Senn
2015-03-06
1
-32
/
+33
|
|
_
|
/
|
/
|
|
*
|
|
tests, remove side effects on `Joke` during `base_test.rb`.
Yves Senn
2015-03-06
1
-23
/
+28
*
|
|
:cut: remove unnecessary rescue Exceptions
Aaron Patterson
2015-03-05
2
-2
/
+2
*
|
|
remove unnecessary rescue
Aaron Patterson
2015-03-05
1
-2
/
+0
|
/
/
*
|
add ActiveRecord::Enum testcase about multiple enums declaring at a time
keepcosmos
2015-03-05
1
-0
/
+14
*
|
add regression test. Closes #18400.
Yves Senn
2015-03-05
1
-0
/
+6
*
|
Remove duplicated test
Ryuta Kamizono
2015-03-04
1
-20
/
+0
*
|
Correctly dump `serial` and `bigserial`
Ryuta Kamizono
2015-03-04
1
-0
/
+60
|
/
*
Merge pull request #19176 from imajes/master
Yves Senn
2015-03-03
1
-0
/
+16
|
\
|
*
Fixes reference for schema_format to AR::Base from AS::Base
James Cox
2015-03-03
1
-0
/
+16
*
|
Remove unused line
Ryuta Kamizono
2015-03-03
1
-1
/
+0
*
|
Merge pull request #19177 from gregmolnar/fixtures
Rafael Mendonça França
2015-03-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
test reset_pk_sequence with multi connection
Greg Molnar
2015-03-01
1
-1
/
+1
*
|
tests, favor `drop_table` and `:if_exists` over raw SQL.
Yves Senn
2015-03-02
4
-14
/
+6
*
|
Merge pull request #19105 from amatsuda/array_take
Sean Griffin
2015-03-02
1
-0
/
+13
|
\
\
|
*
|
Preserve Array#take(n) behaviour of HasManyAssociation
Akira Matsuda
2015-02-28
1
-0
/
+13
*
|
|
Merge pull request #19077 from robin850/unknown-attribute-error
Sean Griffin
2015-03-02
4
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Follow-up to #10776
Robin Dupret
2015-02-26
4
-6
/
+6
*
|
|
Properly create through records when called with `where`
Sean Griffin
2015-02-26
1
-0
/
+6
*
|
|
Merge pull request #17601 from kamipo/support_any_unicode_charsets
Rafael Mendonça França
2015-02-25
1
-2
/
+2
|
\
\
\
|
*
|
|
Add `SchemaMigration.create_table` support any unicode charsets for MySQL.
Ryuta Kamizono
2015-02-26
1
-2
/
+2
*
|
|
|
Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...
Rafael Mendonça França
2015-02-25
2
-0
/
+26
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add specs for adding-to/clear has_many collections’s behavior on `updated_at`
Tu Hoang
2014-10-30
2
-0
/
+26
*
|
|
|
Merge pull request #18936 from arthurnn/txn_callbacks
Arthur Nogueira Neves
2015-02-24
1
-0
/
+60
|
\
\
\
\
|
*
|
|
|
Rename tests
Arthur Neves
2015-02-24
1
-4
/
+4
|
*
|
|
|
Add before_commit
Arthur Neves
2015-02-24
1
-2
/
+3
|
*
|
|
|
Add transaction callbacks that wont enroll to the transaction.
Arthur Neves
2015-02-24
1
-0
/
+59
*
|
|
|
|
Merge pull request #17426 from jpcody/fixture_associations_fix
Aaron Patterson
2015-02-24
1
-1
/
+19
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Rely on through table name in has_many fixtures
Joshua Cody
2014-10-29
1
-1
/
+19
[prev]
[next]