aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.textile
Commit message (Collapse)AuthorAgeFilesLines
* remove references to :finder_sql, :counter_sql, :delete_sql, :insert_sql ↵Jon Leighton2012-07-201-21/+1
| | | | from guides
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-201-0/+21
|
* fix some formatting [ci skip]Vijay Dev2012-06-141-28/+38
|
* A blank line is required before code blocks. The generated output breaks ↵João Britto2012-06-081-0/+8
| | | | otherwise.
* copy edit AS guide [ci skip]Vijay Dev2012-06-021-7/+5
|
* better explanations for acts_like?, try and deep_dupHrvoje Šimić2012-06-021-6/+20
|
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-271-0/+70
|
* Add Hash#deep_transform_keys and Hash#deep_transform_keys! Also convert ↵Mark McSpadden2012-05-231-0/+7
| | | | deep_*_keys to use deep_transform_keys.
* Adding deep versions of stringify_keys and symbolize_keys (plain and bang) ↵Lucas Húngaro2012-05-231-0/+14
| | | | for nested hashes
* Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ↵Mark McSpadden2012-05-231-0/+32
| | | | to use them.
* update AS docsVasiliy Ermolovich2012-05-171-6/+2
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-171-2/+2
|\ | | | | | | | | Conflicts: activerecord/lib/active_record/core.rb
| * Fix some code formatting in core_ext guideMark Rushakoff2012-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] <plus> is nonstandard Textile; RailsGuides::TextileExtensions::plusplus is the method that causes multiple code-formatted `+` symbols to generate crap like <code>1 <notextile><tt>+</tt></notextile> 2 ...</code> instead of the expected output: <code>1 + 2 ...</code>
| * update docs on String#at about ruby versionVasiliy Ermolovich2012-05-151-1/+1
| |
* | remove backported string interpolationVasiliy Ermolovich2012-05-151-14/+0
|/
* remove docs on Range#stepVasiliy Ermolovich2012-05-141-12/+0
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-081-2/+31
|\
| * Remove accidentally pasted NOTE section during introduction of ↵Mark J. Titorenko2012-05-071-2/+0
| | | | | | | | +beginning_of_hour+ and +end_of_hour+ documentation.
| * Corrections to +beginning_of_day+ and +end_of_day+ example dates.Mark J. Titorenko2012-05-071-2/+2
| |
| * Added documentation for +beginning_of_hour+ and +end_of_hour+ to Active ↵Mark J. Titorenko2012-05-071-0/+31
| | | | | | | | Support Core Extensions guide.
* | Merge pull request #6064 from gazay/fix_guides_for_as_core_extXavier Noria2012-05-071-65/+67
|\ \ | | | | | | Fix guides for as core ext
| * | Changes for numeric api for Time because Time.current works differentAlexey Gaziev2012-05-071-4/+4
| | |
| * | Fix some guides for AS core_extAlexey Gaziev2012-05-071-64/+66
| |/
* | [guides] Add comments to deep_dup example, fix second example [ci skip]Piotr Sarnacki2012-05-061-1/+3
| |
* | Reword guide entry for `deep_dup` method.Piotr Sarnacki2012-05-061-14/+23
| |
* | Guides for deep_dupAlexey Gaziev2012-05-061-0/+64
|/
* Active Support Core Extensions guide: reworded "on one hand" and similar to ↵Rory O’Kane2012-04-261-1/+1
| | | | "for one thing"
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+3515