| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | Fixed STI classes not defining an attribute method if there is a | Godfrey Chan | 2014-02-23 | 1 | -0/+1 |
* | | Add more tests for the dirty feature for enums | Rafael Mendonça França | 2014-01-21 | 1 | -0/+1 |
* | | Don't try to get the subclass if the inheritance column doesn't exist | Ujjwal Thaakar | 2014-01-14 | 1 | -0/+5 |
|/ |
|
* | Fix: ActiveRecord::Store TypeError conversion when using YAML coder | Thales Oliveira | 2014-01-06 | 1 | -0/+1 |
* | Building new records with enum scopes now works as expected | Godfrey Chan | 2014-01-03 | 1 | -4/+0 |
* | Fix the enums writer methods | Robin Dupret | 2014-01-01 | 1 | -0/+4 |
* | extract PG range tests from datatype_test.rb into range_test.rb | Yves Senn | 2013-12-13 | 1 | -14/+1 |
* | Prevent invalid code when using dynamic finders with Ruby's reserved words. | Lauro Caetano | 2013-12-11 | 1 | -0/+1 |
* | Do not create synonym named subjects | Yasuo Honda | 2013-11-27 | 1 | -3/+0 |
* | Use 1.9 Hash syntax consistently | Pablo Torres | 2013-11-05 | 1 | -1/+1 |
* | Convert schema file to ruby 1.9 style hash | Carlos Antonio da Silva | 2013-11-04 | 1 | -214/+214 |
* | Style fixes on test schema file | Carlos Antonio da Silva | 2013-11-04 | 1 | -6/+6 |
* | Explicit mapping for enum | Yury Korolev | 2013-11-02 | 1 | -0/+1 |
* | Added ActiveRecord::Base#enum for declaring enum attributes where the values ... | David Heinemeier Hansson | 2013-11-02 | 1 | -0/+1 |
* | scope_chain should not be mutated for other reflections | Neeraj Singh | 2013-10-14 | 1 | -0/+16 |
* | Remove sqlite specific`supports_autoincrement?` which always defaults to true | Vipul A M | 2013-08-10 | 1 | -5/+2 |
* | Use the proper encoding comment on the file | Rafael Mendonça França | 2013-08-06 | 1 | -0/+2 |
* | adding a weird test case | Aaron Patterson | 2013-08-06 | 1 | -0/+1 |
* | Add test to AR's counter_cache_test.rb | Takehiro Adachi | 2013-05-18 | 1 | -0/+1 |
* | Correctly parse bigint defaults in PostgreSQL | Erik Peterson | 2013-04-05 | 1 | -0/+1 |
* | fix detect column type of enum | masarakki | 2013-04-01 | 2 | -2/+2 |
* | Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. | Ken Mazaika | 2013-03-27 | 2 | -0/+20 |
* | Dump the 'using' options for a SQL index into the schema. | Ken Mazaika | 2013-03-27 | 1 | -0/+1 |
* | Update other counter caches on destroy | Ian Young | 2013-03-20 | 1 | -3/+5 |
* | Refactor Person/Friendship relationships to be more intuitive | Mack Earnhardt | 2013-03-17 | 1 | -1/+2 |
* | Merge pull request #9597 from senny/9110_serialized_not_null_default | Rafael Mendonça França | 2013-03-07 | 1 | -0/+1 |
|\ |
|
| * | test case for `serialize` default values. | Yves Senn | 2013-03-07 | 1 | -0/+1 |
* | | Merge pull request #9105 from bemurphy/cache_key_updated_on | Rafael Mendonça França | 2013-03-07 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | cache_key consults updated_on timestamp if present | Brendon Murphy | 2013-02-26 | 1 | -0/+2 |
* | | Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric" | Steve Klabnik | 2013-02-27 | 1 | -2/+0 |