Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/branches/1-2-stable/activesupport/lib/active_support/core_ext

Name Size Rev Age Last Change
../
array 5668 2 years david: Fixed Array#to_xml when it contains a series of hashes (each piece would …
bigdecimal 4608 2 years marcel: Customize default BigDecimal formatting. [dave@pragprog.com]
cgi 1496 4 years david: Improved performance of Routes generation by a factor of 5 #1434 [Nicholas …
class 6116 2 years rick: fix problem with EMPTY_INHERITABLE_ATTRIBUTES being redefined
date 4718 2 years bitsweat: DateTime#to_time gives hour/minute/second resolution. Closes #5747.
hash 7834 1 year bitsweat: Backport: allow array and hash query parameters. Array route parameters …
integer 5925 2 years bitsweat: Merge [5924] from trunk. References #7023.
kernel 3761 3 years david: Added socket cleanup for lighttpd, both before and after [DHH] Added …
module 6428 2 years ulysses: Merge [6426] to stable
numeric 4029 3 years david: Added Fixnum#seconds for consistency, so you can say 5.minutes + …
object 4050 3 years ulysses: Remove broken hack which has no effect.
pathname 4158 3 years ulysses: Update the diagnostics template skip the useless '<controller not set>' …
range 2506 3 years david: Added to_s(:db) to Range
string 5925 2 years bitsweat: Merge [5924] from trunk. References #7023.
time 6281 2 years bitsweat: Merge [6099] from trunk. Compatibility with Ruby 1.8.6: make private …
array.rb 248 bytes 4387 3 years david: Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] …
bigdecimal.rb 83 bytes 4608 2 years marcel: Customize default BigDecimal formatting. [dave@pragprog.com]
blank.rb 0.8 kB 6794 2 years bitsweat: Merge [6793] to stable from trunk: document Object#blank?. References …
cgi.rb 156 bytes 1735 4 years david: Fixed documentation for release (AS)
class.rb 176 bytes 3493 3 years david: Added reusable reloading support through the inclusion of the Relodable …
date.rb 151 bytes 738 4 years david: Added Date::Conversions for getting dates in different convenient string …
enumerable.rb 1.8 kB 5334 2 years marcel: Expose methods added to Enumerable in the documentation, such as group_by. …
exception.rb 0.8 kB 5555 2 years david: Merged [5546] and [5547] from trunk
hash.rb 0.6 kB 3969 3 years rick: Added nicer message for assert_redirected_to (closes #4294) [court3nay, …
integer.rb 257 bytes 1863 3 years ulysses: Factor Fixnum and Bignum extensions into Integer class
kernel.rb 213 bytes 3714 3 years david: Added Kernel#daemonize to turn the current process into a daemon that can …
load_error.rb 0.9 kB 4386 3 years bitsweat: fix test warnings
logger.rb 444 bytes 3670 3 years nzkoz: Add around methods to Logger. Closes #3809
module.rb 387 bytes 4692 2 years bitsweat: attr_internal to support namespacing and deprecation
name_error.rb 502 bytes 5980 2 years david: Keep the irrelevant stuff out with :nodoc:
numeric.rb 240 bytes 624 4 years david: Moved Active Support into its own gem
object.rb 100 bytes 3493 3 years david: Added reusable reloading support through the inclusion of the Relodable …
pathname.rb 168 bytes 4158 3 years ulysses: Update the diagnostics template skip the useless '<controller not set>' …
proc.rb 335 bytes 3469 3 years sam: Add Object#instance_exec and Proc#bind
range.rb 140 bytes 2506 3 years david: Added to_s(:db) to Range
string.rb 0.7 kB 5223 2 years nzkoz: Add ActiveSupport::Multibyte. Provides String#chars which lets you deal …
symbol.rb 406 bytes 4455 3 years rick: Enhance Symbol#to_proc so it works with list objects, such as …
time.rb 460 bytes 6281 2 years bitsweat: Merge [6099] from trunk. Compatibility with Ruby 1.8.6: make private …
Note: See TracBrowser for help on using the browser.