aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix assert_template for files.Guo Xiang Tan2014-08-143-0/+36
* | | | | | | ask the scope object if it is a resource_method_scopeAaron Patterson2014-08-131-10/+13
* | | | | | | ask the scope for the action nameAaron Patterson2014-08-131-14/+18
* | | | | | | reduce calls to scope_levelAaron Patterson2014-08-131-1/+5
* | | | | | | change to attr_readerAaron Patterson2014-08-131-5/+1
* | | | | | | scope_level is no longer a hash key, just use the ivarAaron Patterson2014-08-131-4/+9
* | | | | | | move the scope level key fully inside the scope objectAaron Patterson2014-08-131-1/+5
* | | | | | | move scope_level to a method on the scope objectAaron Patterson2014-08-131-7/+20
* | | | | | | Finally! None of our tests are order_dependent!Akira Matsuda2014-08-141-5/+0
* | | | | | | only look up scope level onceAaron Patterson2014-08-131-6/+7
* | | | | | | only test `prefix` onceAaron Patterson2014-08-131-2/+4
* | | | | | | pass consistent parameters to canonical_action?Aaron Patterson2014-08-131-5/+5
* | | | | | | fewer operations on the options hashAaron Patterson2014-08-132-11/+11
* | | | | | | this should be accessing the hash, not calling a methodAaron Patterson2014-08-131-1/+1
* | | | | | | UnexpectedErrors may reference exceptions that can't be dumpedAaron Patterson2014-08-131-0/+17
* | | | | | | Merge pull request #16408 from aditya-kapoor/add-doc-ERB-escapeZachary Scott2014-08-131-0/+15
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] add note about the ERB escape in generator docsAditya Kapoor2014-08-141-0/+15
* | | | | | | | Merge pull request #16493 from aditya-kapoor/correct-cache-store-docSantiago Pastorino2014-08-131-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [ci skip] correct default cache store classAditya Kapoor2014-08-131-1/+1
* | | | | | | | | Missing ActiveSupport require for calling String#firstAkira Matsuda2014-08-141-0/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | use :test delivery method for `base_test.rb`Yves Senn2014-08-132-6/+3
* | | | | | | | actionmailer_tests_are_order_dependent!Akira Matsuda2014-08-131-0/+5
|/ / / / / / /
* | | | | | | Merge pull request #16491 from akshay-vishnoi/doc-changesYves Senn2014-08-134-5/+5
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] fix spelling of overrideAkshay Vishnoi2014-08-134-5/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Railties tests are order_independent! Hopefully.Akira Matsuda2014-08-131-4/+0
* | | | | | | Fix Railties tests that were order dependentAkira Matsuda2014-08-131-0/+10
* | | | | | | AS tests are now order_independent!Akira Matsuda2014-08-131-5/+0
* | | | | | | Reset ActiveSupport::Dependencies.mechanism to make tests order independentAkira Matsuda2014-08-131-6/+10
* | | | | | | Duplicated method in the test helperAkira Matsuda2014-08-131-7/+0
* | | | | | | AM, AP, AV, and AMo tests are already order_independent!Akira Matsuda2014-08-134-20/+0
* | | | | | | Merge pull request #16489 from tomkadwill/updating_options_to_new_styleYves Senn2014-08-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Updated where scope to conform to new styleTom Kadwill2014-08-131-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | `index_exists?` with `:name` checks specified columns.Yves Senn2014-08-133-7/+30
| |/ / / / / |/| | | | |
* | | | | | :bomb:Rafael Mendonça França2014-08-121-1/+1
* | | | | | Merge pull request #16476 from akshay-vishnoi/doc-changesRafael Mendonça França2014-08-122-2/+2
|\ \ \ \ \ \
| * | | | | | use 'based on' instead of 'based off' [ci skip]Akshay Vishnoi2014-08-122-2/+2
| |/ / / / /
* / / / / / Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-129-8/+12
|/ / / / /
* | | | | CHANGELOG entry for TestCase.i_suck_and_my_tests_are_order_dependent! fixAkira Matsuda2014-08-121-0/+6
* | | | | Remove old setup from AS test caseCarlos Antonio da Silva2014-08-121-5/+0
* | | | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-128-4/+34
* | | | | Merge pull request #16472 from y-yagi/patch-1Carlos Antonio da Silva2014-08-121-1/+1
|\ \ \ \ \
| * | | | | [ci skip] Fix broken url in plugins guideyuuji.yaginuma2014-08-121-1/+1
|/ / / / /
* | | | | Merge pull request #16456 from lsylvester/improve-active-record-error-message...Santiago Pastorino2014-08-112-1/+8
|\ \ \ \ \
| * | | | | update error message to reflect that the record could have been destroyedlsylvester2014-08-112-1/+8
|/ / / / /
* | | | | Merge pull request #16300 from vast/mention-changes-to-nil-serialization-in-u...Godfrey Chan2014-08-101-1/+5
|\ \ \ \ \
| * | | | | [ci skip] Clarify the "Serialized Attributes" sectionVasily Polovnyov2014-07-261-1/+2
| * | | | | [ci skip] Mention the change in nil handling for serialized attributesVasily Polovnyov2014-07-261-0/+3
* | | | | | Merge pull request #16453 from reshleman/re-cleanup-guides-guidelinesZachary Scott2014-08-101-12/+10
|\ \ \ \ \ \
| * | | | | | Cleanup Guides Guidelines [ci skip]Robert Eshleman2014-08-101-12/+10
|/ / / / / /
* | | | | | Merge pull request #16451 from y-yagi/patch-2Zachary Scott2014-08-101-2/+2
|\ \ \ \ \ \