| Commit message (Expand) | Author | Age | Files | Lines |
* | Change method visibility | Rafael Mendonça França | 2014-06-26 | 1 | -2/+2 |
* | Add nodoc to internal class [ci skip] | Rafael Mendonça França | 2014-06-26 | 1 | -1/+1 |
* | fk: add docs | Yves Senn | 2014-06-26 | 1 | -0/+58 |
* | fk: review corrections: indent, visibility, syntax, wording. | Yves Senn | 2014-06-26 | 4 | -49/+50 |
* | fk: use random digest names | Yves Senn | 2014-06-26 | 3 | -10/+23 |
* | fk: raise for invalid :on_update / :on_delete values | Yves Senn | 2014-06-26 | 1 | -3/+8 |
* | fk: `add/remove_foreign_key` are noop for adapters that don't support fk | Yves Senn | 2014-06-26 | 1 | -0/+4 |
* | fk: raise when identifiers are longer than `allowed_index_name_length`. | Yves Senn | 2014-06-26 | 1 | -1/+5 |
* | fk: support for on_update | Yves Senn | 2014-06-26 | 5 | -16/+32 |
* | fk: rename `dependent` to `on_delete` | Yves Senn | 2014-06-26 | 5 | -13/+12 |
* | fk: infere column name from table names. | Yves Senn | 2014-06-26 | 1 | -4/+14 |
* | fk: support dependent option (:delete, :nullify and :restrict). | Yves Senn | 2014-06-26 | 5 | -4/+39 |
* | fk: `:primary_key` option for non-standard pk's. | Yves Senn | 2014-06-26 | 1 | -1/+3 |
* | fk: generalize using `AlterTable` and `SchemaCreation`. | Yves Senn | 2014-06-26 | 5 | -47/+60 |
* | fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQL | Yves Senn | 2014-06-26 | 5 | -21/+65 |
* | fk: add `foreign_keys` for PostgreSQL adapter. | Yves Senn | 2014-06-26 | 2 | -0/+38 |
* | fk: `add_foreign_key` and `remove_foreign_key` for PostgreSQL adapter. | Yves Senn | 2014-06-26 | 3 | -0/+36 |
* | Move writing unknown column exception to null attribute | Sean Griffin | 2014-06-26 | 1 | -1/+1 |
* | Merge pull request #15847 from sgrif/sg-encapsulate-result-types | Rafael Mendonça França | 2014-06-26 | 1 | -3/+2 |
|\ |
|
| * | Encapsulate knowledge of type objects on `ActiveRecord::Result` | Sean Griffin | 2014-06-22 | 1 | -3/+2 |
* | | add missing `:nodoc:` for recent refactorings. [ci skip] | Yves Senn | 2014-06-24 | 24 | -25/+25 |
* | | Merge pull request #15881 from mmozuras/remove_unused_params | Rafael Mendonça França | 2014-06-23 | 1 | -3/+3 |
|\ \ |
|
| * | | Remove unused param 'conn' from ConnectionPool#release | Mindaugas Mozūras | 2014-06-23 | 1 | -3/+3 |
| |/ |
|
* / | Add a deprecation cycle for `NullColumn` from `column_for_attribute` | Sean Griffin | 2014-06-23 | 1 | -6/+0 |
|/ |
|
* | Merge pull request #15802 from sgrif/sg-column-quoting | Rafael Mendonça França | 2014-06-19 | 2 | -6/+6 |
|\ |
|
| * | Don't use column object for type casting in `quoting` | Sean Griffin | 2014-06-18 | 2 | -6/+6 |
* | | this method is no longer being used | Josh Sharpe | 2014-06-19 | 1 | -4/+0 |
|/ |
|
* | Merge pull request #15782 from sgrif/sg-column-defaults | Matthew Draper | 2014-06-18 | 3 | -15/+19 |
|\ |
|
| * | Don't type cast the default on the column | Sean Griffin | 2014-06-17 | 3 | -15/+19 |
* | | Detect in-place changes on point types | Sean Griffin | 2014-06-17 | 2 | -3/+20 |
* | | Detect mutations of arrays and array members | Sean Griffin | 2014-06-17 | 1 | -12/+14 |
* | | Ensure `OID::Array#type_cast_for_database` matches PG's quoting behavior | Sean Griffin | 2014-06-17 | 2 | -7/+21 |
* | | Merge pull request #15778 from sgrif/sg-pg-mutable-arrays | Matthew Draper | 2014-06-18 | 3 | -38/+52 |
|\ \
| |/
|/| |
|
| * | Move array database type casting to the Array type | Sean Griffin | 2014-06-17 | 3 | -38/+52 |
* | | Don't assume that Hstore columns have always changed | Sean Griffin | 2014-06-17 | 1 | -1/+1 |
|/ |
|
* | /mysql/i -> MySQL, Spell correct in continuation to #15555 | Akshay Vishnoi | 2014-06-14 | 4 | -7/+7 |
* | Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6 | Matthew Draper | 2014-06-14 | 1 | -1/+1 |
* | Remove `serialized?` from the type interface | Sean Griffin | 2014-06-13 | 1 | -1/+1 |
* | Merge pull request #15674 from sgrif/sg-mutable-attributes | Matthew Draper | 2014-06-14 | 2 | -8/+4 |
|\ |
|
| * | Detect in-place changes on mutable AR attributes | Sean Griffin | 2014-06-13 | 2 | -8/+4 |
* | | Merge pull request #15593 from sgrif/sg-attribute | Rafael Mendonça França | 2014-06-13 | 1 | -2/+3 |
|\ \ |
|
| * | | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -2/+3 |
* | | | PG arrays should type cast user input | Sean Griffin | 2014-06-13 | 1 | -4/+8 |
| |/
|/| |
|
* | | Remove unused require | Sean Griffin | 2014-06-11 | 1 | -2/+0 |
|/ |
|
* | Remove YAML serialization workaround for columns | Sean Griffin | 2014-06-11 | 1 | -6/+2 |
* | Keep the types of virtual columns after yaml serialization | Sean Griffin | 2014-06-10 | 1 | -2/+6 |
* | Inline PG array type casting helper | Sean Griffin | 2014-06-10 | 3 | -34/+28 |
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 6 | -16/+16 |
* | Make `_before_type_cast` actually be before type cast | Sean Griffin | 2014-06-09 | 3 | -3/+11 |
* | Merge pull request #15546 from sgrif/sg-lazy-decorators | Rafael Mendonça França | 2014-06-07 | 2 | -12/+22 |
|\ |
|