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
/
schema
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add firebird support to test suite
Ray Zane
2015-01-05
1
-0
/
+2
*
Add has_secure_token to Active Record
robertomiranda
2015-01-04
1
-0
/
+5
*
Allow precision option for MySQL datetimes.
Ryuta Kamizono
2015-01-02
1
-1
/
+1
*
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
1
-0
/
+5
*
pg tests, get rid of global schema `schema_1`.
Yves Senn
2014-12-02
1
-7
/
+0
*
pg tests, move uniqueness validation test to array tests.
Yves Senn
2014-12-02
1
-10
/
+1
*
tests, extract pg number tests into separate file.
Yves Senn
2014-12-02
1
-9
/
+1
*
tests, move schema shorthand assertions into pg specific tests.
Yves Senn
2014-12-02
1
-55
/
+3
*
tests, move pg geometric tests out of `base_test`.
Yves Senn
2014-12-02
1
-13
/
+0
*
tests, favor public API over inspecting columns where possible.
Yves Senn
2014-12-01
2
-7
/
+1
*
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
1
-0
/
+5
*
Added SchemaDumper support for tables with jsonb columns.
Ted O'Meara
2014-11-04
1
-11
/
+4
*
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+5
*
💣
Sean Griffin
2014-10-28
1
-1
/
+1
*
Dynamically modified schema and association would not be correctly reset
Akira Matsuda
2014-09-06
1
-0
/
+6
*
Added enable_extension! to helper
Abdelkader Boudih
2014-09-05
1
-1
/
+1
*
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
1
-0
/
+1
*
Change the default `null` value for timestamps
Sean Griffin
2014-08-12
1
-5
/
+5
*
use foreign key DSL in our tests.
Yves Senn
2014-07-16
1
-3
/
+2
*
Address ORA-00972: identifier is too long when tested with Oracle
Yasuo Honda
2014-07-14
1
-2
/
+2
*
Re-enable foriegn key tests on MySQL
Godfrey Chan
2014-07-05
1
-3
/
+1
*
MySQL doesn't work with foreign keys
Philippe Creux
2014-06-27
1
-1
/
+4
*
Fix test with add_foreign_key DSL in 9d21ef9
Philippe Creux
2014-06-27
1
-1
/
+1
*
Do not change the global state of the test suite
Rafael Mendonça França
2014-06-27
1
-0
/
+1
*
fk: use random digest names
Yves Senn
2014-06-26
2
-5
/
+5
*
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
1
-2
/
+1
*
Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...
Rafael Mendonça França
2014-06-19
1
-0
/
+5
*
Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of
Rafael Mendonça França
2014-06-13
1
-0
/
+2
|
\
|
*
use name specified by 'as' for automatic inverse association to avoid reflect...
Andrew S. Brown
2014-06-10
1
-0
/
+2
*
|
Timestamp values should be present on callbacks
Rafael Mendonça França
2014-06-09
1
-0
/
+1
*
|
pg, preserve money type when dumping schema and extract money default.
Yves Senn
2014-06-03
1
-8
/
+1
*
|
test pg, move bit string type tests into `bit_string_test.rb`.
Yves Senn
2014-06-03
1
-8
/
+0
*
|
Allow specifying a default value in overloaded properties
Sean Griffin
2014-05-30
1
-0
/
+1
*
|
Add a public API to allow users to specify column types
Sean Griffin
2014-05-26
1
-0
/
+6
|
/
*
Fixed serialization for records with an attribute named `format`.
Godfrey Chan
2014-05-22
1
-0
/
+1
*
Revert "Merge pull request #14544 from jefflai2/named_scope_sti"
Rafael Mendonça França
2014-05-21
1
-2
/
+0
*
Fix polymorphic eager load with foreign_key as String.
Lauro Caetano
2014-05-20
1
-0
/
+3
*
Merge pull request #14544 from jefflai2/named_scope_sti
Rafael Mendonça França
2014-05-20
1
-0
/
+2
|
\
|
*
Fixes Issue #13466.
Jefferson Lai
2014-04-23
1
-0
/
+2
*
|
Remove dead test code for unsupported adapters
Sean Griffin
2014-05-17
1
-8
/
+0
*
|
Fix how to compute class name on habtm namespaced.
Kassio Borges
2014-05-13
1
-0
/
+11
*
|
Merge branch 'master' into rm-uuid-fixtures
Rafael Mendonça França
2014-04-10
1
-1
/
+7
|
\
\
|
*
\
Merge pull request #14579 from senny/pg/remove_string_limit
Rafael Mendonça França
2014-04-04
1
-1
/
+1
|
|
\
\
|
|
*
|
PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...
Yves Senn
2014-04-04
1
-1
/
+1
|
*
|
|
Fix the test defining the models in the right place
Rafael Mendonça França
2014-04-04
1
-0
/
+6
|
|
/
/
*
|
|
Merge pull request #12016 from roderickvd/uuid_fixes
Rafael Mendonça França
2014-04-04
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Auto-generate stable fixture UUIDs on PostgreSQL.
Roderick van Domburg
2014-01-07
1
-0
/
+9
*
|
|
Fix error when using `with_options` with lambda.
Lauro Caetano
2014-04-03
1
-0
/
+2
|
|
/
|
/
|
*
|
Test microsecond on mysql 5.6
Arthur Neves
2014-03-12
1
-1
/
+5
*
|
register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]
lsylvester
2014-03-11
1
-1
/
+10
[next]