aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* schema loading rake tasks maintain database connection for current env.Yves Senn2014-09-034-0/+36
* Merge pull request #16785 from cristianbica/fix-double-aj-deserialization-errorMatthew Draper2014-09-032-5/+10
|\
| * Fix for double ActiveJob::DeserializationErorrCristian Bica2014-09-032-5/+10
|/
* Merge pull request #16263 from zuhao/refactor_activerecord_serialized_attribu...Yves Senn2014-09-030-0/+0
|\
| * reset_column_infomation shouldn't be part of the assertion.Zuhao Wan2014-07-231-1/+1
* | Merge pull request #16780 from viditn91/use-correct-operators-in-queryYves Senn2014-09-031-1/+2
|\ \
| * | use correct operator in query based on JSON documentviditn912014-09-031-1/+2
* | | Merge pull request #16781 from kamipo/move_column_option_handlingYves Senn2014-09-032-6/+3
|\ \ \
| * | | Move column option handling to new_column_definitionRyuta Kamizono2014-09-032-6/+3
* | | | Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in testsAkira Matsuda2014-09-032-26/+21
* | | | Merge pull request #16777 from seuros/testcaseMatthew Draper2014-09-031-0/+1
|\ \ \ \
| * | | | Fix failing tests in ActiveJob AdapterAbdelkader Boudih2014-09-021-0/+1
* | | | | Merge pull request #16778 from yahonda/if_existsRafael Mendonça França2014-09-024-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove 'if exists' from drop table statement then use `table_exists?`Yasuo Honda2014-09-034-6/+6
|/ / / /
* | | | Add a quick straw-man Incompatibilities sectionMatthew Draper2014-09-031-0/+129
* | | | Merge pull request #16762 from eileencodes/refactor-add_constraints-complex-l...Aaron Patterson2014-09-021-35/+52
|\ \ \ \
| * | | | Break conditional branches into separate methodseileencodes2014-09-011-35/+52
* | | | | Merge pull request #16774 from cirosantilli/erb-erubis2Zachary Scott2014-09-021-3/+4
|\ \ \ \ \
| * | | | | Shorten ActionView::Base doc summary line. [ci skip]Ciro Santilli2014-09-021-3/+4
* | | | | | Merge pull request #16773 from cirosantilli/erb-erubisZachary Scott2014-09-021-1/+2
|\| | | | | | |_|/ / / |/| | | |
| * | | | Clarify Rails uses erubis not stdlin ERB. [ci skip]Ciro Santilli2014-09-021-1/+2
|/ / / /
* | | | Merge pull request #16772 from satoryu/masterZachary Scott2014-09-021-1/+1
|\ \ \ \
| * | | | Remove '*' which doesn't workTatsuya Sato2014-09-031-1/+1
|/ / / /
* | | | Merge pull request #16770 from arthurnn/add_string_strip_requireRafael Mendonça França2014-09-023-1/+3
|\ \ \ \
| * | | | Add and Remove string/strip requireArthur Neves2014-09-023-1/+3
|/ / / /
* | | | Merge pull request #16724 from seuros/testcaseRafael Mendonça França2014-09-0210-16/+531
|\ \ \ \
| * | | | [ActiveJob] TestCase (Will squash before merge)Abdelkader Boudih2014-09-025-31/+31
| * | | | [ActiveJob] TestCaseAbdelkader Boudih2014-09-028-365/+259
| * | | | [ActiveJob] TestCaseAbdelkader Boudih2014-09-0210-16/+637
* | | | | Leave all our tests as order_dependent! for nowMatthew Draper2014-09-027-0/+34
| |_|/ / |/| | |
* | | | Merge pull request #16672 from cristianbica/queue-classic-laterYves Senn2014-09-023-14/+46
|\ \ \ \
| * | | | ActiveJob: Implemented enqueue_at for QueueClassicCristian Bica2014-09-023-14/+46
|/ / / /
* | | | Merge pull request #16767 from y-yagi/fix_message_delivery_docYves Senn2014-09-021-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] Fix a typo in the doc of MessageDeliveryyuuji.yaginuma2014-09-021-3/+3
|/ / /
* | | Merge pull request #16450 from tgxworld/dont_swallow_error_when_identifying_c...Yves Senn2014-09-025-5/+48
|\ \ \
| * | | Use `safe_constantize`.Guo Xiang Tan2014-09-024-5/+41
* | | | remove trailing whitespace. [ci skip]Yves Senn2014-09-021-2/+2
* | | | MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabledJeremy Kemper2014-09-013-23/+31
* | | | Move implementation to the gemsRafael Mendonça França2014-09-012-22/+11
* | | | Add test to assert the right sanitizer vendor is being usedRafael Mendonça França2014-09-012-1/+42
| |/ / |/| |
* | | Remove warningRafael Mendonça França2014-09-011-2/+2
* | | Try with web-console masterRafael Mendonça França2014-09-011-1/+1
* | | Use jquery-rails masterRafael Mendonça França2014-09-012-2/+2
|/ /
* | Merge pull request #16704 from ankit1910/use-existing-methodRafael Mendonça França2014-09-011-1/+1
|\ \
| * | use self instead of #read_attributeankit19102014-08-261-1/+1
* | | Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
* | | Merge pull request #16763 from brainopia/patch-1Godfrey Chan2014-09-011-1/+1
|\ \ \
| * | | Fix for configuring rails guideRavil Bayramgalin2014-09-011-1/+1
|/ / /
* | | Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
* | | Merge pull request #16755 from codeodor/masterAaron Patterson2014-08-312-3/+36
|\ \ \