aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/named_base.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
* Remove key_value helper now that master is 1.9 only and we always useRafael Mendonça França2012-03-131-5/+0
* 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-3/+2
* Get rid of more 1.8.x dead codeJosé Valim2011-12-201-7/+2
* Get rid of --old-style-hashJosé Valim2011-12-201-3/+0
* Use namespace if it's a mountable engineStefan Sprenger2011-06-071-3/+1
* initialize @inside_templateAkira Matsuda2011-05-181-0/+1
* ADdd missing requires (thanks to @arunagw)José Valim2011-05-071-0/+1
* Add --old-style-hash option to force creating old style hash on Ruby 1.9Prem Sichanugrist2011-04-101-1/+4
* Rails will now generate Ruby 1.9 style hash when running scaffold_controller ...Prem Sichanugrist2011-04-101-0/+10
* Fixed issue #6363, avoid to pluralized already pluralized names and singulari...Timothy N. Tsvetkov2011-02-161-2/+2
* Fix indentation and newlines in generated enginePiotr Sarnacki2010-12-161-1/+1
* Change inside_namespace method to inside_template and use it in all templates...Piotr Sarnacki2010-11-161-21/+20
* Bye bye bang bang.Piotr Sarnacki2010-11-161-1/+1
* Fix scaffold generator to be aware of namespace in isolated enginePiotr Sarnacki2010-11-031-1/+7
* Refactor a few methods connected with namespacing in Rails::Generators::Named...Piotr Sarnacki2010-09-251-8/+9
* Rails.application is set anyway, we don't need to set it manually, this was p...Piotr Sarnacki2010-09-251-1/+1
* Generators fix: properly check if module should be created when creating a na...Piotr Sarnacki2010-09-251-1/+5
* Refactor namespaced generators to use module_namespacing block helperPiotr Sarnacki2010-09-241-13/+10
* Generators are not aware of namespace of isolated engines and applicationsPiotr Sarnacki2010-09-241-2/+58
* Patch for Namespace problem in Scaffold. [#4763 state:resolved]Mohammed Siddick.E2010-06-231-1/+17
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-0/+8
* Use human_name in scaffold.José Valim2010-03-171-0/+4
* Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-251-45/+34
* Ensure generators can be invoked by their shortcut and remove attr_reader tasks.José Valim2010-01-181-3/+5
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-031-1/+4