aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/generator
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* 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
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in railties/libXavier Noria2016-08-061-1/+1
* Fixed USAGE file for generator [ci skip]Arun Agrawal2013-07-161-1/+1
* Added generated unit test for generator generator and new test:generators rak...Josef Šimánek2013-07-162-0/+3
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-3/+3
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* Allow to generate namespaced generators [#6140 state:resolved]Piotr Sarnacki2010-12-161-2/+2
* removes words moved in previous edit of the generator generator USAGEXavier Noria2010-08-231-1/+1
* adds USAGE to the generator generator USAGE (not sure this meta thing is any ...Xavier Noria2010-08-231-2/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-301-3/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-235-0/+49
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-185-49/+0
* Expand path relative to __FILE__Jeremy Kemper2009-11-281-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-245-0/+49