aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22523 from Elektron1c97/masterRafael França2015-12-071-4/+4
|\
| * Typo correctionYves Siegrist2015-12-071-4/+4
* | Merge pull request #22517 from Elektron1c97/masterRafael França2015-12-071-2/+1
|\|
| * [ci skip] Add a dollar sign to each command in the READMEsElektron1c972015-12-061-2/+1
* | Make sure we touch all the parents when touch_later.Arthur Neves2015-12-064-8/+17
* | Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-063-6/+44
* | Merge pull request #22492 from RochesterinNYC/patch-1Sean Griffin2015-12-052-3/+3
|\ \
| * | Clean up and correct documentation for update_columns and update_all [ci skip]James Wen2015-12-052-3/+3
| |/
* | Merge pull request #22500 from y-yagi/fix_warning_in_geometric_testSean Griffin2015-12-041-1/+3
|\ \ | |/ |/|
| * remove warning from postgresql geometric testyuuji.yaginuma2015-12-051-1/+3
* | Remove old comment about AC::Parameters>subclassesclaudiob2015-12-022-2/+7
|/
* don't rely on the columns hash to get defaults. follow-up to #17169.Yves Senn2015-12-022-7/+25
* add `ActiveRecord::Base.has_attribute?`Yves Senn2015-12-023-2/+27
* tests, pluralize singular table name.Yves Senn2015-12-021-1/+1
* Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-typeYves Senn2015-12-023-9/+47
|\
| * STI cast new instances to `default type` on initialize.Kuldeep Aggarwal2015-12-023-0/+42
|/
* Ensure `Relation` responds to `shuffle`Sean Griffin2015-12-012-2/+2
* 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-303-4/+10
|\ \
| * | Fix rake db:structure:dump on Postgres when multiple schemas are used.Nick Muerdter2015-11-193-4/+13
* | | 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
* | | | Fix indentation in CHANGELOG.md [ci skip]Ryuta Kamizono2015-11-301-7/+7
* | | | Merge pull request #22363 from yui-knk/mv_ar_test_caseYves Senn2015-11-302-91/+94
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove some bind related test cases from finder_test.rb to sanitize_test.rbyui-knk2015-11-212-91/+94
* | | | Merge pull request #18155 from bogdan/collection_association_double_element_fixSean Griffin2015-11-293-4/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | Bugfix collection association #create method …Bogdan Gusiev2015-11-233-4/+20
* | | | `connection_options` is only needed for `MysqlAdapter`Ryuta Kamizono2015-11-293-3/+3
* | | | Revert "Add prepared statements support for `Mysql2Adapter`"Sean Griffin2015-11-264-149/+151
* | | | Merge pull request #22415 from kamipo/prepared_statements_for_mysql2_adapterSean Griffin2015-11-264-151/+149
|\ \ \ \
| * | | | Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2015-11-264-151/+149
* | | | | Docs: ActiveRecord::QueryMethods#joinsJared Beck2015-11-251-2/+22
|/ / / /
* | | | Merge pull request #22304 from kamipo/schema_dumping_support_for_postgresql_g...Yves Senn2015-11-244-104/+161
|\ \ \ \
| * | | | Add schema dumping support for PostgreSQL geometric data typesRyuta Kamizono2015-11-243-11/+77
| * | | | Move `migration/postgresql_geometric_types_test.rb` in `adapters/postgresql/g...Ryuta Kamizono2015-11-242-93/+84
* | | | | 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
| | |/ / / / | |/| | | |
* | | | | | Fix more test failures caused by #21000Sean Griffin2015-11-231-1/+5
* | | | | | Merge pull request #21000 from twalpole/find_or_parameter_issuesSean Griffin2015-11-234-38/+70
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update and fix forbidden attributes testsThomas Walpole2015-11-034-38/+70
* | | | | | Remove blanket array delegation from `Relation`Sean Griffin2015-11-232-20/+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
* | | | | Fix test failure in `adapters/mysql/active_schema_test.rb`Ryuta Kamizono2015-11-202-6/+6
| |_|_|/ |/| | |
* | | | Revert "Allow specifying the default table options for mysql adapters"Sean Griffin2015-11-193-26/+1
* | | | Allow specifying the default table options for mysql adaptersSean Griffin2015-11-193-1/+26
* | | | Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-188-65/+65