aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/resource_route
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30241 from yhirano55/optimize_routes_indentationRafael Mendonça França2017-08-141-25/+20
|\
| * Optimize routes indentationYoshiyuki Hirano2017-08-141-24/+19
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* | Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove unneeded option from ResourceRouteGeneratorSantiago Pastorino2015-06-111-3/+0
* Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-111-3/+1
* Api apps scaffold generates routes without new and edit actionsSantiago Pastorino2015-06-111-1/+5
* Add a new-line to the end of route method generated code.Arthur Neves2015-03-181-2/+4
* Fix comment syntaxBrian Cardarella2013-12-311-1/+1
* Remove some line breaks between array items that make the assert file tests h...Carlos Antonio da Silva2012-11-041-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-1/+1
|\
| * update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* | Fixed generated whitespace in routes when using namespaced resource.Jeremy Walker2012-09-291-4/+41
|/
* Add hook for add_resource_routeSantiago Pastorino2012-04-181-0/+13