aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/named_base.rb
Commit message (Expand)AuthorAgeFilesLines
* Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-051-1/+0
* Add attachment and attachments field generatorsChris Oliver2019-03-301-0/+1
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-5/+1
* Remove field ids from scaffold formyuuji.yaginuma2017-11-261-4/+0
* Fix comment in `check_class_collision` [ci skip]yuuji.yaginuma2017-11-071-1/+1
* Remove unused requireyuuji.yaginuma2017-11-061-1/+0
* Generate the correct path in nested scaffold generatoryuuji.yaginuma2017-11-051-9/+9
* [Railties] require_relative => requireAkira Matsuda2017-10-211-2/+2
* scaffold nested name controller should be fine.yalab2017-09-271-3/+32
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Move generator namespacing to BaseLisa Ugray2017-07-191-36/+0
* [Railties] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Fix rubocop violationsyuuji.yaginuma2017-04-121-1/+1
* add field ids when generating a scaffold form.Yves Senn2017-03-261-0/+4
* Fix generator command for nested (namespaced) rails engine (take 2)Fumiaki MATSUSHIMA2017-01-071-2/+6
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-2/+2
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-2/+2
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-36/+38
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Remove unused method `namespaced_file_path`Fumiaki MATSUSHIMA2016-12-141-4/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-12/+12
* Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-171-0/+4
* make generated controller test work correctlyyuuji.yaginuma2016-01-061-0/+4
* Update test generators to use ActionDispatch::IntegrationTestAbdelkader Boudih2015-12-151-0/+12
* fix NoMethodError that occurs when generating scaffold inside full mode engineyuuji.yaginuma2015-06-281-0/+4
* [ci skip] Fix the Rails::Generators::NamedBase#template docRoque Pinel2015-06-151-2/+2
* respect `pluralize_table_names` when generate fixture file. fixes #19519yuuji.yaginuma2015-03-271-0/+4
* Fix description for application_name method - change simple to simplyPrathamesh Sonpatki2014-12-301-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* Add FIXME note about the thor bugRafael Mendonça França2014-05-241-0/+2
* Merge pull request #9083 from bronson/patch-1Rafael Mendonça França2014-05-241-1/+4
|\
| * avoid using alias in generatorsScott Bronson2013-01-251-1/+4
* | avoiding iterations and calling of underscore on all elements of arrayAkshay Vishnoi2013-11-171-1/+1
* | copy edits[ci skip]Vijay Dev2013-05-191-3/+1
* | Added documentation for Rails::Generators::NamedBase.templateaditya-kapoor2013-05-141-0/+4
* | add require to suppress warning; remove variableVipul A M2013-04-041-1/+1
* | Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+1
|/
* Add GeneratedAttribute#column_name to get the name of the column in theRafael Mendonça França2012-12-101-1/+1
* Extract a attributes_names method to avoid duplicationRafael Mendonça França2012-12-101-0/+7
* Remove observers and sweepersRafael Mendonça França2012-11-281-2/+2
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-4/+4
* reduce number of StringsAkira Matsuda2012-06-061-1/+1
* Make method name consistent with existing methodsAndrew White2012-06-061-3/+3
* Fixed the application_controller require_dependency path generated by the app...Fred Wu2012-06-061-4/+5
* Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-201-0/+4
* Don't indent blank lines in named base generatorsAlexey Vakhov2012-04-251-1/+1