aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides/helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Change with start of translation in internationalization, this time ↵Rafael Mendonça França2012-10-171-1/+1
| | | | | | | | | | | with pt_br." This reverts commit 09682e9e7328b1c1466ae87af08f1785a0b5d7e3. Conflicts: guides/source/en/association_basics.md REASON: Translation work can not be done in the docrails repository
* Change with start of translation in internationalization, this time with pt_br.Rodrigo Martins2012-10-171-1/+1
|
* [Guides] Navigation styling for small devicesJoe Fiorini2012-10-061-2/+8
|
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-1/+1
| | | | | | | | | | | 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-1/+1
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+45