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
Tadas Tamošauskas
9bd38f31be
check_box helper with :disabled => true generates disabled hidden field. fixes #1953
2012-01-05 22:52:13 +00:00
Aaron Patterson
f53c247d10
remove deprecated API
2012-01-05 14:46:34 -08:00
Aaron Patterson
4fa10300ef
fix some whitespace errors
2012-01-05 14:38:51 -08:00
Santiago Pastorino
675094b275
More 1.9 way
2012-01-05 20:16:09 -02:00
José Valim
0e8dda7eab
Merge pull request #3637 from bogdan/compile_options
...
AS::Callbacks::Callback refactor
2012-01-05 14:05:27 -08:00
Santiago Pastorino
be52f1bf2a
Use 1.9 way
2012-01-05 19:59:24 -02:00
José Valim
5e1cfb04a9
Merge pull request #4117 from lest/remove-deprecated
...
remove status_code from AD::ShowExceptions and useless requires
2012-01-05 13:58:58 -08:00
José Valim
6252ede437
Merge pull request #4192 from mptre/master
...
Align rake notes
2012-01-05 13:56:50 -08:00
José Valim
38b0d6d6b9
Merge pull request #4322 from castlerock/minitest_pending
...
ActiveSupport::Testing::Pending support for MiniTest only
2012-01-05 13:55:50 -08:00
José Valim
7a086851a5
Merge pull request #4324 from juanpastas/patch-1
...
Update activerecord/lib/active_record/base.rb
2012-01-05 13:55:17 -08:00
José Valim
798b5efedb
Merge pull request #4333 from rafaelfranca/patch-1
...
Change more Array.wrap calls
2012-01-05 13:54:40 -08:00
José Valim
4751cc21e8
Merge pull request #4332 from norman/multibyte
...
Putting AS::Multibyte on a Ruby 1.9 diet
2012-01-05 13:46:39 -08:00