aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Ignore index name in `index_exists?` when not passed a name to check forGrey Baker2015-12-152-2/+12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #22642 from seuros/remove-mysql-adapterMatthew Draper2015-12-185-488/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove legacy mysql adapterAbdelkader Boudih2015-12-175-488/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Expanding the documentation for collection=objects for has_many :through [ci-...Eric Krause2015-12-171-1/+2
* | | | | | | | Call the new point behavior `:point`, not `:rails_5_1_point`Sean Griffin2015-12-172-3/+2
|/ / / / / / /
* | | | | | | fix typo in method name [ci skip]yuuji.yaginuma2015-12-171-1/+1
* | | | | | | Revert "Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_...Rafael Mendonça França2015-12-173-5/+11
* | | | | | | Merge pull request #22615 from kamipo/join_to_delete_is_same_as_join_to_updateRafael França2015-12-173-11/+5
|\ \ \ \ \ \ \
| * | | | | | | `join_to_delete` is same as `join_to_update`Ryuta Kamizono2015-12-173-11/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Make sure File.exist? run in the root of the applicationRafael Mendonça França2015-12-161-1/+5
* | | | | | | Do not define attributes_with_index as a Thor taskRafael Mendonça França2015-12-161-4/+4
* | | | | | | Remove dead codeRafael Mendonça França2015-12-161-4/+0
|/ / / / / /
* | | | | | Merge pull request #22567 from gsamokovarov/introduce-application-recordRafael França2015-12-161-1/+8
|\ \ \ \ \ \
| * | | | | | Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-1/+8
| |/ / / / /
* | | | | | Merge pull request #22598 from yui-knk/deprecate_string_callbackRafael França2015-12-161-15/+0
|\ \ \ \ \ \
| * | | | | | Deprecate passing string to define callback.yui-knk2015-12-161-15/+0
* | | | | | | Merge pull request #22562 from sblackstone/masterJeremy Daer2015-12-151-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Allow users to pass flags from database.ymlStephen Blackstone2015-12-151-2/+2
* | | | | | | Merge pull request #22596 from y-yagi/remove_extra_space_from_deprecation_msgEileen M. Uchitelle2015-12-152-2/+5
|\ \ \ \ \ \ \
| * | | | | | | remove extra spaces from deprecation messageyuuji.yaginuma2015-12-152-2/+5
* | | | | | | | Use a real migration version number in docsMatthew Draper2015-12-154-18/+18
* | | | | | | | Schema uses current migration APIMatthew Draper2015-12-151-1/+1
* | | | | | | | In 4.2 migrations, `timestamps` defaulted to `null: true`Matthew Draper2015-12-151-0/+24
* | | | | | | | Find the delegate, even in a deeper inheritance treeMatthew Draper2015-12-151-1/+5
* | | | | | | | Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-154-18/+18
* | | | | | | | Add migration versioning via Migration subclassesMatthew Draper2015-12-154-2/+58
|/ / / / / / /
* | | | | | | Revert "Perform a more efficient query in `Relation#any?`"Sean Griffin2015-12-142-8/+8
* | | | | | | Merge pull request #22395 from avokhmin/becomes-errors-base-2Sean Griffin2015-12-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | `ActiveRecord::Base#becomes` should copy the errorsVokhmin Alexey V2015-12-141-1/+1
* | | | | | | | Perform a more efficient query in `Relation#any?`Sean Griffin2015-12-142-8/+8
|/ / / / / / /
* | | | | | | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-4/+30
* | | | | | | Deprecate limit strings with commasSean Griffin2015-12-141-0/+6
* | | | | | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na...Sean Griffin2015-12-141-0/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add test cases for `#sanitize_sql_array` with named_bind_variablesyui-knk2015-11-091-0/+9
* | | | | | | Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supportedAaron Patterson2015-12-131-0/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Support supports_datetime_with_precision? for sqlite3Yasuo Honda2015-11-301-0/+4
* | | | | | | Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice"Arthur Neves2015-12-111-0/+8
* | | | | | | Merge pull request #22502 from maclover7/remove-deprecation-noticeArthur Nogueira Neves2015-12-111-8/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove unused deprecation noticeJon Moss2015-12-051-8/+0
* | | | | | | | Merge pull request #22523 from Elektron1c97/masterRafael França2015-12-071-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Typo correctionYves Siegrist2015-12-071-4/+4
* | | | | | | | | Make sure we touch all the parents when touch_later.Arthur Neves2015-12-063-6/+17
* | | | | | | | | Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-061-3/+23
* | | | | | | | | Clean up and correct documentation for update_columns and update_all [ci skip]James Wen2015-12-052-3/+3
|/ / / / / / / /
* | | | | | | | Remove old comment about AC::Parameters>subclassesclaudiob2015-12-021-2/+0
* | | | | | | | don't rely on the columns hash to get defaults. follow-up to #17169.Yves Senn2015-12-021-7/+1
* | | | | | | | add `ActiveRecord::Base.has_attribute?`Yves Senn2015-12-022-2/+14
* | | | | | | | Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-typeYves Senn2015-12-021-9/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | STI cast new instances to `default type` on initialize.Kuldeep Aggarwal2015-12-021-0/+12
|/ / / / / / / /
* | | | | | | | Ensure `Relation` responds to `shuffle`Sean Griffin2015-12-011-1/+1