aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | revert "fixing some tests on ruby 1.9.3 SHA 33f222b"Vishnu Atrai2012-01-071-23/+0
| | | |
* | | | Merge pull request #4359 from Karunakar/loggerSantiago Pastorino2012-01-061-1/+0
|\ \ \ \ | | | | | | | | | | removed unnecessary require for activesupport/core_ext/array/wrap
| * | | | removed unnecessary require for activesupport/core_ext/array/wrapKarunakar (Ruby)2012-01-071-1/+0
| | | | |
* | | | | convert build_message to sprintfAaron Patterson2012-01-061-9/+5
| | | | |
* | | | | use assert_equal and assert_operatorAaron Patterson2012-01-061-5/+8
| | | | |
* | | | | use sprintf rather than build_messageAaron Patterson2012-01-061-4/+6
| | | | |
* | | | | Just use assert_equalAaron Patterson2012-01-061-3/+2
| | | | |
* | | | | refactor assert_responseAaron Patterson2012-01-061-7/+10
| | | | |
* | | | | test response assertionsAaron Patterson2012-01-064-11/+56
| | | | |
* | | | | no need for assert_blockAaron Patterson2012-01-061-3/+3
| | | | |
* | | | | stop using build_message for creating a stringAaron Patterson2012-01-061-1/+1
| | | | |
* | | | | use assert_includes rather than calling includes? specificallyAaron Patterson2012-01-061-2/+2
| | | | |
* | | | | just use assert and refute rather than building messagesAaron Patterson2012-01-061-6/+2
|/ / / /
* | | | Merge pull request #4357 from rafaelfranca/patch-1Aaron Patterson2012-01-062-20/+1
|\ \ \ \ | |/ / / |/| | | Remove more references to Test::Unit
| * | | Remove more references to Test::UnitRafael Mendonça França2012-01-062-20/+1
|/ / /
* | | Merge pull request #4356 from Karunakar/loggerSantiago Pastorino2012-01-061-1/+0
|\ \ \ | | | | | | | | removed unnessary require active_support/core_ext/array_wrap
| * | | removed unnessary require active_support/core_ext/array_wrapKarunakar (Ruby)2012-01-061-1/+0
| | | |
* | | | Merge pull request #4327 from Karunakar/minorAaron Patterson2012-01-061-1/+1
|\ \ \ \ | |/ / / |/| | | removed warning because logger.warn differentiate the warings
| * | | removed warning because logger.warn differentiate the waringsKarunakar (Ruby)2012-01-051-1/+1
| | | |
* | | | Merge pull request #4353 from dmathieu/hide_nil_unchecked_checkboxJosé Valim2012-01-062-1/+9
|\ \ \ \ | | | | | | | | | | don't set the hidden checkbox value if it's nil
| * | | | don't set the hidden checkbox value if it's nilDamien Mathieu2012-01-062-1/+9
|/ / / /
* | | | Merge pull request #4354 from rafaelfranca/patch-1Aaron Patterson2012-01-063-212/+30
|\ \ \ \ | | | | | | | | | | Remove some checks if MiniTest is defined
| * | | | No need to check if MiniTest::Assertions is definedRafael Mendonça França2012-01-061-32/+30
| | | | |
| * | | | Remove unneeded testsRafael Mendonça França2012-01-062-180/+0
|/ / / /
* | | | We should finalize the routes as soon as possible and not wait for the ↵José Valim2012-01-062-3/+1
| | | | | | | | | | | | | | | | controller to be loaded.
* | | | Do not stub id hereSantiago Pastorino2012-01-061-6/+6
| | | |
* | | | Merge pull request #4351 from norman/multibyteJosé Valim2012-01-063-5/+32
|\ \ \ \ | | | | | | | | | | Implement #swapcase and #swapcase! for multibyte strings
| * | | | Improve doc consistencyNorman Clarke2012-01-061-3/+3
| | | | |
| * | | | Implement Chars#swapcase.Norman Clarke2012-01-063-2/+29
| | |/ / | |/| |
* | | | Merge pull request #4350 from kennyj/improve_3694José Valim2012-01-061-3/+3
|\ \ \ \ | | | | | | | | | | Don't fork a process when assets:precompile:nondigest is invoked in assets:precompile:all.
| * | | | Don't fork a process when assets:precompile:nondigest is invoked in ↵kennyj2012-01-061-3/+3
|/ / / / | | | | | | | | | | | | assets:precompile:all. Improve GH #3694.
* | | | Merge pull request #4348 from lest/change-array-wrapJosé Valim2012-01-061-2/+1
|\ \ \ \ | |/ / / |/| | | use Kernel#Array instead of Array.wrap in Rails::Generators::Actions
| * | | use Kernel#Array instead of Array.wrap in Rails::Generators::ActionsSergey Nartimov2012-01-061-2/+1
|/ / /
* | | Revert "Revert "More 1.9 way""Santiago Pastorino2012-01-062-4/+4
| | | | | | | | | | | | | | | Fixed failing tests This reverts commit 8350ce97f2065eed9638c595d3938a573d6fa343.
* | | Merge pull request #4346 from pyromaniac/masterJosé Valim2012-01-062-2/+14
|\ \ \ | | | | | | | | Nil values uniquines validation
| * | | Fixed nil field value uniqueness checkpyromaniac2012-01-062-2/+14
|/ / /
* | | Merge pull request #4342 from carlosantoniodasilva/fix-routing-testJosé Valim2012-01-063-5/+5
|\ \ \ | | | | | | | | Fix routing test and remove deprecated method
| * | | Remove deprecation warning from test related to old process apiCarlos Antonio da Silva2012-01-061-1/+1
| | | |
| * | | Fix routing test to use assert_equalCarlos Antonio da Silva2012-01-062-4/+4
| | | |
* | | | Revert "Merge pull request #2325 from pyromaniac/master"José Valim2012-01-062-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It breaks the build for mysql. This reverts commit 958d25df4a1b0d41ce5deeeb0739c93b49bbd18d, reversing changes made to 8f309e31057e1b26fefedb199ab0526126fb1fe4.
* | | | Merge pull request #4343 from carlosantoniodasilva/activerecord-1.9-compatJosé Valim2012-01-052-4/+4
|\ \ \ \ | | | | | | | | | | Activerecord 1.9 compat
| * | | | Revert "Regexp.union seems to have different results in 1.8"Carlos Antonio da Silva2012-01-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d80e4ee20e690dfc0f4ec31c41b873d607462872. No need to care about 1.8 anymore, so reverting :)
| * | | | Revert "Add return for 1.8.7"Carlos Antonio da Silva2012-01-061-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | This reverts commit 665ef116ac9000d514c03fc61b216513f5cb7b25. There is no need for the return anymore, so reverting.
* | | | Merge pull request #4340 from rafaelfranca/patch-1José Valim2012-01-0526-66/+44
|\ \ \ \ | | | | | | | | | | Remove more Array.wrap calls
| * | | | Whitespaces :scissors:Rafael Mendonça França2012-01-061-1/+1
| | | | |
| * | | | Remove Array.wrap calls in ActiveSupportRafael Mendonça França2012-01-066-18/+13
| | | | |
| * | | | Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-0613-30/+18
| | | | |
| * | | | Remove Array.wrap call in ActiveModelRafael Mendonça França2012-01-067-17/+12
| |/ / /
* | | | Merge pull request #4339 from rafaelfranca/patch-2José Valim2012-01-052-0/+2
|\ \ \ \ | | | | | | | | | | Require ActiveSupport::TestCase form ActiveSupport isolation tests
| * | | | Add test path to LOAD_PATH to fix load errorRafael Mendonça França2012-01-061-0/+1
| | | | |