aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Allow polymorphic routes with nil when a route can still be drawnSammy Larbi2014-08-312-3/+36
* | | Keep it closer to the original wording [ci skip]Godfrey Chan2014-08-311-1/+1
* | | Merge pull request #16747 from rsutphin/web-console-gemfile-commentGuillermo Iguaran2014-08-311-1/+1
|\ \ \ | |/ / |/| |
| * | Since /console is an optional feature, mention <%= console %> instead.Rhett Sutphin2014-08-311-1/+1
|/ /
* | 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
| |\ \ \ \ | | |/ / / | |/| | |