Commit Graph

27367 Commits

Author SHA1 Message Date
Karunakar (Ruby)
ef9d26663c removed unnecessary require for activesupport/core_ext/array/wrap 2012-01-07 00:30:01 +05:30
Aaron Patterson
3abacc0a70 Merge pull request #4357 from rafaelfranca/patch-1
Remove more references to Test::Unit
2012-01-06 10:51:39 -08:00
Rafael Mendonça França
2fc3a30e17 Remove more references to Test::Unit 2012-01-06 15:36:36 -03:00
Santiago Pastorino
c8fef32a66 Merge pull request #4356 from Karunakar/logger
removed unnessary require active_support/core_ext/array_wrap
2012-01-06 10:00:33 -08:00
Aaron Patterson
cac0bd16ce Merge pull request #4327 from Karunakar/minor
removed warning because logger.warn differentiate the warings
2012-01-06 09:57:41 -08:00
Karunakar (Ruby)
abf55eba90 removed unnessary require active_support/core_ext/array_wrap 2012-01-06 23:21:39 +05:30
José Valim
365a34c92f Merge pull request #4353 from dmathieu/hide_nil_unchecked_checkbox
don't set the hidden checkbox value if it's nil
2012-01-06 09:12:11 -08:00
Damien Mathieu
69a6381048 don't set the hidden checkbox value if it's nil 2012-01-06 18:08:29 +01:00
Aaron Patterson
aec817269f Merge pull request #4354 from rafaelfranca/patch-1
Remove some checks if MiniTest is defined
2012-01-06 09:02:54 -08:00
Rafael Mendonça França
b2fca9533e No need to check if MiniTest::Assertions is defined 2012-01-06 13:31:39 -03:00
Rafael Mendonça França
3ca7fa96f7 Remove unneeded tests 2012-01-06 13:31:39 -03:00
José Valim
0db93941a4 We should finalize the routes as soon as possible and not wait for the controller to be loaded. 2012-01-06 17:10:39 +01:00
Santiago Pastorino
3853b73bf8 Do not stub id here 2012-01-06 13:26:14 -02:00
José Valim
26a9bfb23b Merge pull request #4351 from norman/multibyte
Implement #swapcase and #swapcase! for multibyte strings
2012-01-06 07:24:20 -08:00
José Valim
d0cd74c00f Merge pull request #4350 from kennyj/improve_3694
Don't fork a process when assets:precompile:nondigest is invoked in assets:precompile:all.
2012-01-06 07:22:56 -08:00
Norman Clarke
81f110657b Improve doc consistency 2012-01-06 12:06:50 -03:00
Norman Clarke
cac15643cf Implement Chars#swapcase. 2012-01-06 12:06:26 -03:00
kennyj
a342df4917 Don't fork a process when assets:precompile:nondigest is invoked in assets:precompile:all. Improve GH #3694. 2012-01-06 23:53:57 +09:00
José Valim
5b9c8a51a5 Merge pull request #4348 from lest/change-array-wrap
use Kernel#Array instead of Array.wrap in Rails::Generators::Actions
2012-01-06 06:10:22 -08:00
Sergey Nartimov
dcb818c0ad use Kernel#Array instead of Array.wrap in Rails::Generators::Actions 2012-01-06 16:44:20 +03:00
Santiago Pastorino
fc956425d4 Revert "Revert "More 1.9 way""
Fixed failing tests
This reverts commit 8350ce97f2065eed9638c595d3938a573d6fa343.
2012-01-06 11:04:18 -02:00
José Valim
6e6764b3a1 Merge pull request #4346 from pyromaniac/master
Nil values uniquines validation
2012-01-06 03:51:32 -08:00
pyromaniac
5a4cdf9c91 Fixed nil field value uniqueness check 2012-01-06 18:31:34 +07:00
José Valim
432a95d885 Merge pull request #4342 from carlosantoniodasilva/fix-routing-test
Fix routing test and remove deprecated method
2012-01-06 03:29:47 -08:00
Carlos Antonio da Silva
68367fd570 Remove deprecation warning from test related to old process api 2012-01-06 09:25:40 -02:00
José Valim
705b29bcb1 Revert "Merge pull request #2325 from pyromaniac/master"
It breaks the build for mysql.

