rails/activesupport/lib/active_support
Angelo capilleri 5646d65d01 changed xml type datetime to dateTime, fixes #6328
XmlMini define the xml 'datatime', but according to
http://www.w3.org/TR/xmlschema-2/#dateTime could be better
change this to 'dateTime' with upper case letter 'T.
So 'DateTime' and 'Time' are redefined from 'datetime' to 'dateTime'

add the changing to the changelog
2012-05-23 14:45:56 +02:00
..
cache Merge pull request #5125 from winston/log_exception_when_cache_read_fails 2012-05-21 19:02:48 -07:00
core_ext changed xml type datetime to dateTime, fixes #6328 2012-05-23 14:45:56 +02:00
dependencies remove useless require 2012-05-22 16:18:42 +08:00
deprecation fix bad formatting [ci skip] 2012-05-17 01:13:19 +05:30
inflector Fix warning: shadowing outer local variable - constant. 2012-05-19 23:54:52 +09:00
json Since escape_html_entities_in_json was moved to 3-2-stable, make it true in AS, closes #6287 2012-05-14 08:02:45 +02:00
locale Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
log_subscriber Make MockLogger work with blocks. 2012-05-17 13:28:33 -03:00
multibyte removing unnecessary 'examples' noise from activesupport 2012-05-13 20:26:53 -05:00
notifications evented listeners can subscribe to any message 2012-03-21 16:18:47 -07:00
testing reverting decoupling of NumberHelper from safe_join and adding tests for escaping of delimiters and separators 2012-05-18 11:56:18 -07:00
values Merge pull request #5571 from jarkko/5559-fix-dst-jump-bug-on-master 2012-05-15 08:24:25 -07:00
xml_mini Clean up module docs [ci skip] 2012-03-07 01:04:14 +05:30
all.rb
backtrace_cleaner.rb removing unnecessary 'examples' noise from activesupport 2012-05-13 20:26:53 -05:00
basic_object.rb Remove deprecation from AS::Deprecation behavior, some minor cleanups 2012-03-16 09:01:48 -03:00
benchmarkable.rb logger.silence is deprecated 2012-02-27 13:51:02 +08:00
buffered_logger.rb remove unused requires 2012-01-18 05:01:09 +03:00
builder.rb
cache.rb Merge pull request #4496 from makeable/master 2012-05-03 10:39:51 -07:00
callbacks.rb AS::Callbacks: fix run_callbacks for objects with negative id 2012-05-18 09:50:09 +03:00
concern.rb Remove deprecations from Active Support. 2011-12-20 15:18:42 +01:00
configurable.rb remove unused requires 2012-01-18 05:01:09 +03:00
core_ext.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
dependencies.rb use const_defined? with second argument in AS::Dependencies 2012-05-13 20:52:41 +03:00
deprecation.rb revises requires of some AS deprecation files 2012-04-05 14:33:47 -07:00
descendants_tracker.rb Revert "Revert "It should be possible to use ActiveSupport::DescendantTracker without getting ActiveSupport::Dependencies for free."" 2011-03-13 17:08:33 +01:00
duration.rb removing unnecessary 'examples' noise from activesupport 2012-05-13 20:26:53 -05:00
file_update_checker.rb Initialize variables in file update checker to avoid warnings 2012-04-05 14:49:03 -03:00
file_watcher.rb use === so that regular expressions are not required 2011-02-08 10:48:01 -08:00
gzip.rb remove unnecessary require core_ext/string/encoding 2012-02-14 10:09:21 +03:00
hash_with_indifferent_access.rb fix HashWithIndifferentAccess.[] method 2012-03-23 23:09:29 +03:00
i18n_railtie.rb FileUpdateChecker should be able to handle deleted files. 2011-12-13 11:23:21 +01:00
i18n.rb require active_support/lazy_load_hooks where is needed 2012-05-22 11:33:03 -03:00
inflections.rb Fix an issue with inflection where my_analyses (in plular form) incorrectly converted to my_analyasis(in singular form). 2012-05-16 22:58:03 +01:00
inflector.rb
json.rb
lazy_load_hooks.rb Ensure load hooks can be called more than once with different contexts. 2012-03-06 22:05:07 +01:00
log_subscriber.rb Remove deprecation from AS::Deprecation behavior, some minor cleanups 2012-03-16 09:01:48 -03:00
logger.rb pushed broadcasting down to a module 2012-01-20 14:18:29 -08:00
message_encryptor.rb [ci skip] More docs for ActiveSupport::MessageEncryptor 2012-01-26 15:09:04 +13:00
message_verifier.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00
multibyte.rb removing unnecessary 'examples' noise from activesupport 2012-05-13 20:26:53 -05:00
notifications.rb Add documentation to detail passing of an object as the second 2012-04-13 01:24:43 +03:00
option_merger.rb
ordered_hash.rb update AS:OrderedHash docs 2012-05-16 14:44:57 -05:00
ordered_options.rb Use respond_to_missing? for OrderedOptions 2012-05-05 02:43:41 -04:00
railtie.rb Move AS set configs to AS Raitie 2012-05-12 12:54:28 -03:00
rescuable.rb Document exception handling inside resce_from handlers 2012-04-28 22:32:18 -07:00
string_inquirer.rb Symbol#[] method presents in Ruby 1.9 2012-01-07 15:30:36 +03:00
tagged_logging.rb removing unnecessary 'examples' noise from activesupport 2012-05-13 20:26:53 -05:00
test_case.rb Remove ActiveSupport::TestCase#pending, use skip instead 2012-01-21 14:32:28 -02:00
time_with_zone.rb Merge pull request #6183 from nashby/fix-issue-6179 2012-05-18 14:10:25 -07:00
time.rb Removed ActiveSupport#load_all! 2012-03-18 11:24:04 -07:00
version.rb rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00
xml_mini.rb changed xml type datetime to dateTime, fixes #6328 2012-05-23 14:45:56 +02:00