Commit Graph

27249 Commits

Author SHA1 Message Date
Santiago Pastorino
3040940ab5 Merge pull request #4320 from castlerock/include_only_minitest
support only MiniTest run with Isolation test
2012-01-05 08:52:29 -08:00
Santiago Pastorino
377a879e12 Merge pull request #4319 from castlerock/parse_only_minitest_results
parse only minitest results in isolation test
2012-01-05 08:52:02 -08:00
Aaron Patterson
dcd317b262 Merge pull request #4325 from juanpastas/master
erased duplicated line
2012-01-05 08:50:32 -08:00
juan david pastas
dbf78b0c85 deleted duplicated line 2012-01-05 11:33:13 -05:00
Vishnu Atrai
46761b88f0 support only MiniTest run with Isolation test 2012-01-05 21:19:24 +05:30
Vishnu Atrai
c776075add parse only minitest results in isolation test 2012-01-05 21:05:13 +05:30
Santiago Pastorino
44951c8d44 Revert "active record base class test case should not be public"
People use this!
This reverts commit 071c8bf62ac7ffdb587268a6789fd825d0dae2a6.
2012-01-05 12:44:05 -02:00
Aaron Patterson
f306f9a170 call super from setup 2012-01-04 17:11:15 -08:00
Aaron Patterson
fb8b17c720 just use the list of formatting keys we care about 2012-01-04 17:10:13 -08:00
Aaron Patterson
e96b3e8d8c call super 2012-01-04 16:21:16 -08:00
Aaron Patterson
39489d138f clear the sql counter on teardown so the GC can do it's thing 2012-01-04 16:18:38 -08:00
Aaron Patterson
1b276d53fb fix some formatting 2012-01-04 16:14:41 -08:00
Aaron Patterson
8e051a180e use regular expression or statement. loltargetrichenvironment 2012-01-04 16:11:43 -08:00
Aaron Patterson
071c8bf62a active record base class test case should not be public 2012-01-04 16:07:27 -08:00
Aaron Patterson
da4fef8155 use logger.warn for warnings 2012-01-04 13:37:47 -08:00
Aaron Patterson
07c192a705 push exception message formatting to the exception class 2012-01-04 13:25:33 -08:00
Aaron Patterson
fd2d78dbc8 push target down to the classes that care about it 2012-01-04 13:15:59 -08:00
Aaron Patterson
54b4e8e8d6 just implement the delegate method 2012-01-04 13:15:59 -08:00
Aaron Patterson
b899b7be51 Array.wrap no longer needed 2012-01-04 13:15:59 -08:00
José Valim
f28fc9349b Revert "AS::Callbacks: remove __define_runner"
Runners are used internally.

This reverts commit 40c8aa706adbb60ff9d289016fb9020d48969fea.
2012-01-04 21:26:50 +01:00
Santiago Pastorino
91c1f01e2e Remove more references to postgres on the release notes 2012-01-04 17:48:23 -02:00
Santiago Pastorino
1dfac553c7 Postgres is on travis right now, don't need an special mention here 2012-01-04 17:41:34 -02:00
Xavier Noria
33386b065c Merge pull request #4302 from lest/simplify-descendants
simplify Class#descendants using singleton_class method
2012-01-04 10:59:38 -08:00
Sergey Nartimov
ce2c4c977c simplify Class#descendants using singleton_class method 2012-01-04 21:51:39 +03:00
Aaron Patterson
34551bf31e Merge pull request #4282 from edgecase/order_after_reorder
correctly handle order calls after a reorder
2012-01-04 10:12:40 -08:00
Aaron Patterson
5708648a77 Merge pull request #4296 from kuroda/negative_format
Infer currency negative format from positive one.
2012-01-04 09:39:38 -08:00
Aaron Patterson
cf32a59ed6 Merge pull request #4298 from rafaelfranca/patch-2
Remove rescue block to require psych gem
2012-01-04 09:35:20 -08:00
Aaron Patterson
e094b8d251 Merge pull request #4299 from Karunakar/logger
using the active support logger
2012-01-04 09:34:19 -08:00
Rafael Mendonça França
7d26fad384 No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00
Rafael Mendonça França
bdc49dcb4e No need to override to_yaml and yaml_initialize methods in ActiveRecord::Core 2012-01-04 14:28:01 -03:00
Rafael Mendonça França
b65bdb1527 No need to override to_yaml method in ActiveSupport::TimeWithZone 2012-01-04 14:16:48 -03:00
Rafael Mendonça França
25c76ec8e2 No need to override to_yaml method in ActiveSupport::OrderedHash 2012-01-04 14:15:11 -03:00
Rafael Mendonça França
ae7dcb4bec No need to override the to_yaml method in ActiveSupporte::SafeBuffer 2012-01-04 14:14:16 -03:00
Rafael Mendonça França
d8ed247c7f No need to override the to_yaml method in BigDecimal 2012-01-04 14:10:55 -03:00
Karunakar (Ruby)
a19f8b5ca0 using the active support logger 2012-01-04 22:12:25 +05:30
Rafael Mendonça França
761b049b2e No need to use rescue block to require psych 2012-01-04 13:30:57 -03:00
Rafael Mendonça França
0bf51e9805 No need to check if YAML::ENGINE is defined since ruby 1.9 does that 2012-01-04 13:21:54 -03:00
Santiago Pastorino
e2e4216d64 Merge pull request #4289 from rafaelfranca/patch-1
No need of html_safe here
2012-01-04 08:08:19 -08:00
Rafael Mendonça França
38b9fbf1d9 Whitespaces ✂️ 2012-01-04 12:39:28 -03:00
Rafael Mendonça França
8752223fe6 Make sure that check_box helper return a safe buffer 2012-01-04 12:38:58 -03:00
Rafael Mendonça França
73a0f9df47 Add test to make sure that add two safe buffers always return a safe buffer 2012-01-04 12:37:20 -03:00
Tsutomu Kuroda
6724c8c887 Infer currency negative format from positive one.
When a locale file sets the format of the positive
currency value as '%n %u', the default negative
currency format should be '-%n %u'.
2012-01-05 00:23:10 +09:00
Vijay Dev
40cf126907 Merge branch 'master' of github.com:lifo/docrails 2012-01-04 20:19:25 +05:30
Vijay Dev
6fca9315ca copy edits 2012-01-04 20:18:56 +05:30
Vijay Dev
52303019cb updates to 3.2 release notes 2012-01-04 20:10:16 +05:30
Rafael Mendonça França
63f48b113a No need of html_safe here
tag helper always return a html safe string and concat two html safe
strings always return a html safe string
2012-01-04 03:01:23 -03:00
Jeremy Kemper
78372b6cbb create_fixtures should accept symbol keys for custom table -> class mappings. Fixes an unintended regression. 2012-01-03 22:50:08 -07:00
José Valim
4b81007acf Merge pull request #4286 from kennyj/fix_4285
Fix GH #4285. Remove options when we record calling creat_table
2012-01-03 20:50:58 -08:00
kennyj
28afb01fe3 Fix GH #4285. Remove options when we record calling creat_table 2012-01-04 10:25:15 +09:00
Aaron Patterson
00c5342d96 use File.basename to get the filename minus .yml 2012-01-03 14:54:29 -08:00