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
34d5725167
rails--rails
/
activesupport
/
lib
/
active_support
History
Xavier Noria
34d5725167
fixes colon in previous YAML example
2010-05-03 15:25:28 +02:00
..
cache
The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [
#4492
state:resolved] and also avoids the application being initialized twice in some rake tasks.
2010-04-29 08:39:52 +02:00
core_ext
let Date.yesterday and Date.tomorrow be based on Date.current rather than Date.today
2010-05-02 01:12:31 +02:00
dependencies
deprecation
inflector
fixes colon in previous YAML example
2010-05-03 15:25:28 +02:00
json
Missing require added make pass activesupport/test/json/encoding_test.rb in isolation
2010-05-02 22:05:40 +02:00
locale
multibyte
Delegate Inflector.transliterate to i18n. [
#4508
state:resolved]
2010-04-30 16:18:12 +02:00
notifications
Event should be aware if yielded block failed or not.
2010-05-02 22:45:54 +02:00
ruby
testing
Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [
#4477
state:resolved]
2010-04-26 11:12:52 -07:00
time
values
TimeZones lazy load
2010-04-20 21:40:24 -07:00
xml_mini
all.rb
backtrace_cleaner.rb
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb
cache.rb
Change event namespace ordering to most-significant first [
#4504
state:resolved]
2010-05-02 22:45:54 +02:00
callbacks.rb
concern.rb
configurable.rb
Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests.
2010-04-22 12:00:13 +02:00
core_ext.rb
dependencies.rb
deprecation.rb
duration.rb
gzip.rb
hash_with_indifferent_access.rb
HWIA relies on Hash#symbolize_keys and #stringify_keys extensions.
2010-04-22 11:02:15 -07:00
i18n.rb
inflections.rb
inflector.rb
json.rb
lazy_load_hooks.rb
memoizable.rb
message_encryptor.rb
message_verifier.rb
multibyte.rb
notifications.rb
option_merger.rb
ordered_hash.rb
ordered_options.rb
railtie.rb
Make i18n fallbacks configurable and fallback to the default locale by default in production [
#4428
state:resolved]
2010-04-17 19:26:46 +01:00
rescuable.rb
secure_random.rb
string_inquirer.rb
test_case.rb
time.rb
time_with_zone.rb
version.rb
whiny_nil.rb
xml_mini.rb
Move several configuration values from Hash to ActiveSupport::XmlMini, which both Hash and Array depends on.
2010-04-29 12:42:42 +02:00