This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
c02f278263
rails--rails
/
activesupport
/
test
History
David Heinemeier Hansson
1c47d04ea5
Added Object#presence that returns the object if it's #present? otherwise returns nil [DHH/Colin Kelley]
2009-12-27 17:54:43 -08:00
..
autoloading_fixtures
core_ext
Added Object#presence that returns the object if it's #present? otherwise returns nil [DHH/Colin Kelley]
2009-12-27 17:54:43 -08:00
dependencies
fixtures
Reorganize autoloads:
2009-12-02 20:01:08 -08:00
json
Fix ActiveSupport::JSON encoding of control characters [\x00-\x1f]
2009-12-23 11:46:06 -08:00
xml_mini
abstract_unit.rb
autoload.rb
Reorganize autoloads:
2009-12-02 20:01:08 -08:00
benchmarkable_test.rb
buffered_logger_test.rb
caching_test.rb
callback_inheritance_test.rb
callbacks_test.rb
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb
dependencies_test.rb
deprecation_test.rb
Modify backtrace test to take implementations with slightly different backtrace output into consideration.
2009-12-13 10:40:00 -05:00
flush_cache_on_private_memoization_test.rb
gzip_test.rb
i18n_test.rb
inflector_test.rb
inflector_test_cases.rb
isolation_test.rb
memoizable_test.rb
message_encryptor_test.rb
message_verifier_test.rb
multibyte_chars_test.rb
multibyte_conformance.rb
multibyte_test_helpers.rb
multibyte_unicode_database_test.rb
multibyte_utils_test.rb
notifications_test.rb
Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened.
2009-12-26 20:28:53 +01:00
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb
rescuable_test.rb
secure_random_test.rb
string_inquirer_test.rb
test_test.rb
time_zone_test.rb
ts_isolated.rb
whiny_nil_test.rb
Fix whiny_nil tests, improve error messages and make CI happy.
2009-12-25 22:00:36 +01:00