aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed Active Job Backburner adapterCristian Bica2014-08-301-1/+1
* Don't allow AR::Tasks::DatabaseTasks.migrate to mutate Migration.verbose valueAkira Matsuda2014-08-301-1/+3
* Merge pull request #16741 from robin850/am-isolated-wo-bundleSantiago Pastorino2014-08-291-3/+2
|\
| * Make test:isolated run without bundler for Action MailerRobin Dupret2014-08-291-3/+2
* | Merge pull request #16742 from robin850/rbx-aj-sidekiqSantiago Pastorino2014-08-291-8/+2
|\ \ | |/ |/|
| * Avoid skipping Sidekiq tests on RubiniusRobin Dupret2014-08-291-8/+2
|/
* Some documentation fixes [ci skip]Robin Dupret2014-08-293-10/+10
* Don't test PostgreSQL implementation detailsAkira Matsuda & Kohei Suzuki2014-08-291-3/+0
* Merge pull request #16740 from seuros/activejobYves Senn2014-08-295-20/+25
|\
| * [ActiveJob] extract JobBuffer from helperAbdelkader Boudih2014-08-295-20/+25
|/
* Revert "Merge pull request #16254 from zuhao/refactor_activerecord_attribute_...Yves Senn2014-08-291-0/+1
* Merge pull request #16739 from y-yagi/patch-6Yves Senn2014-08-292-2/+2
|\
| * [ci skip] Fix example code of ActiveRecord::FixtureSet.context_classyuuji.yaginuma2014-08-292-2/+2
* | Merge pull request #16728 from splattael/invalid_address_errorYves Senn2014-08-292-1/+8
|\ \ | |/ |/|
| * Don't rescue IPAddr::InvalidAddressErrorPeter Suschlik2014-08-292-1/+8
|/
* Reset ActiveRecord::Migration.message_count counter before start testingAkira Matsuda2014-08-291-1/+1
* Bring original puts back after finishing testsAkira Matsuda2014-08-292-4/+12
* Silence another test that runs migrationsAkira Matsuda2014-08-291-0/+5
* MigrationTest doesn't need to be verbose anymoreAkira Matsuda2014-08-291-1/+1
* No tests are dealing with ActiveRecord::Migration.message_count here anymoreAkira Matsuda2014-08-291-1/+0
* Reset ActiveRecord::Migration.verbose to the value beforeAkira Matsuda2014-08-292-2/+5
* Demodulize ActiveRecord::MigratorTestAkira Matsuda2014-08-291-284/+282
* Merge pull request #16637 from Agis-/redirect-with-constraint-routeAaron Patterson2014-08-283-2/+31
|\
| * Don't ignore constraints in redirect routesAgis-2014-08-253-2/+31
* | Avoid using heredoc for user warningsGodfrey Chan2014-08-2810-61/+51
* | No transaction for a test that creates fixtures in the test bodyAkira Matsuda2014-08-291-0/+1
* | make it easy to copy & paste the config from deprecation warning.Yves Senn2014-08-281-2/+3
* | User Model#last to certainly get lastly created dataAkira Matsuda2014-08-281-1/+1
* | Move model definition to test/models for test order indenendencyAkira Matsuda2014-08-283-29/+15
* | Move association definition to the model fileAkira Matsuda2014-08-282-2/+1
* | Be sure that test fixtures satisfy referential integrity before calculatingAkira Matsuda2014-08-281-1/+1
* | Expectations firstAkira Matsuda2014-08-284-9/+9
* | Reset RACK_ENV after modified in a test caseAkira Matsuda2014-08-281-0/+1
* | Rails.root should be a PathnameAkira Matsuda2014-08-281-1/+1
* | No need to sort testsAkira Matsuda2014-08-283-3/+3
* | Test everythingAkira Matsuda2014-08-281-1/+1
* | AP test files does no more need to be alphabetically sorted hereAkira Matsuda2014-08-281-4/+1
* | Ignore SCHEMA queries when asserting no queriesAkira Matsuda2014-08-285-22/+22
* | Reset schema properly after schema changing testAkira Matsuda2014-08-281-0/+2
* | Merge pull request #16727 from BanzaiMan/travis-yml-fixRafael Mendonça França2014-08-271-0/+1
|\ \
| * | Add language directive to .travis.ymlHiro Asari2014-08-271-0/+1
* | | remove useless parameterAaron Patterson2014-08-271-2/+2
* | | remove dead codeAaron Patterson2014-08-271-12/+2
|/ /
* | Merge pull request #16544 from schneems/schneems/death-to-dir-globGuillermo Iguaran2014-08-276-20/+13
|\ \
| * | Refactor out Dir.glob from ActionDispatch::Staticschneems2014-08-276-20/+13
|/ /
* | Merge pull request #16723 from rubys/mention_assert_select_changesZachary Scott2014-08-271-0/+13
|\ \
| * | [ci skip] mention assert_select in release notesSam Ruby2014-08-271-0/+13
|/ /
* | Merge pull request #16717 from splattael/keygeneratorSantiago Pastorino2014-08-271-1/+1
|\ \
| * | Use less iterations for KeyGenerator in testsPeter Suschlik2014-08-271-1/+1
* | | Merge pull request #16707 from katmutua/masterSantiago Pastorino2014-08-271-3/+3
|\ \ \