aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change function def self.table_name to self.table_nameRajarshi Das2013-09-102-5/+3
* Clean up unused associations in AR test modelAkira Matsuda2013-09-101-3/+0
* Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-09-101-1/+1
* Refactor handling of action normalizationMax Shytikov2013-09-101-11/+13
* Don't mutate the Base settings by merge!ing the given valueAkira Matsuda2013-09-102-1/+4
* Merge pull request #12189 from rajcybage/test_assertSantiago Pastorino2013-09-101-7/+7
|\
| * use assert_empty in activemodel conditional validation test casesRajarshi Das2013-09-101-7/+7
* | Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commitGuillermo Iguaran2013-09-104-11/+17
|\ \
| * | Back AV description in gemspecArun Agrawal2013-09-091-1/+1
| * | Fix order dependent testArun Agrawal2013-09-091-2/+10
| * | grab executable from rubygemsArun Agrawal2013-09-091-1/+1
| * | Fixed API task fileArun Agrawal2013-09-091-7/+5
* | | Make AC standalone rendering workSantiago Pastorino2013-09-102-2/+20
| |/ |/|
* | Merge pull request #12187 from anupamc/masterCarlos Antonio da Silva2013-09-102-8/+0
|\ \
| * | Removed unused modules and classesAnupam Choudhury2013-09-101-7/+0
| * | Removed unnecessary requireAnupam Choudhury2013-09-101-1/+0
|/ /
* | Merge pull request #12181 from claudiob/remove-unused-helper-fixturesCarlos Antonio da Silva2013-09-092-4/+0
|\ \
| * | Remove helper fixtures not used in any testclaudiob2013-09-092-4/+0
* | | let the class cache object clean up user inputAaron Patterson2013-09-091-8/+20
* | | make @bitsweat happy. :heart:Aaron Patterson2013-09-091-0/+6
* | | stop using deprecated api in the testsAaron Patterson2013-09-091-1/+1
|/ /
* | 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
|\ \ | |/ |/|
| * Improves a sentence in guides/securityHannes Fostie2013-09-091-1/+1
* | Merge pull request #12157 from robin850/patch-9Yves Senn2013-09-091-1/+1
|\ \
| * | Use MiniTest::Unit::TestCase instead of Minitest::TestRobin Dupret2013-09-071-1/+1
* | | Merge pull request #12166 from JuanitoFatas/doc-patch-1Yves Senn2013-09-091-1/+1
|\ \ \ | |_|/ |/| |
| * | [ci skip] Change link name of Rails i18n wiki.Juanito Fatas2013-09-091-1/+1
|/ /
* | Merge pull request #12164 from rywall/patch-1Steve Klabnik2013-09-081-2/+2
|\ \
| * | Typo in Changelog.Ryan Wallace2013-09-081-2/+2
|/ /
* / Fix fixtures regression that required table names to map to classes only, not...Jeremy Kemper2013-09-082-2/+2
|/
* 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 guidesPaul Nikitochkin2013-09-0611-90/+89
* | 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
* 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]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