Commit Graph

27229 Commits

Author SHA1 Message Date
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
Jeremy Kemper 508493ca45 setup_fixture_accessors should accept symbols for table names. Fixes an unintended (and untested) regression. 2012-01-03 15:22:10 -07:00
Aaron Patterson 7985f64e25 Merge pull request #2955 from dmitry/master
Polymorphic with optimistic lock and counter cache should be destroyed
2012-01-03 14:02:47 -08:00
Aaron Patterson d1230a8cd0 Merge pull request #4283 from lest/fix-singleton-checking
use correct variant of checking whether class is a singleton
2012-01-03 13:10:11 -08:00
Sergey Nartimov 2f8a7edadb use correct variant of checking whether class is a singleton 2012-01-03 23:44:56 +03:00
Matt Jones + Scott Walker efbb85c84b correctly handle order calls after a reorder 2012-01-03 14:52:36 -05:00
Santiago Pastorino cbe918093b Pass extensions to javascript_path and stylesheet_path helpers. Closes #3417 2012-01-03 17:50:24 -02:00
José Valim 180edc84f1 Override respond_to? since we are also overriding method_missing. 2012-01-03 20:26:45 +01:00
José Valim 49b6b4994e Clean up routes inclusion and add some comments for the next soul that decides to adventure on this code. 2012-01-03 20:09:11 +01:00
Santiago Pastorino 439d3407ea Add font_path helper method 2012-01-03 17:08:10 -02:00
Aaron Patterson 41be0fc3df actually disconnect from the database at the end of each test 2012-01-03 11:06:27 -08:00
Aaron Patterson 29f0f254d2 Merge pull request #4274 from joneslee85/changelog-fix
Fix typos and formats for CHANGELOG
2012-01-03 09:36:24 -08:00
Aaron Patterson 632995c3e8 Merge pull request #4279 from lest/fix-log
do not rewrite log during application bootstrap
2012-01-03 09:30:50 -08:00
Sergey Nartimov 7826878620 do not rewrite log during application bootstrap 2012-01-03 20:13:24 +03:00
Santiago Pastorino 36e77fe0c2 Merge pull request #4278 from kennyj/fix_rdoc_generating_problem
Use -e option instead of -c option (rake rdoc task).
2012-01-03 08:03:47 -08:00
kennyj 2ddfbbc3b6 Use -e option instead of -c option (rake rdoc task). 2012-01-04 00:54:41 +09:00
Vijay Dev 9f76659bb8 Merge pull request #4265 from laserlemon/patch-1
Fix grammatical error
2012-01-03 06:19:52 -08:00
Trung Lê 84054a7d16 Fix typos and formats for CHANGELOG 2012-01-04 00:09:11 +11:00
Santiago Pastorino dad7fdc573 Rails::Plugin has gone 2012-01-03 10:39:08 -02:00
José Valim b627923b3c Merge pull request #4272 from apotonick/ac-process-rebase
Ac process rebase
2012-01-03 03:23:03 -08:00
Nick Sutterer 50d23bc2bd moving test_test.rb to test_case_test.rb for consistency. 2012-01-03 11:50:03 +01:00