aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove helper fixtures not used in any testclaudiob2013-09-092-4/+0
| | | | | | The fixture for module AbcHelper defines three functions bare_a, bare_b and bare_c, but only bare_a is used in the code that tests helper functions.
* Remove BasicRendering testsJosé Valim2013-09-093-72/+1
|
* Remove remaining coupling with AV in MimeRespondsJosé Valim2013-09-094-5/+20
|
* Remove BasicRendering and remove template functionality from AbsC::RenderingJosé Valim2013-09-095-47/+24
|
* Merge pull request #12167 from hannesfostie/grammar-improvementSteve Klabnik2013-09-091-1/+1
|\ | | | | [ci skip] Improves a sentence in guides/security
| * Improves a sentence in guides/securityHannes Fostie2013-09-091-1/+1
| | | | | | | | Changed "... books make this wrong" to "... books get this wrong"
* | Merge pull request #12157 from robin850/patch-9Yves Senn2013-09-091-1/+1
|\ \ | | | | | | Use MiniTest::Unit::TestCase instead of Minitest::Test [ci skip]
| * | Use MiniTest::Unit::TestCase instead of Minitest::TestRobin Dupret2013-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Since Rails 4.0.x is depending on Minitest 4.x, the constant won't be available so the gist won't run. [ci skip]
* | | Merge pull request #12166 from JuanitoFatas/doc-patch-1Yves Senn2013-09-091-1/+1
|\ \ \ | |_|/ |/| | [ci skip] Change link name of Rails i18n wiki.
| * | [ci skip] Change link name of Rails i18n wiki.Juanito Fatas2013-09-091-1/+1
|/ / | | | | | | Actually it's Ruby i18n link.
* | Merge pull request #12164 from rywall/patch-1Steve Klabnik2013-09-081-2/+2
|\ \ | | | | | | Typo in Changelog. [ci skip]
| * | Typo in Changelog.Ryan Wallace2013-09-081-2/+2
|/ /
* / Fix fixtures regression that required table names to map to classes only, ↵Jeremy Kemper2013-09-082-2/+2
|/ | | | not class names
* Merge pull request #12155 from jetthoughts/reformat_guides_code_examplesXavier Noria2013-09-0711-90/+89
|\ | | | | Use Ruby on Rails Coding Conventions for code examples in the guides
| * Use Ruby on Rails Coding Conventions for code examples in the guidesPaul Nikitochkin2013-09-0611-90/+89
| | | | | | | | | | | | | | | | * Indent after private/protected * Ruby >= 1.9 syntax for hashes * Prefer method { do_stuff } instead of method{do_stuff} for single-line blocks. [ci skip]
* | hm:t join tables may not have a primary keyAaron Patterson2013-09-062-1/+23
| |
* | use polymorphic proxies to remove duplicate codeAaron Patterson2013-09-061-24/+43
| |
* | reduce duplication somewhatAaron Patterson2013-09-061-14/+14
| |
* | make the duplicate code more similarAaron Patterson2013-09-061-4/+10
| |
* | auto link hm:t fixture join tables like habtmAaron Patterson2013-09-062-0/+51
|/
* don't depend on object state when reading fixture filesAaron Patterson2013-09-061-8/+7
|
* ensure @model_class is initializedAaron Patterson2013-09-061-0/+1
|
* Fix failure with minitest 5.0.7Carlos Antonio da Silva2013-09-061-0/+1
| | | | | | | | | | | | | Require minitest/mock in test where stub method is needed. Apparently this was being "imported" by minitest pride plugin, which previously required "minitest/autorun", that required "minitest/mock", making the method available by chance. It has been changed in minitest: https://github.com/seattlerb/minitest/commit/595ce955c0d89575726d10fc18d2afd8f334bcbe So we need to make sure we require what we really need where necessary.
* Do not use instance variables if they are not reused elsewhereCarlos Antonio da Silva2013-09-061-2/+1
|
* Merge pull request #12148 from gzohari/callback-typoCarlos Antonio da Silva2013-09-061-1/+1
|\ | | | | Fix typo in set_callback docs. [ci skip]
| * Fix typo in set_callback docs. [ci skip]Gilad Zohari2013-09-061-1/+1
|/
* no need to dupAaron Patterson2013-09-051-1/+1
|
* push logic outside the FixtureSet constructorAaron Patterson2013-09-051-3/+3
|
* only construct the FixtureSet with AR modelsAaron Patterson2013-09-051-2/+11
|
* push constant lookup in the a cache objectAaron Patterson2013-09-051-2/+21
|
* Merge pull request #12143 from rajcybage/fixing_typosCarlos Antonio da Silva2013-09-052-2/+2
|\ | | | | fix actionview and activemodel test cases typos
| * fix actionview and activemodel test cases typosRajarshi Das2013-09-052-2/+2
| |
* | Merge pull request #12139 from vipulnsward/typos_avYves Senn2013-09-052-2/+2
|\ \ | | | | | | Fix method name typos
| * | Fix method name typosVipul A M2013-09-052-2/+2
| | |
* | | Merge pull request #12130 from egilburg/patch-1Yves Senn2013-09-051-2/+33
|\ \ \ | |/ / |/| | Document a difference between pluck and select [ci skip]
| * | Document a difference between pluck and select [ci skip]Eugene Gilburg2013-09-041-2/+33
| | | | | | | | | | | | Explain that `pluck` differs from `select` in that it does not construct `ActiveRecord` objects and thus model-level overrides are unavailable.
* | | Add a test case for exists? with multiple valuesRafael Mendonça França + Kassio Borges2013-09-041-0/+1
| | |
* | | render_to_string shouldn't play with response_bodySantiago Pastorino2013-09-041-4/+5
| | |
* | | Merge pull request #12094 from brocktimus/masterSteve Klabnik2013-09-041-3/+3
|\ \ \ | | | | | | | | Substitute dynamic finders in 4.0 release notes [ci skip]
| * | | Adjusting 4.0 release notes to show more appropriate replacements for ↵Brock Trappitt2013-09-011-3/+3
| | | | | | | | | | | | | | | | dynamic finders [ci skip]
* | | | Merge pull request #12077 from estsauver/doc_fixSteve Klabnik2013-09-041-2/+3
|\ \ \ \ | |_|/ / |/| | | Update mapper documenation for match helper [ci skip]
| * | | Update mapper documenation for match helper [ci skip]Earl St Sauver2013-08-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This piece of documentation is out of date. The use of match without any via option is prevented, now the HTTP verbs have to be explicitly set. If they're not set then the error message in normalize_conditions! (around line 186) is shown.
* | | | Merge pull request #11958 from jetthoughts/extract_pre_process_orders_argsYves Senn2013-09-045-15/+52
|\ \ \ \ | | | | | | | | | | Re-use order arguments pre-processing for reorder
| * | | | Extracted from `order` processing of arguments, and use it for `reorder` to ↵Paul Nikitochkin2013-09-045-15/+52
| | | | | | | | | | | | | | | | | | | | be consistent.
* | | | | adding a hm:t test for singleton ar objectsAaron Patterson2013-09-031-0/+27
| | | | |
* | | | | support anonymous classes on has_many associationsAaron Patterson2013-09-033-1/+20
| | | | |
* | | | | Merge pull request #12065 from SamSaffron/result_optimisationAaron Patterson2013-09-031-1/+15
|\ \ \ \ \ | | | | | | | | | | | | Perf: micro optimised Result column hash_row creation
| * | | | | Perf: micro optimised Result column hash_row creationSam2013-08-291-1/+15
| | | | | |
* | | | | | Merge pull request #12126 from namusyaka/fix-some-typosVijay Dev2013-09-032-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix a few typos.
| * | | | | | Fix a few typos. [ci skip]namusyaka2013-09-042-3/+3
|/ / / / / /