rails/activesupport/lib/active_support
2011-04-26 10:41:59 -07:00
..
cache File should be open in read/write mode. When doing lock on a file. 2011-04-18 09:08:53 -07:00
core_ext Grammar fixes for Object#in? documentation. 2011-04-22 15:14:14 +08:00
dependencies Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
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 AS Json parse_error makes a return for backwards compatibility, although it will return MultiJson::DecodeError 2011-04-19 00:01:50 +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 Active Support typos. 2011-03-05 11:56:34 +01:00
multibyte Active Support typos. 2011-03-05 11:56:34 +01:00
notifications Revert the previous three commits. 2010-07-25 20:46:42 +02:00
ruby Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
testing Moved Turn activation/dependency to railties 2011-03-31 16:20:59 -07:00
time Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
values Fixed many references to the old config/environment.rb and Rails::Initializer 2010-07-13 13:00:21 +02:00
xml_mini fixed a missing require that causes trouble when using AS in a non-rails env. 2011-01-18 23:28:51 +01:00
all.rb AS json refactor, move to_json implementation to core_ext and a cleanup a bit the code 2010-07-01 12:04:11 -07:00
backtrace_cleaner.rb Some style changes 2011-03-06 10:26:24 +01:00
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 Prefer a less intrusive BlankSlate-alike that doesn't hook Object# and Kernel#method_added to remove future methods 2009-03-21 04:35:15 -07:00
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 simplifying buffered logger for easier and slightly more performant codes. pumpkin 2011-04-26 10:41:59 -07:00
builder.rb Unforce builder from AS 2010-06-01 10:45:51 +02:00
cache.rb do not test explicit equality of predicate methods, they should be allowed to return truthy or falsey objects 2011-03-07 09:36:07 -08:00
callbacks.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
concern.rb Fix the example in ActiveSupport::Concern 2010-12-17 18:54:57 -06:00
configurable.rb removes Examples headers introduced in 9b96de6 2011-03-06 17:49:39 +01:00
core_ext.rb Unneeded util require 2009-03-28 23:38:21 -07:00
dependencies.rb Active Support typos. 2011-03-05 11:56:34 +01:00
deprecation.rb bump AS deprecation_horizon to 3.2 2011-04-25 19:55:09 +02:00
descendants_tracker.rb Revert "It should be possible to use ActiveSupport::DescendantTracker without getting ActiveSupport::Dependencies for free." 2011-03-13 08:35:50 +01: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
file_watcher.rb use === so that regular expressions are not required 2011-02-08 10:48:01 -08:00
gzip.rb fixing indentation 2011-02-09 13:47:32 -08:00
hash_with_indifferent_access.rb Some style changes 2011-03-06 10:26:24 +01:00
i18n_railtie.rb Some style changes 2011-03-06 10:26:24 +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
inflections.rb handle double pluralization for irregular plurals 2011-02-16 15:08:25 -02:00
inflector.rb Break up inflector to reduce the dependency burden on dependency-les methods like constantize. 2009-11-07 11:23:21 -08:00
json.rb JSON: split encoding and coercion 2009-06-08 13:21:30 -07:00
lazy_load_hooks.rb Whitespace and example identation 2010-08-15 02:22:38 +02:00
log_subscriber.rb simplifying buffered logger for easier and slightly more performant codes. pumpkin 2011-04-26 10:41:59 -07:00
memoizable.rb memoized protected methods should remain protected 2010-09-24 20:31:12 -03:00
message_encryptor.rb Some style changes 2011-03-06 10:26:24 +01:00
message_verifier.rb more style changes 2011-03-06 10:44:52 +01: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 fanout unsubscribe only accepted one argument, so taking *args here is probably bad 2011-02-09 14:33:56 -08:00
option_merger.rb Explicit dependency on Hash#deep_merge extension 2009-03-28 23:52:46 -07:00
ordered_hash.rb fix OrderedHash#each* methods to return Enumerators when called without a block [#6366 state:resolved] 2011-02-03 19:26:36 -02:00
ordered_options.rb Fix incorrect example. 2011-03-05 11:56:32 +01:00
railtie.rb added find_zone and find_zone! to AS timezones and changed the AS Railtie to use find_zone! as well as adding Railtie tests 2011-04-05 17:12:09 -03:00
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 Don't rely on string CoreExtensions in StringInquirer since it is sometimes expected to work before the core extension are loaded 2008-10-30 17:48:32 +01:00
test_case.rb Moved Turn activation/dependency to railties 2011-03-31 16:20:59 -07:00
time_with_zone.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08: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
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00
whiny_nil.rb Report the correct value of nil.id in the exception message 2011-03-06 15:23:31 +00:00
xml_mini.rb add more tests surrounding camlize in xmlmini, refactor rename_key() 2010-11-03 11:02:42 -07:00