aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* Add `:nodoc:` to `schema_creation` [ci skip]Ryuta Kamizono2016-05-021-1/+1
* Merge pull request #24713 from tomkadwill/fix_counter_cache_incrementSean Griffin2016-04-303-0/+14
|\
| * Fix counter_cache double increment bugTom Kadwill2016-04-283-0/+14
* | Replace `Rails.version.to_f` with Active RecordJon Moss2016-04-302-1/+5
* | rm unused requireVipul A M2016-04-291-1/+0
* | Extract `add_sql_comment!` methodRyuta Kamizono2016-04-293-20/+13
* | Treat blank comments as no comment for indexesRyuta Kamizono2016-04-293-6/+11
* | Migrations: move version-finding responsibilityyui-knk2016-04-292-7/+11
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-292-2/+7
|\ \
| * | s/statment/statement/Vipul A M2016-04-241-1/+1
| * | - Be consistent in providing file locations of schema, model and initializerVipul A M2016-04-131-1/+6
* | | test the number of times the schema is loadingKeenan Brock2016-04-281-0/+53
* | | schema_load triggers 2nd schema_load (via locking)Keenan Brock2016-04-281-1/+1
| |/ |/|
* | Prep Rails 5 beta 4eileencodes2016-04-272-1/+3
* | Merge pull request #24730 from vipulnsward/move-savepointsRafael França2016-04-252-4/+4
|\ \
| * | Move remaining current_savepoint_name to savepoints moduleVipul A M2016-04-252-4/+4
* | | Dont simply assume a type is a valid database type. This is only always true ...Vipul A M2016-04-253-1/+16
|/ /
* | Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-2410-38/+112
* | remove_index do not fetch indexes if name is specifiedSeva Orlov2016-04-243-1/+23
* | Follow up of #23461Vipul A M2016-04-244-6/+8
* | Include the Savepoints module in all adapters.Vipul A M2016-04-247-17/+10
* | :nodoc: internal StatementPool class.Vipul A M2016-04-241-1/+1
* | Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapterJeremy Daer2016-04-234-55/+160
|\ \
| * | Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2016-04-214-56/+159
* | | Merge pull request #24708 from kamipo/move_select_rows_implementation_to_supe...Jeremy Daer2016-04-232-5/+1
|\ \ \
| * | | Move `select_rows` implementation to super classRyuta Kamizono2016-04-242-5/+1
* | | | Merge pull request #24705 from kamipo/add_nodoc_to_insert_versions_sqlGuillermo Iguaran2016-04-232-2/+2
|\ \ \ \
| * | | | Add `:nodoc:` to `insert_versions_sql` [ci skip]Ryuta Kamizono2016-04-242-2/+2
| |/ / /
* | | | Merge pull request #24706 from kamipo/remove_in_doc_about_mysql_versions_below_5Guillermo Iguaran2016-04-231-3/+1
|\ \ \ \
| * | | | Remove in the doc about MySQL versions below 5 [ci skip]Ryuta Kamizono2016-04-241-3/+1
| |/ / /
* / / / Move `require 'ipaddr'` in `postgresql/oid/cidr.rb`Ryuta Kamizono2016-04-242-2/+2
|/ / /
* | | Followup of #15771Vipul A M2016-04-242-0/+10
* | | Schema load: Fix dupe version insertJeremy Daer2016-04-221-1/+1
* | | Merge pull request #24685 from vipulnsward/sqlite-compat-for-multi-insertJeremy Daer2016-04-224-4/+43
|\ \ \
| * | | https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...Vipul A M2016-04-234-4/+43
* | | | Do not attempt to return connection with open transaction to pool (#24610)Sean Griffin2016-04-222-7/+10
|/ / /
* | | Merge pull request #24672 from mrkjlchvz/mc-space-bumpRafael França2016-04-211-1/+1
|\ \ \
| * | | Minor space bump.Mark2016-04-211-1/+1
* | | | Revert "add doc for `:type` option of `#create_join_table` [ci skip]"प्रथमेश Sonpatki2016-04-211-2/+0
* | | | add doc for `:type` option of `#create_join_table` [ci skip]yuuji.yaginuma2016-04-211-0/+2
| |/ / |/| |
* | | Merge pull request #24221 from gregmolnar/uuidKasper Timm Hansen2016-04-202-2/+10
|\ \ \
| * | | add column type option to create_join_table to support uuidGreg Molnar2016-03-172-2/+10
* | | | Merge pull request #23557 from kamipo/dump_indexes_in_create_for_generates_sq...Jeremy Daer2016-04-204-32/+55
|\ \ \ \
| * | | | Dump indexes in `create_table` for generates SQL in one queryRyuta Kamizono2016-04-204-32/+52
* | | | | `undef_method` is not neededRyuta Kamizono2016-04-191-2/+3
|/ / / /
* | | | Fix `test_blank_columns_created_in_block`Ryuta Kamizono2016-04-201-1/+1
* | | | Remove unecessary commentJon Moss2016-04-191-1/+1
* | | | Database comments: Treat blank comments as no comment. Don't dump blank comme...Jeremy Daer2016-04-193-57/+98
* | | | Define `arel_visitor` method on all adaptersRyuta Kamizono2016-04-204-1/+13
* | | | Remove unused `table_with_autoincrement` tableRyuta Kamizono2016-04-191-4/+0