| cf9a52a |
2010-02-07 |
removes Module#as_load_path, which is no longer used |
| afd2e19 |
2010-02-07 |
removes Module#included_in_classes, which is no longer used |
| bd5cb05 |
2010-02-06 |
rack debugger needs active_support/core_ext/kernel/requi... |
| 299ab1f |
2010-02-06 |
removes Kernel#daemonize, which is no longer used |
| ddf2b4a |
2010-02-01 |
Xavier's edits |
| 3c68915 |
2010-01-26 |
removes now void extending.rb |
| c25ac0d |
2010-01-26 |
removes Object#extended_by |
| ccec730 |
2010-01-26 |
removes unused method Object#extend_with_included_module... |
| 7d312e5 |
2010-01-26 |
deletes no void files removal.rb and class_test.rb |
| 44afd78 |
2010-01-26 |
removes unused method Class#remove_class |
| 5f981ff |
2010-01-26 |
removes unused method Class#reachable? |
| f85f5df |
2010-01-26 |
removes unused Class#descedents |
| 245bfaf |
2010-01-26 |
removes unused Object#subclasses_of |
| 5b01c8b |
2010-01-26 |
removes unused Object#remove_subclasses_of |
| 1b2ac25 |
2010-01-26 |
removes unused Class#remove_subclasses |
| ec7c642 |
2010-01-26 |
removes unused method Class#subclasses |
| 5c53ffe |
2010-01-22 |
Add missing require for Object#try [#3771 state:resolved] |
| 7a2554d |
2010-01-03 |
Let Integer#multiple_of? accept zero as argument |
| abae712 |
2010-01-01 |
fixes a couple of wrong requires |
| 388dde9 |
2010-01-01 |
time_with_zone.rb needs active_support/core_ext/object/a... |
| 9ab528d |
2010-01-01 |
nokogiri.rb needs active_support/core_ext/object/blank |
| 2d233eb |
2010-01-01 |
libxml.rb needs active_support/core_ext/object/blank |
| 173f828 |
2010-01-01 |
jdom.rb needs active_support/core_ext/object/blank |
| bddf0a6 |
2010-01-01 |
rescuable.rb needs active_support/core_ext/string/inflec... |
| 606203c |
2010-01-01 |
testing/performance.rb needs active_support/core_ext/str... |
| 0e5b9d7 |
2010-01-01 |
rescuable.rb needs active_support/core_ext/array/extract... |
| 8ae9ef7 |
2010-01-01 |
loading.rb needs active_support/core_ext/string/inflecti... |
| b7afaa0 |
2010-01-01 |
message_verifier.rb needs active_support/core_ext/object... |
| 679acfb |
2010-01-01 |
message_verifier.rb needs active_support/base64 |
| d26d671 |
2010-01-01 |
message_encriptor.rb needs active_support/base64 |
| f15313c |
2010-01-01 |
duration.rb needs active_support/core_ext/object/acts_like |
| e7c08c1 |
2010-01-01 |
method_wrappers.rb needs active_support/core_ext/array/e... |
| 9036bf8 |
2010-01-01 |
to_param.rb needs active_support/core_ext/object/to_query |
| cbab9c0 |
2010-01-01 |
extending.rb needs active_support/core_ext/object/blank |
| 7f17b23 |
2010-01-01 |
extending.rb needs active_support/core_ext/class/removal... |
| 4d2f0d2 |
2010-01-01 |
synchronization.rb needs active_support/core_ext/array/e... |
| 13168e6 |
2010-01-01 |
requires active_support/inflector/methods active_support... |
| 7ba8c9e |
2010-01-01 |
hash/conversions.rb needs active_support/core_ext/string... |
| e6385a9 |
2010-01-01 |
hash/conversions.rb needs active_support/core_ext/object... |
| 2f9fc1f |
2010-01-01 |
date_time/calculations.rb needs active_support/core_ext/... |
| 44f9813 |
2010-01-01 |
date/calculations.rb needs active_support/core_ext/objec... |
| 5b295a6 |
2010-01-01 |
callbacks.rb needs active_support/core_ext/object/metacl... |
| 3337da9 |
2010-01-01 |
cache.rb requires active_support/core_ext/string/inflect... |
| 4a27d42 |
2010-01-01 |
require cgi to reopen it, not technically needed but mak... |
| a2595a1 |
2010-01-01 |
delegating_attributes.rb does not use duplicable |
| 7f7f5d6 |
2010-01-01 |
requires active_support/gzip in CompressedMemCacheStore ... |
| da97b51 |
2010-01-01 |
requires active_support/core_ext/hash/keys in benchmarka... |
| 39667c8 |
2010-01-01 |
make sure returning is available for the libxml extension |
| f1e34cc |
2010-01-01 |
requires active_support/core_ext/array/extract_options i... |
| d4513ac |
2009-11-09 |
Object#instance_variable_defined? is not needed for Ruby... |
| c0bb4c6 |
2009-11-09 |
String#start_with? and String#end_with? are not needed f... |
| b6598c6 |
2009-11-09 |
String#each_char is not needed for Ruby >= 1.8.7 |
| 329e7f4 |
2009-11-09 |
Integer#even? and Integer#odd? are not needed for Ruby >... |
| db2c0d7 |
2009-11-09 |
Enumerable#none? is not needed for Ruby >= 1.8.7 |
| a48f49e |
2009-11-09 |
the REXML security fix is not needed for Ruby >= 1.8.7 |
| f8e713f |
2009-11-09 |
Object#tap is not needed for Ruby >= 1.8.7 |
| 1979e9c |
2009-11-09 |
Symbol#to_proc is not needed for Ruby >= 1.8.7 |
| 004db18 |
2009-11-09 |
String#bytesize is not needed for Ruby >= 1.8.7 |
| b56169c |
2009-06-13 |
moves reopening of core classes to add generic stuff fro... |
| d329653 |
2009-06-12 |
uses Object#metaclass and Object#class_eval in a few spots |
| fc09ebc |
2009-02-22 |
Wrap calls to update_attributes in a transaction. |
| a2270ef |
2008-12-28 |
Inline code comments for class_eval/module_eval [#1657 s... |
| 46c7dd2 |
2008-12-16 |
normalize author names in changelogs [#1495 state:commit... |
| e02f0dc |
2008-08-24 |
Rollback the transaction when a before_* callback return... |
| a970f91 |
2008-08-21 |
Fix has_many#count_records. [#865 state:resolved] |
| 593e21d |
2008-05-13 |
Dirty attributes aren't cleared if save fails. [#174 sta... |
| 64092de |
2008-05-02 |
Improve documentation coverage and markup |
| 097c0d6 |
2008-04-05 |
Fix more typos and changelog |
| aa4af60 |
2008-04-05 |
Improve documentation. |
| ca94136 |
2008-03-26 |
Improve documentation. |
| 1a59aa5 |
2008-02-17 |
Update generated comments to reflect the fact that confi... |
| 5ef2b08 |
2008-02-02 |
Reshuffle load order so that routes and observers are in... |
| b2fa70a |
2008-01-23 |
Indicate in documentation that newer version of AR suppo... |
| 349df75 |
2008-01-23 |
Reference to :element option in documentation should be ... |
| 752f633 |
2008-01-04 |
Document that eager loading doesn't work with polymorphi... |
| dc604b4 |
2008-01-04 |
Ruby 1.9: Module#local_constants can now just use consta... |
| ff47ba9 |
2008-01-02 |
Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Du... |
| d6859a7 |
2007-12-16 |
Add tests for html_escape, and remove an unneeded backsl... |
| a3e57ad |
2007-12-10 |
Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn] |
| 788ece4 |
2007-11-06 |
Make rescue_from behave like rescue when dealing with su... |
| a9eaa25 |
2007-10-14 |
Fix environment.rb typos. Closes #9859 [fxn, mikong] |