aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Move generator namespacing to BaseLisa Ugray2017-07-191-0/+37
* 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
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-12/+12
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in railties/libXavier Noria2016-08-061-9/+9
* Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-2/+2
* [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-3/+3
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Replace :base with :in [ci skip]Marcio Junior2014-05-111-2/+2
* Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* Require the top file and autoload Base classRafael Mendonça França2013-11-091-2/+0
* Merge pull request #12733 from robin850/fix-railties-buildRafael Mendonça França2013-11-011-1/+0
|\
| * Remove "circular require considered harmful" errorRobin Dupret2013-11-011-1/+0
* | More Warnings removed for ruby trunkArun Agrawal2013-11-011-3/+3
|/
* rename AppPreparerAaron Patterson2013-10-301-0/+1
* Refactoring Generators::Base.wangjohn2013-08-281-14/+17
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-8/+8
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* Remove redundant 'the'.Uģis Ozols2012-09-131-1/+1
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+1
* Require thor 0.15.3 onwardsJosé Valim2012-06-181-0/+1
* Removing ==Examples and last blank lines of docs from railtiesFrancesco Rodriguez2012-05-141-3/+0
* added example, removed blank linesHrvoje Šimić2012-04-041-10/+0
* Usage file in generators shouldn't be fetched only based on source_rootPiotr Sarnacki2012-04-011-4/+17
* Add convenience method to hide a generator from the available onesCarlos Antonio da Silva2012-02-031-0/+6
* remove ruby 1.8 support codeSergey Nartimov2012-01-291-6/+2
* Fix rails/generators/base.rb documentation for hook_forPavel Gabriel2011-12-291-3/+3
* Doc fixes on Rails::Generators::Base.hook_for.Hendy Tanata2011-12-211-3/+3
* treat USAGE as an ERB templateColin MacKenzie IV2011-11-021-1/+1
* Fix rails/generators/base.rb documentation for generator lookupRyan Bigg2011-10-101-3/+3
* Removed warnings about shadowing variablesAlexey Gaziev2011-06-201-3/+3
* Made language consistent with the rest of the comments in the file.Aditya Sanghi2011-05-061-2/+2
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Make sure the Thor generator LoadError does not output --dev twice [#6431 sta...Jeff Kreeftmeijer2011-02-271-1/+1
* Make sure that generator's default banner is showing its namespacePrem Sichanugrist2011-01-011-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Fixes usage message when running rails without --dev on a cloned rails repoSantiago Pastorino2010-07-261-1/+1
* Changed `ruby /path/to/rails myapp --dev` to `ruby /path/to/rails new myapp -...Jeff Kreeftmeijer2010-06-211-1/+1
* Removing Metal from Rails 3. wycats2010-05-291-1/+1