aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/migration
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
* acronyms like ORM should be in uppercase, so overwrite the desc generated by ...shunsukeaida2015-01-071-1/+1
* Add join table migration generator to usage help.Matthew M. Boedicker2013-01-041-0/+13
* copy editing [ci skip]Vijay Dev2012-12-151-1/+1
* Change method is default since rails 3.1 [ci skip]Gaurish Sharma2012-12-141-8/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-2/+2
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* Tidy up migration types.José Valim2011-12-241-1/+1
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-241-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-232-0/+37
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-182-37/+0
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-242-0/+37