aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Pass over the ApplicationRecord changelog entryGenadi Samokovarov2015-12-171-10/+5
* 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
* | Don't over-specify types in our testsSean Griffin2015-12-161-1/+0
|/
* Fix test failures on WindowsSean Griffin2015-12-161-4/+12
* Fix test failure on WindowsSean Griffin2015-12-161-6/+10
* Merge pull request #22567 from gsamokovarov/introduce-application-recordRafael França2015-12-162-1/+23
|\
| * Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-162-1/+23
* | Merge pull request #22605 from tonyta/delete-dead-commentsRafael França2015-12-161-1/+0
|\ \
| * | deletes commented code introduced in db045db (initial commit)Tony Ta2015-12-151-1/+0
* | | Merge pull request #22598 from yui-knk/deprecate_string_callbackRafael França2015-12-162-16/+1
|\ \ \ | |/ / |/| |
| * | Deprecate passing string to define callback.yui-knk2015-12-162-16/+1
* | | Merge pull request #22562 from sblackstone/masterJeremy Daer2015-12-152-2/+9
|\ \ \ | |_|/ |/| |
| * | Allow users to pass flags from database.ymlStephen Blackstone2015-12-152-2/+9
* | | 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-155-19/+19
* | | | 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
* | | | Internal test migrations use the private 'Current' versionMatthew Draper2015-12-1536-49/+49
* | | | Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-155-19/+19
* | | | Add migration versioning via Migration subclassesMatthew Draper2015-12-155-2/+64
* | | | Ensure uuid-ossp extension is present before we rely on itMatthew Draper2015-12-151-0/+2
|/ / /
* | | Revert "Perform a more efficient query in `Relation#any?`"Sean Griffin2015-12-143-8/+15
* | | Merge pull request #22395 from avokhmin/becomes-errors-base-2Sean Griffin2015-12-142-2/+21
|\ \ \
| * | | `ActiveRecord::Base#becomes` should copy the errorsVokhmin Alexey V2015-12-142-2/+21
* | | | Perform a more efficient query in `Relation#any?`Sean Griffin2015-12-142-8/+8
* | | | Fix test failures caused by 574f255Sean Griffin2015-12-141-1/+1
|/ / /
* | | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-144-13/+42
* | | Deprecate limit strings with commasSean Griffin2015-12-142-3/+13
* | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na...Sean Griffin2015-12-142-0/+19
|\ \ \
| * | | Add test cases for `#sanitize_sql_array` with named_bind_variablesyui-knk2015-11-092-0/+19
* | | | Merge pull request #22571 from mtsmfm/travel-backSantiago Pastorino2015-12-131-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | travel backFumiaki MATSUSHIMA2015-12-131-3/+3
| | |/ | |/|
* | | Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supportedAaron Patterson2015-12-134-60/+17
|\ \ \ | |/ / |/| |
| * | Consolidate tests for time and datetime columns options, limit and precisionYasuo Honda2015-11-302-59/+12
| * | Support supports_datetime_with_precision? for sqlite3Yasuo Honda2015-11-301-0/+4
| * | Use adapter supports_datetime_with_precision to support 3rd party adapter testsYasuo Honda2015-11-301-1/+1
* | | 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
* | | | | Merge pull request #22517 from Elektron1c97/masterRafael França2015-12-071-2/+1
|\| | | |