Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #12189 from rajcybage/test_assert | Santiago Pastorino | 2013-09-10 | 1 | -7/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | use assert_empty in activemodel conditional validation test cases | Rajarshi Das | 2013-09-10 | 1 | -7/+7 | |
* | | | | | | Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commit | Guillermo Iguaran | 2013-09-10 | 4 | -11/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Back AV description in gemspec | Arun Agrawal | 2013-09-09 | 1 | -1/+1 | |
| * | | | | | | Fix order dependent test | Arun Agrawal | 2013-09-09 | 1 | -2/+10 | |
| * | | | | | | grab executable from rubygems | Arun Agrawal | 2013-09-09 | 1 | -1/+1 | |
| * | | | | | | Fixed API task file | Arun Agrawal | 2013-09-09 | 1 | -7/+5 | |
* | | | | | | | Make AC standalone rendering work | Santiago Pastorino | 2013-09-10 | 2 | -2/+20 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #12187 from anupamc/master | Carlos Antonio da Silva | 2013-09-10 | 2 | -8/+0 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Removed unused modules and classes | Anupam Choudhury | 2013-09-10 | 1 | -7/+0 | |
| * | | | | | Removed unnecessary require | Anupam Choudhury | 2013-09-10 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12181 from claudiob/remove-unused-helper-fixtures | Carlos Antonio da Silva | 2013-09-09 | 2 | -4/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove helper fixtures not used in any test | claudiob | 2013-09-09 | 2 | -4/+0 | |
* | | | | | | let the class cache object clean up user input | Aaron Patterson | 2013-09-09 | 1 | -8/+20 | |
* | | | | | | make @bitsweat happy. :heart: | Aaron Patterson | 2013-09-09 | 1 | -0/+6 | |
* | | | | | | stop using deprecated api in the tests | Aaron Patterson | 2013-09-09 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Remove BasicRendering tests | José Valim | 2013-09-09 | 3 | -72/+1 | |
* | | | | | Remove remaining coupling with AV in MimeResponds | José Valim | 2013-09-09 | 4 | -5/+20 | |
* | | | | | Remove BasicRendering and remove template functionality from AbsC::Rendering | José Valim | 2013-09-09 | 5 | -47/+24 | |
* | | | | | Merge pull request #12167 from hannesfostie/grammar-improvement | Steve Klabnik | 2013-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Improves a sentence in guides/security | Hannes Fostie | 2013-09-09 | 1 | -1/+1 | |
* | | | | | Merge pull request #12157 from robin850/patch-9 | Yves Senn | 2013-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use MiniTest::Unit::TestCase instead of Minitest::Test | Robin Dupret | 2013-09-07 | 1 | -1/+1 | |
* | | | | | | Merge pull request #12166 from JuanitoFatas/doc-patch-1 | Yves Senn | 2013-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | [ci skip] Change link name of Rails i18n wiki. | Juanito Fatas | 2013-09-09 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12164 from rywall/patch-1 | Steve Klabnik | 2013-09-08 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Typo in Changelog. | Ryan Wallace | 2013-09-08 | 1 | -2/+2 | |
|/ / / / / | ||||||
* / / / / | Fix fixtures regression that required table names to map to classes only, not... | Jeremy Kemper | 2013-09-08 | 2 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #12155 from jetthoughts/reformat_guides_code_examples | Xavier Noria | 2013-09-07 | 11 | -90/+89 | |
|\ \ \ \ | ||||||
| * | | | | Use Ruby on Rails Coding Conventions for code examples in the guides | Paul Nikitochkin | 2013-09-06 | 11 | -90/+89 | |
* | | | | | hm:t join tables may not have a primary key | Aaron Patterson | 2013-09-06 | 2 | -1/+23 | |
* | | | | | use polymorphic proxies to remove duplicate code | Aaron Patterson | 2013-09-06 | 1 | -24/+43 | |
* | | | | | reduce duplication somewhat | Aaron Patterson | 2013-09-06 | 1 | -14/+14 | |
* | | | | | make the duplicate code more similar | Aaron Patterson | 2013-09-06 | 1 | -4/+10 | |
* | | | | | auto link hm:t fixture join tables like habtm | Aaron Patterson | 2013-09-06 | 2 | -0/+51 | |
|/ / / / | ||||||
* | | | | don't depend on object state when reading fixture files | Aaron Patterson | 2013-09-06 | 1 | -8/+7 | |
* | | | | ensure @model_class is initialized | Aaron Patterson | 2013-09-06 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | Fix failure with minitest 5.0.7 | Carlos Antonio da Silva | 2013-09-06 | 1 | -0/+1 | |
* | | | Do not use instance variables if they are not reused elsewhere | Carlos Antonio da Silva | 2013-09-06 | 1 | -2/+1 | |
* | | | Merge pull request #12148 from gzohari/callback-typo | Carlos Antonio da Silva | 2013-09-06 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix typo in set_callback docs. [ci skip] | Gilad Zohari | 2013-09-06 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | no need to dup | Aaron Patterson | 2013-09-05 | 1 | -1/+1 | |
* | | | push logic outside the FixtureSet constructor | Aaron Patterson | 2013-09-05 | 1 | -3/+3 | |
* | | | only construct the FixtureSet with AR models | Aaron Patterson | 2013-09-05 | 1 | -2/+11 | |
* | | | push constant lookup in the a cache object | Aaron Patterson | 2013-09-05 | 1 | -2/+21 | |
* | | | Merge pull request #12143 from rajcybage/fixing_typos | Carlos Antonio da Silva | 2013-09-05 | 2 | -2/+2 | |
|\ \ \ | ||||||
| * | | | fix actionview and activemodel test cases typos | Rajarshi Das | 2013-09-05 | 2 | -2/+2 | |
* | | | | Merge pull request #12139 from vipulnsward/typos_av | Yves Senn | 2013-09-05 | 2 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Fix method name typos | Vipul A M | 2013-09-05 | 2 | -2/+2 | |
* | | | | | Merge pull request #12130 from egilburg/patch-1 | Yves Senn | 2013-09-05 | 1 | -2/+33 | |
|\ \ \ \ \ | |/ / / / |/| | | | |