Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Remove old comment about AC::Parameters>subclasses | claudiob | 2015-12-02 | 2 | -2/+7 | |
|/ / / / / / / | ||||||
* | | | | | | | don't rely on the columns hash to get defaults. follow-up to #17169. | Yves Senn | 2015-12-02 | 2 | -7/+25 | |
* | | | | | | | add `ActiveRecord::Base.has_attribute?` | Yves Senn | 2015-12-02 | 3 | -2/+27 | |
* | | | | | | | tests, pluralize singular table name. | Yves Senn | 2015-12-02 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-type | Yves Senn | 2015-12-02 | 3 | -9/+47 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | STI cast new instances to `default type` on initialize. | Kuldeep Aggarwal | 2015-12-02 | 3 | -0/+42 | |
|/ / / / / / / | ||||||
* | | | | | | | Ensure `Relation` responds to `shuffle` | Sean Griffin | 2015-12-01 | 2 | -2/+2 | |
* | | | | | | | Merge pull request #22449 from dnagir/database_connection_message | Yves Senn | 2015-12-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Explain the connection pool error message better | Dmytrii Nagirniak | 2015-12-01 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #22345 from GUI/fix-multi-schema-structure-dump | Yves Senn | 2015-11-30 | 3 | -4/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix rake db:structure:dump on Postgres when multiple schemas are used. | Nick Muerdter | 2015-11-19 | 3 | -4/+13 | |
* | | | | | | | | Merge pull request #22451 from kamipo/refactor_abstract_adapter_initialize | Kasper Timm Hansen | 2015-11-30 | 4 | -8/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Refactor `AbstractAdapter#initialize` | Ryuta Kamizono | 2015-11-30 | 4 | -8/+7 | |
* | | | | | | | | | Fix indentation in CHANGELOG.md [ci skip] | Ryuta Kamizono | 2015-11-30 | 1 | -7/+7 | |
* | | | | | | | | | Merge pull request #22363 from yui-knk/mv_ar_test_case | Yves Senn | 2015-11-30 | 2 | -91/+94 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove some bind related test cases from finder_test.rb to sanitize_test.rb | yui-knk | 2015-11-21 | 2 | -91/+94 | |
* | | | | | | | | | Merge pull request #18155 from bogdan/collection_association_double_element_fix | Sean Griffin | 2015-11-29 | 3 | -4/+20 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Bugfix collection association #create method … | Bogdan Gusiev | 2015-11-23 | 3 | -4/+20 | |
* | | | | | | | | | `connection_options` is only needed for `MysqlAdapter` | Ryuta Kamizono | 2015-11-29 | 3 | -3/+3 | |
* | | | | | | | | | Revert "Add prepared statements support for `Mysql2Adapter`" | Sean Griffin | 2015-11-26 | 4 | -149/+151 | |
* | | | | | | | | | Merge pull request #22415 from kamipo/prepared_statements_for_mysql2_adapter | Sean Griffin | 2015-11-26 | 4 | -151/+149 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add prepared statements support for `Mysql2Adapter` | Ryuta Kamizono | 2015-11-26 | 4 | -151/+149 | |
* | | | | | | | | | | Docs: ActiveRecord::QueryMethods#joins | Jared Beck | 2015-11-25 | 1 | -2/+22 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22304 from kamipo/schema_dumping_support_for_postgresql_g... | Yves Senn | 2015-11-24 | 4 | -104/+161 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add schema dumping support for PostgreSQL geometric data types | Ryuta Kamizono | 2015-11-24 | 3 | -11/+77 | |
| * | | | | | | | | | Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g... | Ryuta Kamizono | 2015-11-24 | 2 | -93/+84 | |
* | | | | | | | | | | Merge pull request #22214 from kamipo/not_passing_native_database_types_to_ta... | Rafael França | 2015-11-24 | 4 | -15/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Not passing `native_database_types` to `TableDefinition` | Ryuta Kamizono | 2015-11-08 | 4 | -15/+6 | |
* | | | | | | | | | | | Merge pull request #22388 from kamipo/set_field_encoding_is_only_needed_for_m... | Sean Griffin | 2015-11-23 | 3 | -9/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | `set_field_encoding` is only needed for `MysqlAdapter` | Ryuta Kamizono | 2015-11-24 | 3 | -9/+8 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Fix more test failures caused by #21000 | Sean Griffin | 2015-11-23 | 1 | -1/+5 | |
* | | | | | | | | | | | Merge pull request #21000 from twalpole/find_or_parameter_issues | Sean Griffin | 2015-11-23 | 4 | -38/+70 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Update and fix forbidden attributes tests | Thomas Walpole | 2015-11-03 | 4 | -38/+70 | |
* | | | | | | | | | | | Remove blanket array delegation from `Relation` | Sean Griffin | 2015-11-23 | 2 | -20/+2 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #22362 from radar/toggle-documentation | Claudio B | 2015-11-20 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add example for AR::Persistence#toggle | Ryan Bigg | 2015-11-21 | 1 | -0/+8 | |
* | | | | | | | | | | Fix test failure in `adapters/mysql/active_schema_test.rb` | Ryuta Kamizono | 2015-11-20 | 2 | -6/+6 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Revert "Allow specifying the default table options for mysql adapters" | Sean Griffin | 2015-11-19 | 3 | -26/+1 | |
* | | | | | | | | | Allow specifying the default table options for mysql adapters | Sean Griffin | 2015-11-19 | 3 | -1/+26 | |
* | | | | | | | | | Rename 'key' to 'lock_id' or 'lock_name' for advisory locking | Sam Davies | 2015-11-18 | 8 | -65/+65 | |
* | | | | | | | | | Fix incorrect issue number [ci skip] | Andrew White | 2015-11-17 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #22316 from yui-knk/changelog_for_22300 | Andrew White | 2015-11-17 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ci skip] Add CHANGELOG for #22300 (817c1825c15013fd0180762ac5c05a2e024a640d) | yui-knk | 2015-11-18 | 1 | -0/+6 | |
* | | | | | | | | | | Raise ArgumentError when passing a truthy value to merge | Andrew White | 2015-11-17 | 2 | -5/+10 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22271 from timbreitkreutz/twb-9015-schema-dumper-test-for... | Yves Senn | 2015-11-17 | 1 | -0/+32 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TWB Test case for Issue #9015 - ignore_table and table_prefix at same time | Tim Breitkreutz | 2015-11-13 | 1 | -0/+32 | |
* | | | | | | | | | | Merge pull request #22257 from yui-knk/fix_merge_to_not_call_to_proc_for_hash | Andrew White | 2015-11-17 | 2 | -3/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make `AR::SpawnMethods#merge!` to check an arg is a Proc | yui-knk | 2015-11-12 | 2 | -3/+9 | |
* | | | | | | | | | | | Merge pull request #22300 from yui-knk/fix_21893 | Sean Griffin | 2015-11-16 | 5 | -5/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Except keys of `build_record`'s argument from `create_scope` in initialize_at... | yui-knk | 2015-11-16 | 5 | -5/+23 | |
| | |/ / / / / / / / / | |/| | | | | | | | | |