rails/guides/rails_guides
Santiago Pastorino a0613ad8a9 Revert "Use flat_map { } instead of map {}.flatten"
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]]
2012-10-05 12:07:16 -03:00
..
markdown Fix footnote format 2012-09-17 15:55:17 -04:00
generator.rb let .md be the only supported extension for guides 2012-09-18 23:04:12 +02:00
helpers.rb Revert "Use flat_map { } instead of map {}.flatten" 2012-10-05 12:07:16 -03:00
indexer.rb moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
levenshtein.rb moves the guides up to the root directory 2012-03-17 08:32:49 -07:00
markdown.rb Change #id generation rule 2012-09-17 15:55:17 -04:00