1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
David Heinemeier Hansson 9d56d12360 Remove things that trip up RDoc
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8122 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-11-09 20:06:36 +00:00
..
core_ext Standardize on using hyphens rather than colons to separate option names from their explanation in documentation. Replace + with tt tags. Closes #8732. [ryanb] 2007-11-06 23:33:40 +00:00
json Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [josh, chuyeow, tpope] 2007-10-29 00:18:43 +00:00
multibyte Standardize on using hyphens rather than colons to separate option names from their explanation in documentation. Replace + with tt tags. Closes #8732. [ryanb] 2007-11-06 23:33:40 +00:00
testing Make Default Test work with both ruby 1.8.4 and 1.8.6. [DrMark] Closes #10003 2007-10-26 23:24:10 +00:00
values Fixed that La Paz was included in -25200 and -14400 offsets when it should only be in -14400 (closes #9735) [bermi] 2007-09-30 22:56:37 +00:00
vendor Remove things that trip up RDoc 2007-11-09 20:06:36 +00:00
basic_object.rb Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. 2007-10-10 23:01:41 +00:00
buffered_logger.rb Use __FILE__ and __LINE__ for BufferedLogger severity methods 2007-10-13 21:40:12 +00:00
clean_logger.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
core_ext.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
dependencies.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
deprecation.rb
duration.rb Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility. 2007-10-07 01:07:00 +00:00
inflections.rb
inflector.rb
json.rb
multibyte.rb Don't assume ActiveSupport module is already defined 2007-10-15 10:12:47 +00:00
option_merger.rb send -> send! for some private methods 2007-09-27 10:41:12 +00:00
ordered_options.rb Hash is ordered in Ruby 1.9 2007-10-09 07:48:59 +00:00
test_case.rb Introduce TestCase subclasses for testing rails applications allowing tests to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. 2007-10-26 02:21:21 +00:00
testing.rb Introduce TestCase subclasses for testing rails applications allowing tests to be DRY'd up a bit and to provide a path toward tidying up our monkeypatching of test/unit. 2007-10-26 02:21:21 +00:00
vendor.rb Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. 2007-10-10 23:01:41 +00:00
version.rb Prepare versions for RC1 2007-11-09 20:02:29 +00:00
whiny_nil.rb