aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
* | | add unless_exist option to memory storegrosser2012-05-102-0/+8
| | |
* | | Remove key argument from run_callbacks to fix buildFrancesco Rodriguez2012-05-101-1/+1
| | |
* | | AS::Callbacks#run_callbacks remove key argumentFrancesco Rodriguez2012-05-104-6/+7
| | |
* | | Consistent CHANGELOG entry indentation.Mark J. Titorenko2012-05-091-22/+22
| | |
* | | Add CHANGELOG section for unreleased Rails 3.2.4; document addition of ↵Mark J. Titorenko2012-05-091-0/+11
|/ / | | | | | | #beginning_of_hour and #end_of_hour to Time and DateTime core extensions.
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-082-24/+114
|\ \
| * | cut some duplication and minor edits [ci skip]Vijay Dev2012-05-081-37/+4
| | |
| * | added docs to cattr_readerFrancesco Rodriguez2012-05-071-0/+27
| | |
| * | better docs for cattr_accessor and cattr_writerFrancesco Rodriguez2012-05-071-2/+14
| | |
| * | added docs and examples to cattr_writer methodFrancesco Rodriguez2012-05-071-5/+41
| | |
| * | added docs to cattr_accessor methodFrancesco Rodriguez2012-05-071-12/+50
| | |
| * | adding example about using cattr_accessor with subclassesFrancesco Rodriguez2012-05-071-0/+8
| | |
| * | Add missing public method doc to TimeWithZone.nameRob Zolkos2012-05-061-1/+3
| | |
* | | Merge pull request #5500 from panthomakos/load-allMichael Koziarski2012-05-072-18/+1
|\ \ \ | | | | | | | | Removed ActiveSupport#load_all!
| * | | Removed ActiveSupport#load_all!Pan Thomakos2012-03-182-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is no longer used and actually raises an error when trying to load `ActiveSupport::Dependencies`. I removed the related code and added the `Dependencies` module to the autoload list.
* | | | Merge pull request #6064 from gazay/fix_guides_for_as_core_extXavier Noria2012-05-072-3/+15
|\ \ \ \ | | | | | | | | | | Fix guides for as core ext
| * | | | Changes for numeric api for Time because Time.current works differentAlexey Gaziev2012-05-071-3/+3
| | | | |
| * | | | Added tests for comparsion operator for RangeAlexey Gaziev2012-05-071-0/+12
| | | | |
* | | | | Keep all methods in object/deep_dupPiotr Sarnacki2012-05-066-18/+17
| | | | |
* | | | | Updated CHANGELOG entry for `deep_dup`Piotr Sarnacki2012-05-061-0/+2
| | | | |
* | | | | Nice logic for deep_dup in railsAlexey Gaziev2012-05-067-19/+70
| | | | |
* | | | | Merge pull request #6169 from marcandre/respond_to_missingJosé Valim2012-05-056-6/+24
|\ \ \ \ \ | | | | | | | | | | | | Respond to missing
| * | | | | Use respond_to_missing for TimeWithZoneMarc-Andre Lafortune2012-05-052-3/+4
| | | | | |
| * | | | | Use respond_to_missing? for CharsMarc-Andre Lafortune2012-05-052-2/+11
| | | | | |
| * | | | | Use respond_to_missing? for OrderedOptionsMarc-Andre Lafortune2012-05-052-1/+9
| | | | | |
* | | | | | Merge pull request #6156 from mjtko/feature-beginning_of_hourJeremy Kemper2012-05-045-0/+56
|\ \ \ \ \ \ | | | | | | | | | | | | | | Beginning and end of hour support for Time and DateTime
| * | | | | | added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-045-0/+56
| | |_|_|/ / | |/| | | |
* / | | | | enable tests for beginning_of_* and end_of_* within time zone tests; enable ↵Mark J. Titorenko2012-05-041-8/+8
|/ / / / / | | | | | | | | | | | | | | | test for future_with_time_current_as_time_with_zone; fix beginning_of_month test.
* | | | | Merge pull request #4452 from tapajos/e5425c8f68fbb720fcbf4b14e1f154ac27dbbbedAaron Patterson2012-05-032-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Fix cache (FileStore) clear to keep .gitkeep.
| * | | | | Cache (FileStore) clear should keep .gitkeepMarcos Tapajos2012-01-132-1/+8
| | | | | |