aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:commit...Rob Zolkos & Xavier Noria2010-10-162-3/+25
* fix time.to_formatted_time(:time) exampleAditya Sanghi2010-10-131-2/+2
* Cleanup logger a bit.José Valim2010-10-081-38/+11
* PERF: more Hash + map changesSantiago Pastorino2010-10-031-3/+3
* speed up index_by by removing a lolinjectAaron Patterson2010-10-011-4/+1
* Move uri parser to AS as URI.parser method to reuse it in AP and ARes.Emilio Tagua2010-09-281-0/+8
* revises RDoc of Hash#to_param to be more precise about orderingXavier Noria2010-09-281-2/+2
* let Hash#to_param and Hash#to_query sort againXavier Noria2010-09-281-2/+3
* Merge remote branch 'miloops/warnings'José Valim2010-09-271-0/+1
|\
| * Remove method if already exists to avoid warnings.Emilio Tagua2010-09-271-0/+1
* | Make assert_valid_keys slightly faster.thedarkone2010-09-271-4/+6
* | No need for an extra wrapper array.thedarkone2010-09-271-1/+1
* | Use native attr_* macros for performance reasons.thedarkone2010-09-271-6/+13
* | Creating singleton class for every object whenever the instance-level accesso...thedarkone2010-09-271-1/+21
|/
* Fix 'warning: method redefined' [#5551 state:resolved]Krekoten' Marjan2010-09-251-4/+4
* attr_accessor_with_default should raise an ArgumentError not a RuntimeErrorAaron Patterson2010-09-241-3/+2
* Use map, no need to use inject here.Emilio Tagua2010-09-221-4/+1
* Refactor inject use in hash conversions.Emilio Tagua2010-09-221-8/+2
* Use `Time.current` to maintain consistency with AS::DurationPrem Sichanugrist2010-09-191-2/+2
* Move capture to Kernel. [#5641 state:resolved]Krekoten' Marjan2010-09-181-0/+19
* Remove dummy method definition in favor of RDoc hints:Aaron Patterson2010-09-111-7/+5
* delegate method should treat :prefix => false same as :prefix => nilNeeraj Singh2010-09-011-1/+1
* let String#strip_heredoc handle blank lines even if they are not indentedXavier Noria2010-08-301-3/+5
* implements String#strip_heredocXavier Noria2010-08-292-1/+26
* adds missing require for #parameterizeXavier Noria2010-08-261-0/+2
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* making variable names a little more clearAaron Patterson2010-08-231-1/+2
* avoids a ton o warnings activesupport/lib/active_support/dependencies.rb:239:...Xavier Noria2010-08-191-3/+1
* to_sentence should return a duplicateMatthew Mongeau2010-08-171-1/+1
* Merge remote branch 'docrails/master'Xavier Noria2010-08-171-1/+1
|\
| * recommended is the right word hereSantiago Pastorino2010-08-151-1/+1
* | Class Attribute setter returns set valuePeter Wagenet2010-08-161-0/+1
* | Object#returning has gone, it's already deprecated on 3-0-stableSantiago Pastorino2010-08-152-44/+0
|/
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-1423-75/+75
* deprected -> deprecatedSantiago Pastorino2010-08-141-1/+1
* applied guidelines to "# =>"Paco Guzman2010-08-123-10/+10
* correcting wrong exampleNeeraj Singh2010-08-061-1/+1
* fixing typoNeeraj Singh2010-08-051-1/+1
* more documentation for class_inheritable_*Neeraj Singh2010-08-051-0/+22
* Bring returning back to ease migration.José Valim2010-08-022-0/+44
* explains Array.wrap directly, rather by comparison with Kernel#Array which is...Xavier Noria2010-08-011-1/+22
* Add another missing require in 'active_support/inflector/inflections'Carl Lerche2010-07-291-0/+1
* Merge remote branch 'rails/master'Xavier Noria2010-07-305-11/+18
|\
| * edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-303-7/+8
| * Add a missing require in 'active_support/core_ext/string/inflections'Carl Lerche2010-07-291-0/+1
| * adds test coverage for edge-cases of Array.wrap, and better documentation for...Xavier Noria2010-07-281-4/+9
* | itsy bitsy changes to documentationNeeraj Singh2010-07-281-13/+13
* | More documentation to class_attribute.José Valim2010-07-281-11/+24
* | adding comment specifying that cattr_accessor also supports instance_write an...Neeraj Singh2010-07-281-0/+10
* | clarifying the instance_write option with an exampleNeeraj Singh2010-07-281-1/+5