This reverts commit 958d25df4a1b0d41ce5deeeb0739c93b49bbd18d, reversing
changes made to 8f309e31057e1b26fefedb199ab0526126fb1fe4.
2012-01-06 09:03:24 +01:00
José Valim
291ad6318f Merge pull request #4343 from carlosantoniodasilva/activerecord-1.9-compat
Activerecord 1.9 compat
2012-01-05 23:35:00 -08:00
José Valim
75a630edf3 Merge pull request #4340 from rafaelfranca/patch-1
Remove more Array.wrap calls
2012-01-05 23:31:46 -08:00
José Valim
e09c3c7834 Merge pull request #4339 from rafaelfranca/patch-2
Require ActiveSupport::TestCase form ActiveSupport isolation tests
2012-01-05 23:31:16 -08:00
José Valim
958d25df4a Merge pull request #2325 from pyromaniac/master
Nil values uniquines validation
2012-01-05 23:24:40 -08:00
Carlos Antonio da Silva
a6a2670243 Revert "Regexp.union seems to have different results in 1.8"
This reverts commit d80e4ee20e690dfc0f4ec31c41b873d607462872.

No need to care about 1.8 anymore, so reverting :)
2012-01-06 04:14:03 -02:00
Carlos Antonio da Silva
8c2e7bcfd5 Revert "Add return for 1.8.7"
This reverts commit 665ef116ac9000d514c03fc61b216513f5cb7b25.

There is no need for the return anymore, so reverting.
2012-01-06 04:12:16 -02:00
Carlos Antonio da Silva
93df3b2d15 Fix routing test to use assert_equal 2012-01-06 04:08:17 -02:00
pyromaniac
0fab103cfd Fixed nil field value uniqueness check 2012-01-06 12:56:04 +07:00
Rafael Mendonça França
74fbad7d14 Add test path to LOAD_PATH to fix load error 2012-01-06 01:40:30 -03:00
Rafael Mendonça França
61fd7cd9ed Require ActiveSupport::TestCase form ActiveSupport isolation tests 2012-01-06 01:14:21 -03:00
Rafael Mendonça França
4311fc45dc Whitespaces ✂️ 2012-01-06 01:04:33 -03:00
Rafael Mendonça França
b33bd077fa Remove Array.wrap calls in ActiveSupport 2012-01-06 01:04:33 -03:00
Rafael Mendonça França
2958a1e14e Remove Array.wrap calls in ActiveRecord 2012-01-06 01:04:33 -03:00
Rafael Mendonça França
2a663dcf09 Remove Array.wrap call in ActiveModel 2012-01-06 01:04:33 -03:00
Aaron Patterson
8f309e3105 convert railties to use AS::TestCase 2012-01-05 17:30:17 -08:00
Aaron Patterson
b8d8c50785 use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
Aaron Patterson
a2d68c1086 activeresource tests use AS::TestCase 2012-01-05 17:08:07 -08:00
Aaron Patterson
8350ce97f2 Revert "More 1.9 way"
This reverts commit 675094b2757cf90399dadca4489b1036810ae570.
2012-01-05 17:05:44 -08:00
Aaron Patterson
fd918fe5ed AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
Aaron Patterson
5d09d395de test cases should inherit from AS::TestCase 2012-01-05 17:05:43 -08:00
Aaron Patterson
38a0606d9b test a subclass so that the removed method does not imact other tests 2012-01-05 17:05:43 -08:00
José Valim
c0d1f5f85b Update actionpack/CHANGELOG.md 2012-01-06 00:01:15 +01:00
José Valim
37b4ba21cc Merge pull request #4337 from tadast/master-checkbox_patch
check_box helper with :disabled => true generates disabled hidden field. fixes #1953 (master)
2012-01-05 15:00:26 -08:00
Aaron Patterson
4d073df43d Revert "remove deprecated API"
This reverts commit f53c247d10acbaacb0d61824cfce888c4b0520d2.
2012-01-05 14:52:49 -08:00