aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_support_core_extensions.md
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #7007 from Mik-die/hash_extractRafael Mendonça França2012-10-121-2/+10
|\ \ | |/ |/| make Hash#extract! more symmetric with Hash#slice
| * add more testcases and doc about Hash#extract!Mikhail Dieterle2012-10-081-2/+10
| |
| * Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | This reverts commit abf8de85519141496a6773310964ec03f6106f3f. We should take a deeper look to those cases flat_map doesn't do deep flattening. irb(main):002:0> [[[1,3], [1,2]]].map{|i| i}.flatten => [1, 3, 1, 2] irb(main):003:0> [[[1,3], [1,2]]].flat_map{|i| i} => [[1, 3], [1, 2]]
| * Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-3/+3
| |
* | copy-edits ae9b3d7 [ci skip]Xavier Noria2012-10-091-2/+3
| |
* | AS guide: revises the description of #monday, and #sunday [ci skip]Xavier Noria2012-10-091-2/+8
| | | | | | | | | | | | | | | | | | | | The start of the week is a parameter nowadays, it is a little confusing that we say here that we assume something about it. Better to use "next" and "previous", which are clear regardless of the concept of beginning of week. Adds examples for the edge cases where the receiver is a Monday or Sunday itself.
* | active support core extensions guides updated with config.beginning_of_week infogregolsen2012-09-221-2/+6
|/
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-6/+6
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Fix remaining formatting problems in the guidePrem Sichanugrist2012-09-171-14/+13
|
* Convert all tables to Markdown syntaxPrem Sichanugrist2012-09-171-1/+2
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-2/+2
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-584/+584
|
* Convert inline code tags to MarkdownPrem Sichanugrist2012-09-171-37/+37
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-192/+214
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-588/+588
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+3776