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
2011-01-18 15:02:41 +08:00
..
cache Fix FileStore cache incorrectly regenerating its key from a pathname when a regexp is used in expire_fragment 2010-11-07 20:01:51 -02:00
core_ext Class.__subclasses__ was removed from Rubinius. 2011-01-18 15:02:41 +08:00
dependencies
deprecation fixing whitespace errors 2011-01-12 18:07:53 -08:00
inflector Added a word boundary to uncountable inflection regex for #singularize so short inflections like ors do not affect larger words like sponsors [#6093 state:resolved] 2010-12-22 09:44:46 +01:00
json Complex struct encoding fix 2011-01-15 00:06:26 -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 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
multibyte save a few method calls 2010-10-22 17:31:28 -07:00
notifications Revert the previous three commits. 2010-07-25 20:46:42 +02:00
ruby
testing removing AS::Testing::Default in favor of just undefing default_test 2010-10-01 17:22:42 -07:00
time
values Fixed many references to the old config/environment.rb and Rails::Initializer 2010-07-13 13:00:21 +02:00
xml_mini using a merge with a Hash[] rather than a loop to add SAX parsed attributes 2010-11-16 10:09:42 -08:00
all.rb
backtrace_cleaner.rb
base64.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
basic_object.rb
benchmarkable.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
buffered_logger.rb fix mixed encoding logs can't be logged. 2010-07-19 14:55:58 -07:00
builder.rb
cache.rb Merge branch 'master' of https://github.com/cylence/docrails into cylence-master 2010-11-29 21:36:43 +05:30
callbacks.rb expand on set_callback method to explain that in 2010-12-21 15:45:50 -05:00
concern.rb Fix the example in ActiveSupport::Concern 2010-12-17 18:54:57 -06:00
configurable.rb Add comment for config_accessor method 2010-11-30 09:44:12 -05:00
core_ext.rb
dependencies.rb Remove extra f 2010-12-03 13:29:02 +11:00
deprecation.rb Implement deprecated version of AssociationReflection#primary_key_name, which has been renamed to #foreign_key. Also bumping the deprecation_horizon in Active Support to 3.1. 2011-01-03 16:24:32 -08:00
descendants_tracker.rb Don't shadow outer local variables 2010-07-22 15:48:52 -03:00
duration.rb Fix Duration#to_json 2010-12-29 22:20:14 +00:00
file_update_checker.rb Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare 2010-12-20 12:43:02 +01:00
gzip.rb
hash_with_indifferent_access.rb Only convert direct hash instances in hash with indifferent access. 2010-11-26 11:56:52 +01:00
i18n.rb I18n is always loaded on boot by Active Model or Action Pack, so no need for supporting lazy hooks. 2010-11-20 19:39:57 +01:00
i18n_railtie.rb Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare 2010-12-20 12:43:02 +01:00
inflections.rb
inflector.rb
json.rb
lazy_load_hooks.rb Whitespace and example identation 2010-08-15 02:22:38 +02:00
log_subscriber.rb Makes use of class << self instead of def self. 2010-08-15 08:41:39 -03:00
memoizable.rb memoized protected methods should remain protected 2010-09-24 20:31:12 -03:00
message_encryptor.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
message_verifier.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
multibyte.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
notifications.rb edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00
option_merger.rb
ordered_hash.rb test that the custom ordered hash can be round-tripped 2011-01-04 15:07:15 -08:00
ordered_options.rb Try to use Hash's native #[] for speed. 2010-09-27 17:45:58 +02:00
railtie.rb
rescuable.rb Whitespace and example identation 2010-08-15 02:22:38 +02:00
secure_random.rb replace if ! with unless 2010-10-17 12:26:32 -02:00
string_inquirer.rb
test_case.rb removing AS::Testing::Default in favor of just undefing default_test 2010-10-01 17:22:42 -07:00
time.rb Refactor move some date, time and date_time methods to */zones and fixed some requires 2010-07-03 02:13:44 -03:00
time_with_zone.rb make our yaml output consistent 2011-01-04 17:29:40 -08:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00
whiny_nil.rb
xml_mini.rb add more tests surrounding camlize in xmlmini, refactor rename_key() 2010-11-03 11:02:42 -07:00