aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up grammar from #16752 [ci skip]Zachary Scott2014-08-301-2/+2
* Merge pull request #16751 from seuros/renameJeremy Kemper2014-08-301-0/+0
|\
| * [ActionMailer] Rename test/test_test to test/test_case_testAbdelkader Boudih2014-08-301-0/+0
* | Merge pull request #16752 from Shruti2791/shruti_workspaceZachary Scott2014-08-301-1/+2
|\ \
| * | [ci skip] add line about text layoutshruti27912014-08-301-1/+2
| |/
* | MySQL: set connection collation along with the charsetJeremy Kemper2014-08-305-1/+29
* | AR#reset_column_information sometimes queries via table_exists?Akira Matsuda2014-08-311-1/+1
|/
* Refer to the library name instead of the constantRobin Dupret2014-08-307-7/+7
* Merge pull request #16644 from Agis-/drb-tests-actionpack-vagrantXavier Noria2014-08-301-3/+1
|\
| * Use system /tmp when testing actionpackAgis-2014-08-221-3/+1
* | Bring back the test cases for `presence`Godfrey Chan2014-08-291-0/+5
* | Forgot to set Migration.verbose at f8d9a51949d6f6cfcab7cc7d501e137836eb88dc :...Akira Matsuda2014-08-301-1/+1
* | reduce object allocations in utc_offsetAaron Patterson2014-08-291-2/+2
* | We tenderized the wrong method! Object#try already had the yield option, just...David Heinemeier Hansson2014-08-295-34/+20
* | Clarify the origin of this great addition to Rails :trollface: :trollface :tr...David Heinemeier Hansson2014-08-291-1/+1
* | Use instance_eval on @tenderlove's suggestion :trollface:David Heinemeier Hansson2014-08-293-7/+8
* | Update examples to show real worthDavid Heinemeier Hansson2014-08-292-2/+11
* | Added yield to Object#presenceDavid Heinemeier Hansson2014-08-293-1/+23
* | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-29181-1044/+1779
|\ \
| * \ Merge pull request #16746 from cristianbica/fix-backburner-adapterGodfrey Chan2014-08-291-1/+1
| |\ \
| | * | 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