Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Deprecate limit strings with commas | Sean Griffin | 2015-12-14 | 1 | -0/+6 | |
* | | | | | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na... | Sean Griffin | 2015-12-14 | 1 | -0/+9 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Add test cases for `#sanitize_sql_array` with named_bind_variables | yui-knk | 2015-11-09 | 1 | -0/+9 | |
* | | | | | | Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supported | Aaron Patterson | 2015-12-13 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Support supports_datetime_with_precision? for sqlite3 | Yasuo Honda | 2015-11-30 | 1 | -0/+4 | |
* | | | | | | Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice" | Arthur Neves | 2015-12-11 | 1 | -0/+8 | |
* | | | | | | Merge pull request #22502 from maclover7/remove-deprecation-notice | Arthur Nogueira Neves | 2015-12-11 | 1 | -8/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unused deprecation notice | Jon Moss | 2015-12-05 | 1 | -8/+0 | |
* | | | | | | | Merge pull request #22523 from Elektron1c97/master | Rafael França | 2015-12-07 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Typo correction | Yves Siegrist | 2015-12-07 | 1 | -4/+4 | |
* | | | | | | | | Make sure we touch all the parents when touch_later. | Arthur Neves | 2015-12-06 | 3 | -6/+17 | |
* | | | | | | | | Introduce after_{create,update,delete}_commit callbacks | Genadi Samokovarov | 2015-12-06 | 1 | -3/+23 | |
* | | | | | | | | Clean up and correct documentation for update_columns and update_all [ci skip] | James Wen | 2015-12-05 | 2 | -3/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Remove old comment about AC::Parameters>subclasses | claudiob | 2015-12-02 | 1 | -2/+0 | |
* | | | | | | | don't rely on the columns hash to get defaults. follow-up to #17169. | Yves Senn | 2015-12-02 | 1 | -7/+1 | |
* | | | | | | | add `ActiveRecord::Base.has_attribute?` | Yves Senn | 2015-12-02 | 2 | -2/+14 | |
* | | | | | | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-type | Yves Senn | 2015-12-02 | 1 | -9/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | STI cast new instances to `default type` on initialize. | Kuldeep Aggarwal | 2015-12-02 | 1 | -0/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Ensure `Relation` responds to `shuffle` | Sean Griffin | 2015-12-01 | 1 | -1/+1 | |
* | | | | | | | 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 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix rake db:structure:dump on Postgres when multiple schemas are used. | Nick Muerdter | 2015-11-19 | 1 | -2/+2 | |
* | | | | | | | | 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 | |
* | | | | | | | | Merge pull request #18155 from bogdan/collection_association_double_element_fix | Sean Griffin | 2015-11-29 | 1 | -4/+8 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Bugfix collection association #create method … | Bogdan Gusiev | 2015-11-23 | 1 | -4/+8 | |
* | | | | | | | | `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 | 3 | -145/+151 | |
* | | | | | | | | Merge pull request #22415 from kamipo/prepared_statements_for_mysql2_adapter | Sean Griffin | 2015-11-26 | 3 | -151/+145 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add prepared statements support for `Mysql2Adapter` | Ryuta Kamizono | 2015-11-26 | 3 | -151/+145 | |
* | | | | | | | | | 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 | 1 | -6/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add schema dumping support for PostgreSQL geometric data types | Ryuta Kamizono | 2015-11-24 | 1 | -6/+12 | |
* | | | | | | | | | 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 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #21000 from twalpole/find_or_parameter_issues | Sean Griffin | 2015-11-23 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Update and fix forbidden attributes tests | Thomas Walpole | 2015-11-03 | 2 | -1/+6 | |
* | | | | | | | | | | Remove blanket array delegation from `Relation` | Sean Griffin | 2015-11-23 | 1 | -14/+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 | |
* | | | | | | | | | Revert "Allow specifying the default table options for mysql adapters" | Sean Griffin | 2015-11-19 | 1 | -2/+1 | |
* | | | | | | | | | Allow specifying the default table options for mysql adapters | Sean Griffin | 2015-11-19 | 1 | -1/+2 | |
* | | | | | | | | | Rename 'key' to 'lock_id' or 'lock_name' for advisory locking | Sam Davies | 2015-11-18 | 4 | -18/+18 | |
* | | | | | | | | | Raise ArgumentError when passing a truthy value to merge | Andrew White | 2015-11-17 | 1 | -1/+3 | |
* | | | | | | | | | Merge pull request #22257 from yui-knk/fix_merge_to_not_call_to_proc_for_hash | Andrew White | 2015-11-17 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make `AR::SpawnMethods#merge!` to check an arg is a Proc | yui-knk | 2015-11-12 | 1 | -3/+5 | |
* | | | | | | | | | | Merge pull request #22300 from yui-knk/fix_21893 | Sean Griffin | 2015-11-16 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ \ |