| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GeneratedAttribute#column_name to get the name of the column in the | Rafael Mendonça França | 2012-12-10 | 1 | -1/+1 |
* | Extract a attributes_names method to avoid duplication | Rafael Mendonça França | 2012-12-10 | 1 | -0/+7 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -2/+2 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -4/+4 |
* | reduce number of Strings | Akira Matsuda | 2012-06-06 | 1 | -1/+1 |
* | Make method name consistent with existing methods | Andrew White | 2012-06-06 | 1 | -3/+3 |
* | Fixed the application_controller require_dependency path generated by the app... | Fred Wu | 2012-06-06 | 1 | -4/+5 |
* | Fix generators to help with ambiguous `ApplicationController` issue | Piotr Sarnacki | 2012-05-20 | 1 | -0/+4 |
* | Don't indent blank lines in named base generators | Alexey Vakhov | 2012-04-25 | 1 | -1/+1 |
* | Updated/changed useless tr/gsubs | Jurriaan Pruis | 2012-04-03 | 1 | -1/+1 |
* | Remove key_value helper now that master is 1.9 only and we always use | Rafael Mendonça França | 2012-03-13 | 1 | -5/+0 |
* | Tidy up migration types. | José Valim | 2011-12-24 | 1 | -1/+1 |
* | added ability to specify from cli when generating a model/migration whether p... | Dmitrii Samoilov | 2011-12-24 | 1 | -3/+2 |
* | Get rid of more 1.8.x dead code | José Valim | 2011-12-20 | 1 | -7/+2 |
* | Get rid of --old-style-hash | José Valim | 2011-12-20 | 1 | -3/+0 |
* | Use namespace if it's a mountable engine | Stefan Sprenger | 2011-06-07 | 1 | -3/+1 |
* | initialize @inside_template | Akira Matsuda | 2011-05-18 | 1 | -0/+1 |
* | ADdd missing requires (thanks to @arunagw) | José Valim | 2011-05-07 | 1 | -0/+1 |
* | Add --old-style-hash option to force creating old style hash on Ruby 1.9 | Prem Sichanugrist | 2011-04-10 | 1 | -1/+4 |
* | Rails will now generate Ruby 1.9 style hash when running scaffold_controller ... | Prem Sichanugrist | 2011-04-10 | 1 | -0/+10 |
* | Fixed issue #6363, avoid to pluralized already pluralized names and singulari... | Timothy N. Tsvetkov | 2011-02-16 | 1 | -2/+2 |
* | Fix indentation and newlines in generated engine | Piotr Sarnacki | 2010-12-16 | 1 | -1/+1 |
* | Change inside_namespace method to inside_template and use it in all templates... | Piotr Sarnacki | 2010-11-16 | 1 | -21/+20 |
* | Bye bye bang bang. | Piotr Sarnacki | 2010-11-16 | 1 | -1/+1 |
* | Fix scaffold generator to be aware of namespace in isolated engine | Piotr Sarnacki | 2010-11-03 | 1 | -1/+7 |
* | Refactor a few methods connected with namespacing in Rails::Generators::Named... | Piotr Sarnacki | 2010-09-25 | 1 | -8/+9 |
* | Rails.application is set anyway, we don't need to set it manually, this was p... | Piotr Sarnacki | 2010-09-25 | 1 | -1/+1 |
* | Generators fix: properly check if module should be created when creating a na... | Piotr Sarnacki | 2010-09-25 | 1 | -1/+5 |
* | Refactor namespaced generators to use module_namespacing block helper | Piotr Sarnacki | 2010-09-24 | 1 | -13/+10 |
* | Generators are not aware of namespace of isolated engines and applications | Piotr Sarnacki | 2010-09-24 | 1 | -2/+58 |
* | Patch for Namespace problem in Scaffold. [#4763 state:resolved] | Mohammed Siddick.E | 2010-06-23 | 1 | -1/+17 |
* | Make polymorphic_url and scaffolding work with uncountable resources [#3930 s... | Andrew White | 2010-06-20 | 1 | -0/+8 |
* | Use human_name in scaffold. | José Valim | 2010-03-17 | 1 | -0/+4 |
* | Change mailer generator templates and refactor the whole naming schema. | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -45/+34 |
* | Ensure generators can be invoked by their shortcut and remove attr_reader tasks. | José Valim | 2010-01-18 | 1 | -3/+5 |
* | Pass config.generators options along when RAILS_GENERATORS is set and show --... | José Valim | 2009-11-03 | 1 | -1/+4 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+101 |