| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \ \ \ |
|
| * | | | | | Except keys of `build_record`'s argument from `create_scope` in initialize_at... | yui-knk | 2015-11-16 | 1 | -3/+6 |
* | | | | | | Merge pull request #22302 from kamipo/remove_not_needed_native_database_types... | Yves Senn | 2015-11-16 | 2 | -4/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove not needed `NATIVE_DATABASE_TYPES` entries | Ryuta Kamizono | 2015-11-16 | 2 | -4/+0 |
| |/ / / / / |
|
* / / / / / | Freeze association foreign keys to reduce allocations | Sean Griffin | 2015-11-15 | 1 | -1/+1 |
|/ / / / / |
|
* / / / / | Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` | yui-knk | 2015-11-09 | 6 | -12/+77 |
|/ / / / |
|
* | | | | Improve support for non Active Record objects on `validates_associated` | Kassio Borges | 2015-11-08 | 1 | -2/+8 |
* | | | | Update belongs_to.rb | Ehsan Yousefi | 2015-11-08 | 1 | -2/+1 |
* | | | | docs, get rid of artifact in `RecordFetchWarning` docs. | Yves Senn | 2015-11-07 | 1 | -0/+2 |
* | | | | docs, nodoc `EnumType`. [ci skip] | Yves Senn | 2015-11-07 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | docs, `ActiveRecord::JoinDependency` is not part of the public API. | Yves Senn | 2015-11-07 | 1 | -1/+1 |
* | | | docs, `ActiveRecord::TypeCaster` is not part of the public API. | Yves Senn | 2015-11-07 | 3 | -3/+3 |
* | | | Ensure `#reset_column_information` clears child classes as well | Sean Griffin | 2015-11-07 | 1 | -0/+3 |
* | | | Avoids mutating the original response in connection management middleware | Kevin Buchanan | 2015-11-06 | 1 | -4/+3 |
* | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 3 | -3/+3 |
* | | | Remove incorrect comments | Andrew White | 2015-11-04 | 1 | -4/+0 |
| |/
|/| |
|
* | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 8 | -17/+25 |
* | | Make `db:migrate:status` to render `1_some.rb` format migrate files. | yui-knk | 2015-11-02 | 2 | -7/+17 |
* | | Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args` | yui-knk | 2015-11-02 | 2 | -5/+17 |
* | | Allow bigint with default nil for avoiding auto increment primary key | Ryuta Kamizono | 2015-11-02 | 2 | -3/+6 |
* | | Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks` | Ryuta Kamizono | 2015-11-02 | 1 | -8/+0 |
* | | Merge pull request #22125 from k0kubun/left_joins | Sean Griffin | 2015-10-30 | 3 | -2/+4 |
|\ \ |
|
| * | | Alias left_joins to left_outer_joins | Takashi Kokubun | 2015-10-31 | 3 | -2/+4 |
* | | | Merge pull request #22122 from samphilipd/sam/manual_locking_on_schema_migrat... | Sean Griffin | 2015-10-30 | 4 | -23/+123 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use advisory locks to prevent concurrent migrations | Sam Davies | 2015-10-30 | 4 | -23/+123 |
* | | | Merge pull request #12071 from Crunch09/outer_joins | Sean Griffin | 2015-10-30 | 4 | -5/+56 |
|\ \ \ |
|
| * | | | added ActiveRecord::Relation#left_outer_joins | Florian Thomas | 2015-05-19 | 4 | -5/+56 |
* | | | | Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default` | Sean Griffin | 2015-10-29 | 1 | -2/+2 |
* | | | | Merge pull request #13008 from ktheory/sanitize_order | Sean Griffin | 2015-10-29 | 1 | -0/+7 |
|\ \ \ \ |
|