| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an model_subclass generator. | Fabien Jakimowicz | 2009-05-27 | 4 | -0/+56 |
* | Remove obsolete wiki reference [#2291 state:resolved] | Mike Gunderloy | 2009-05-17 | 1 | -1/+1 |
* | Get Railties passing again | Yehuda Katz | 2009-05-16 | 2 | -2/+2 |
* | Added db/seeds.rb as a default file for storing seed data for the database. C... | David Heinemeier Hansson | 2009-05-11 | 1 | -0/+5 |
* | Fixed that template runner gem method to output :lib => false correctly [#194... | Damian Terentiev | 2009-03-12 | 1 | -1/+1 |
* | Ensure TemplateRunner#ask? works with the rake task to apply a template [#165... | Andrew Timberlake | 2009-03-09 | 1 | -1/+1 |
* | Use Array.wrap() instead of Array() and handle action_view.cache_template_loa... | Pratik Naik | 2009-02-28 | 1 | -1/+1 |
* | Ensure 16b3d2b621b1682f249209097c31b0a10f0f87ef works with Ruby 1.9 | Pratik Naik | 2009-02-28 | 1 | -1/+1 |
* | Added :env option for gem in template runner [#1983 state:resolved] | Andrew Vit | 2009-02-28 | 1 | -4/+24 |
* | Ruby 1.9 compat: limit const_defined? | Jeremy Kemper | 2009-02-27 | 1 | -2/+6 |
* | Ensure template_runner can run script/* ruby scripts under Windows. [#1859 st... | unknown | 2009-02-16 | 1 | -2/+8 |
* | Changed scaffold generated controller tests to use #to_param. | Pat Nakajima | 2009-02-13 | 1 | -4/+4 |
* | A few more minor scaffold template cleanups | David Heinemeier Hansson | 2009-02-05 | 5 | -7/+7 |
* | Update scaffolding [#1840 state:committed] | Mike Gunderloy | 2009-02-05 | 2 | -2/+2 |
* | Merge docrails | Pratik Naik | 2009-01-18 | 1 | -1/+7 |
* | Remove script/performance/profiler in favour of performance integration tests. | Pratik Naik | 2009-01-18 | 1 | -1/+1 |
* | Allow custom rails generators to pass in their own binding to Create command ... | Joshua Peek | 2008-12-28 | 1 | -1/+1 |
* | Ensure template runner tests don't depend on hash ordering [#1654 state:resol... | Mike Gunderloy | 2008-12-28 | 1 | -1/+1 |
* | Use SimpleLogger for Rails::TemplateRunner outside of the Generator context [... | Aaron Quint | 2008-12-28 | 1 | -0/+10 |
* | Adding test coverage and better logging to Rails::TemplateRunner [#1618 state... | Aaron Quint | 2008-12-27 | 1 | -66/+53 |
* | Make generated Metal bits a pure rack endpoint application (not middleware) | Joshua Peek | 2008-12-17 | 1 | -4/+4 |
* | Introduce Rails Metal | Joshua Peek | 2008-12-16 | 3 | -0/+28 |
* | Fix message when running TemplateRunner#git. [#1526 state:resolved] | Sergio Gil | 2008-12-08 | 1 | -2/+2 |
* | Add a rake task to apply a template to an existing application. | Pratik Naik | 2008-12-07 | 2 | -3/+3 |
* | Remove unused TemplateRunner attributes | Pratik Naik | 2008-12-07 | 1 | -1/+1 |
* | Added support for plugins to be installed as submodules with the application ... | Peter Cooper | 2008-12-06 | 1 | -1/+7 |
* | Add :env and :sudo options to TemplateRunner#rake. | Pratik Naik | 2008-12-04 | 1 | -3/+6 |
* | Make TemplateRunner#generate accept any number of arguments | Pratik Naik | 2008-12-03 | 1 | -3/+3 |
* | Remove docs for TemplateRunner#gem as the behaviour has been changed | Pratik Naik | 2008-12-02 | 1 | -13/+0 |
* | Add "-m/--template" option to Rails generator to apply template to generated ... | Jeremy McAnally | 2008-12-02 | 7 | -0/+423 |
* | Generate rackup dispatcher with rails:update:generate_dispatchers | Joshua Peek | 2008-12-01 | 1 | -0/+1 |
* | Extracted the process scripts (inspector, reaper, spawner) into the plugin ir... | David Heinemeier Hansson | 2008-11-30 | 1 | -3/+2 |
* | Cleanup the app generator | David Heinemeier Hansson | 2008-11-30 | 1 | -142/+196 |
* | Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in Activ... | Jeremy Kemper | 2008-11-24 | 1 | -0/+2 |
* | Fix typo in 5b5730cc6e9194fb5f67fe79d2c7849e200ba6ed | Pratik Naik | 2008-11-24 | 1 | -4/+4 |
* | Don't generate public/dispatch.cgi/fcgi/rb files by default. | Yaroslav Markin | 2008-11-24 | 1 | -4/+10 |
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting... | David Heinemeier Hansson | 2008-11-22 | 1 | -3/+4 |
* | Require active_support/secure_random for Ruby 1.9. | Akira Matsuda | 2008-11-19 | 1 | -0/+1 |
* | Added config.i18n settings gatherer to config/environment, auto-loading of al... | David Heinemeier Hansson | 2008-11-18 | 1 | -0/+4 |
* | Add helper test generators [#1199 state:resolved] | Eugene Bolshakov | 2008-11-17 | 12 | -14/+92 |
* | BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a... | David Heinemeier Hansson | 2008-11-17 | 1 | -1/+2 |
* | Fixed plugin generator so that generated unit tests would subclass ActiveSupp... | Mathias Meyer | 2008-10-30 | 4 | -12/+16 |
* | Fix script/generate warning | Pratik Naik | 2008-10-21 | 1 | -1/+2 |
* | Don't create test/performance/test_helper.rb. Just require the needed files f... | Pratik Naik | 2008-10-17 | 2 | -2/+2 |
* | Remove the class_path from the collisions test. | Michael Koziarski | 2008-10-14 | 9 | -11/+11 |
* | Don't include the path when checking class collisions [#545 state:resolved] | Joshua Peek | 2008-10-13 | 1 | -0/+1 |
* | Add IMB DB support to Rails application generator. [#1136 state:resolved] | Antonio Cangiano | 2008-10-04 | 1 | -1/+1 |
* | Dont reference the class being tested when it can be assumed | David Heinemeier Hansson | 2008-09-09 | 1 | -1/+0 |
* | Formally deprecate the old secret key generator | Michael Koziarski | 2008-08-27 | 1 | -0/+1 |
* | Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. | Hongli Lai (Phusion | 2008-08-27 | 2 | -149/+5 |