aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22449 from dnagir/database_connection_messageYves Senn2015-12-011-1/+1
|\
| * Explain the connection pool error message betterDmytrii Nagirniak2015-12-011-1/+1
* | Merge pull request #22345 from GUI/fix-multi-schema-structure-dumpYves Senn2015-11-301-2/+2
|\ \
| * | Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-191-2/+2
* | | Merge pull request #22451 from kamipo/refactor_abstract_adapter_initializeKasper Timm Hansen2015-11-304-8/+7
|\ \ \ | |_|/ |/| |
| * | Refactor `AbstractAdapter#initialize`Ryuta Kamizono2015-11-304-8/+7
* | | Merge pull request #18155 from bogdan/collection_association_double_element_fixSean Griffin2015-11-291-4/+8
|\ \ \ | |/ / |/| |
| * | Bugfix collection association #create method …Bogdan Gusiev2015-11-231-4/+8
* | | `connection_options` is only needed for `MysqlAdapter`Ryuta Kamizono2015-11-293-3/+3
* | | Revert "Add prepared statements support for `Mysql2Adapter`"Sean Griffin2015-11-263-145/+151
* | | Merge pull request #22415 from kamipo/prepared_statements_for_mysql2_adapterSean Griffin2015-11-263-151/+145
|\ \ \
| * | | Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2015-11-263-151/+145
* | | | Docs: ActiveRecord::QueryMethods#joinsJared Beck2015-11-251-2/+22
|/ / /
* | | Merge pull request #22304 from kamipo/schema_dumping_support_for_postgresql_g...Yves Senn2015-11-241-6/+12
|\ \ \
| * | | Add schema dumping support for PostgreSQL geometric data typesRyuta Kamizono2015-11-241-6/+12
* | | | Merge pull request #22214 from kamipo/not_passing_native_database_types_to_ta...Rafael França2015-11-244-15/+6
|\ \ \ \
| * | | | Not passing `native_database_types` to `TableDefinition`Ryuta Kamizono2015-11-084-15/+6
* | | | | Merge pull request #22388 from kamipo/set_field_encoding_is_only_needed_for_m...Sean Griffin2015-11-233-9/+8
|\ \ \ \ \
| * | | | | `set_field_encoding` is only needed for `MysqlAdapter`Ryuta Kamizono2015-11-243-9/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #21000 from twalpole/find_or_parameter_issuesSean Griffin2015-11-232-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update and fix forbidden attributes testsThomas Walpole2015-11-032-1/+6
* | | | | Remove blanket array delegation from `Relation`Sean Griffin2015-11-231-14/+2
| |_|/ / |/| | |
* | | | Merge pull request #22362 from radar/toggle-documentationClaudio B2015-11-201-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add example for AR::Persistence#toggleRyan Bigg2015-11-211-0/+8
* | | | Revert "Allow specifying the default table options for mysql adapters"Sean Griffin2015-11-191-2/+1
* | | | Allow specifying the default table options for mysql adaptersSean Griffin2015-11-191-1/+2
* | | | Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-184-18/+18
* | | | Raise ArgumentError when passing a truthy value to mergeAndrew White2015-11-171-1/+3
* | | | Merge pull request #22257 from yui-knk/fix_merge_to_not_call_to_proc_for_hashAndrew White2015-11-171-3/+5
|\ \ \ \
| * | | | Make `AR::SpawnMethods#merge!` to check an arg is a Procyui-knk2015-11-121-3/+5
* | | | | Merge pull request #22300 from yui-knk/fix_21893Sean Griffin2015-11-161-3/+6
|\ \ \ \ \
| * | | | | Except keys of `build_record`'s argument from `create_scope` in initialize_at...yui-knk2015-11-161-3/+6
* | | | | | Merge pull request #22302 from kamipo/remove_not_needed_native_database_types...Yves Senn2015-11-162-4/+0
|\ \ \ \ \ \
| * | | | | | Remove not needed `NATIVE_DATABASE_TYPES` entriesRyuta Kamizono2015-11-162-4/+0
| |/ / / / /
* / / / / / Freeze association foreign keys to reduce allocationsSean Griffin2015-11-151-1/+1
|/ / / / /
* / / / / Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-096-12/+77
|/ / / /
* | | | Improve support for non Active Record objects on `validates_associated`Kassio Borges2015-11-081-2/+8
* | | | Update belongs_to.rbEhsan Yousefi2015-11-081-2/+1
* | | | docs, get rid of artifact in `RecordFetchWarning` docs.Yves Senn2015-11-071-0/+2
* | | | docs, nodoc `EnumType`. [ci skip]Yves Senn2015-11-071-1/+1
| |_|/ |/| |
* | | docs, `ActiveRecord::JoinDependency` is not part of the public API.Yves Senn2015-11-071-1/+1
* | | docs, `ActiveRecord::TypeCaster` is not part of the public API.Yves Senn2015-11-073-3/+3
* | | Ensure `#reset_column_information` clears child classes as wellSean Griffin2015-11-071-0/+3
* | | Avoids mutating the original response in connection management middlewareKevin Buchanan2015-11-061-4/+3
* | | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-043-3/+3
* | | Remove incorrect commentsAndrew White2015-11-041-4/+0
| |/ |/|
* | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-038-17/+25
* | Make `db:migrate:status` to render `1_some.rb` format migrate files.yui-knk2015-11-022-7/+17
* | Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`yui-knk2015-11-022-5/+17
* | Allow bigint with default nil for avoiding auto increment primary keyRyuta Kamizono2015-11-022-3/+6