1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides
claudiob c61544c781 Add +capitalize+ option to Inflector.humanize
So strings can be humanized without being capitalized:

    'employee_salary'.humanize                    # => "Employee salary"
    'employee_salary'.humanize(capitalize: false) # => "employee salary"
2013-11-06 13:03:46 -08:00
..
assets Adds Akshay Surve to Rails Guides credits list 2013-08-23 18:09:49 +05:30
bug_report_templates remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
code/getting_started remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
rails_guides remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
source Add +capitalize+ option to Inflector.humanize 2013-11-06 13:03:46 -08:00
.document
CHANGELOG.md Adds the Rails maintenance policy to the Guides 2013-10-03 00:39:29 +03:00
rails_guides.rb remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
Rakefile Revert "Whitespace trimming in guides generation" 2013-06-14 00:30:40 +05:30
w3c_validator.rb