aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-1525-82/+52
|\ | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/asset_tag_helper.rb
| * missing dot [ci skip]Vijay Dev2012-05-151-1/+1
| |
| * adding examples to deep_dup methodFrancesco Rodriguez2012-05-141-1/+23
| |
| * removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-1321-74/+11
| |
| * Fixing Hash#stringify_keys docsFrancesco Rodriguez2012-05-131-1/+1
| |
| * marking self in Hash#symbolize_keys!Francesco Rodriguez2012-05-131-1/+1
| |
| * added example to Hash#symbolize_keysFrancesco Rodriguez2012-05-131-2/+5
| |
| * unnecessary 'examples' noise in Hash#assert_valid_keys docsFrancesco Rodriguez2012-05-131-1/+0
| |
| * added example to Hash#stringify_keysFrancesco Rodriguez2012-05-131-1/+5
| |
| * adding examples to Hash#deep_merge methodFrancesco Rodriguez2012-05-131-2/+7
| |
| * Update docs to public_send for Object#tryOscar Del Ben2012-05-131-1/+1
| |
| * update docs on Object#tryVasiliy Ermolovich2012-05-131-1/+1
| |
* | Since escape_html_entities_in_json was moved to 3-2-stable, make it true in ↵José Valim2012-05-141-1/+1
| | | | | | | | AS, closes #6287
* | Merge pull request #4431 from lest/refactor-1-9Rafael Mendonça França2012-05-131-7/+3
|\ \ | | | | | | use const_defined? with second argument in AS::Dependencies
| * | use const_defined? with second argument in AS::DependenciesSergey Nartimov2012-05-131-7/+3
| | | | | | | | | | | | there is no need in local_const_defined? helper method
* | | Remove dependency on safe_join from number helpersCarlos Antonio da Silva2012-05-131-3/+2
| | | | | | | | | | | | Introduced in 0f848dd54911f0e15c5c3aceabf09582cc6eab16.
* | | Merge pull request #6305 from arunagw/ruby-prof-fixesCarlos Antonio da Silva2012-05-132-1/+2
|\ \ \ | |/ / |/| | Ruby prof fixes
| * | Need to include "OutputSaftyHelper" here to preventArun Agrawal2012-05-131-0/+1
| | | | | | | | | | | | | | | `number_with_delimiter': undefined method `safe_join' for #<ActiveSupport::Testing::Performance::Metrics::Objects
| * | Fixed ruby-prof changes and let's use latest ruby-prof now.Arun Agrawal2012-05-131-1/+1
| | |
* | | remove useless tests for Range#stepVasiliy Ermolovich2012-05-131-10/+0
| | |
* | | Remove blockless_step leave all that up to RubySantiago Pastorino2012-05-133-15/+1
|/ / | | | | | | Closes #6297
* | Move AS set configs to AS RaitieSantiago Pastorino2012-05-121-0/+7
| |
* | copy-edits a recent CHANGELOG entry [ci skip]Xavier Noria2012-05-121-1/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-1210-23/+95
|\ | | | | | | | | Conflicts: activesupport/lib/active_support/callbacks.rb
| * fix incorrect example [ci skip]Vijay Dev2012-05-121-1/+1
| |
| * remove docs related to ruby 1.8 from Array#wrapVasiliy Ermolovich2012-05-121-3/+0
| |
| * added examples to Integer#multiple_of?Francesco Rodriguez2012-05-111-0/+4
| |
| * removing trailing spacesFrancesco Rodriguez2012-05-111-3/+3
| |
| * added docs to String#to_datetimeFrancesco Rodriguez2012-05-111-0/+6
| |
| * added docs to String#to_dateFrancesco Rodriguez2012-05-111-0/+6
| |
| * added examples to String#exclude?Francesco Rodriguez2012-05-111-1/+6
| |
| * remove unnecessary 'examples' noiseFrancesco Rodriguez2012-05-113-9/+0
| |
| * fix String#last exampleFrancesco Rodriguez2012-05-111-1/+1
| |
| * fix String#last exampleFrancesco Rodriguez2012-05-111-1/+1
| |
| * added docs to String#lastFrancesco Rodriguez2012-05-111-0/+10
| |
| * improve String#first docsFrancesco Rodriguez2012-05-111-4/+3
| |
| * fix typo in String#firstFrancesco Rodriguez2012-05-111-1/+1
| |
| * added docs to String#firstFrancesco Rodriguez2012-05-111-0/+11
| |
| * added docs to String#fromFrancesco Rodriguez2012-05-111-0/+13
| |
| * improve String#to docsFrancesco Rodriguez2012-05-111-2/+2
| |
| * added docs to String#toFrancesco Rodriguez2012-05-111-0/+13
| |
| * added docs to String#atFrancesco Rodriguez2012-05-111-0/+25
| |
| * Fix copypaste. [ci skip]Edward Tsech2012-05-111-2/+2
| |
| * deleting empty lines in docs partsFrancesco Rodriguez2012-05-101-8/+0
| |
* | Remove wrong rack/utils dependency from ASSantiago Pastorino2012-05-121-3/+3
| | | | | | | | Closes #6274
* | Object#try can't call private methodsVasiliy Ermolovich2012-05-123-3/+17
| |
* | Remove useless load path modificationsSantiago Pastorino2012-05-112-5/+0
| |
* | Lazy load I18nSantiago Pastorino2012-05-111-0/+1
| |
* | Remove ruby/shimSantiago Pastorino2012-05-111-15/+0
| | | | | | | | require 'action_view' is now much faster
* | Test Hash#except can receive more than one argument.Edward Tsech2012-05-111-0/+6
| |