.. |
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
|
Revert "Quick fix for not escaping []s (not ideal)"
|
2010-11-18 23:31:00 -02: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
|
Prevent any warnings from being printed during RDoc generation
|
2010-08-26 21:31:32 +02:00 |
inflector
|
require i18n in transliterate so it can run in isolated situations
|
2010-09-14 10:25:33 -07:00 |
json
|
Perf: speed up json encoding.
|
2010-09-22 18:08:04 -03: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
|
Revert "Moved encoding work in progress to a feature branch."
|
2010-05-17 19:41:54 +04:00 |
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
|
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
|
ActiveSupport::BacktraceCleaner#remove_filters! allows for completely untouched backtrace [#4079 state:resolved]
|
2010-04-10 14:06:10 +02: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
|
|
|
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
|
Unforce builder from AS
|
2010-06-01 10:45:51 +02:00 |
cache.rb
|
Exception handling more readable
|
2010-09-19 12:18:51 -07:00 |
callbacks.rb
|
bye bye extlib_inheritable_*, AS callbacks now using class_attribute
|
2010-11-18 00:38:51 +01:00 |
concern.rb
|
reviews commit dcc9d38
|
2010-08-15 02:22:37 +02:00 |
configurable.rb
|
Call it compile_methods! and do the same on AM.
|
2010-09-27 20:43:56 +02:00 |
core_ext.rb
|
|
|
dependencies.rb
|
replace if ! with unless
|
2010-10-17 12:26:32 -02:00 |
deprecation.rb
|
|
|
descendants_tracker.rb
|
Don't shadow outer local variables
|
2010-07-22 15:48:52 -03:00 |
duration.rb
|
Make ActiveSupport::Duration#method_missing delegate blocks to value [#5498 state:resolved]
|
2010-09-01 09:56:54 +02:00 |
file_update_checker.rb
|
Avoid calls to Rails::Application since this is not the official API.
|
2010-07-01 18:43:44 +02:00 |
gzip.rb
|
|
|
hash_with_indifferent_access.rb
|
HashWithIndifferentAccess should not change the subclass of an array
|
2010-11-14 17:14:47 +08:00 |
i18n.rb
|
Require lazy_load_hooks.rb with the correct path.
|
2010-09-14 10:40:05 -07:00 |
i18n_railtie.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 13:17:32 +02:00 |
inflections.rb
|
Changed the way inflections for uncountables work for 'funky jeans' [#3576 state:resolved]
|
2010-04-05 23:54:42 +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
|
|
|
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
|
OrderedHash#select now preserves order [#5843 state:resolved]
|
2010-11-07 17:27:07 -02:00 |
ordered_options.rb
|
Try to use Hash's native #[] for speed.
|
2010-09-27 17:45:58 +02:00 |
railtie.rb
|
add note of which configuration option to set in deprecation warning message [#5012 state:resolved]
|
2010-06-30 16:58:05 +02: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
|
|
|
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
|
Duck typing here
|
2010-11-11 01:33:27 -02:00 |
version.rb
|
Update the version.rb files to include a PRE part
|
2010-11-16 17:19:46 -08:00 |
whiny_nil.rb
|
Make many parts of Rails lazy. In order to facilitate this,
|
2010-03-07 06:24:30 -08:00 |
xml_mini.rb
|
add more tests surrounding camlize in xmlmini, refactor rename_key()
|
2010-11-03 11:02:42 -07:00 |