Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Coffee generators and templates to Coffee Railtie and create ↵ | Santiago Pastorino | 2011-06-29 | 1 | -1/+1 |
| | | | | javascript_engine ("js") for apps that remove Coffee gem | ||||
* | Removed rescue branch for Rails 2.x compatibility | Alexey Gaziev | 2011-06-20 | 1 | -3/+0 |
| | |||||
* | Fix regexp in generators for right catching error message | Alexey Gaziev | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | Use mattr_accessor :namespace | Stefan Sprenger | 2011-06-07 | 1 | -10/+2 |
| | |||||
* | Use namespace if it's a mountable engine | Stefan Sprenger | 2011-06-07 | 1 | -0/+10 |
| | |||||
* | Streamline generators initialization flow. | José Valim | 2011-05-25 | 1 | -11/+1 |
| | |||||
* | Hide css:* and the default stylesheet from rails g | wycats | 2011-05-24 | 1 | -1/+6 |
| | |||||
* | Update generator config to support hiding namespaces and pass the app into ↵ | wycats | 2011-05-24 | 1 | -0/+1 |
| | | | | generator blocks | ||||
* | Move SCSS generators and default templates from Rails to the Sass Railtie ↵ | tomhuda | 2011-05-24 | 1 | -1/+1 |
| | | | | | | | | (d435726312601edb3ba6f97b34f562221f72c1f8). * Sass gem registers a compressor * Sass gem registers generators for assets and scaffold * Create a default stylesheet_engine ("css") for apps that remove the Sass gem | ||||
* | default orm and test_framework to false; change application.rb template ↵ | Aditya Sanghi | 2011-05-06 | 1 | -2/+2 |
| | | | | accordingly | ||||
* | Fix assets generators. | José Valim | 2011-04-17 | 1 | -0/+1 |
| | |||||
* | Make generators more modular, add hooks and improve test suite. | José Valim | 2011-04-17 | 1 | -2/+7 |
| | |||||
* | The controller and resource generators will now automatically produce asset ↵ | David Heinemeier Hansson | 2011-04-14 | 1 | -0/+1 |
| | | | | stubs (this can be turned off with --skip-assets). These stubs will use Coffee and Sass, if those libraries are available. [DHH] | ||||
* | Allow generators nested in more than one level | Santiago Pastorino | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | Ensure that app generator is not loaded twice to get rid of warnings | Piotr Sarnacki | 2010-11-22 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Tidy up generators commits. | José Valim | 2010-11-17 | 1 | -0/+1 |
| | |||||
* | Perf: speed up 2 methods in railties. | Emilio Tagua | 2010-09-22 | 1 | -4/+1 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Trifling typos | Raphomet | 2010-08-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Remove the --singeleton option from scaffold generator. | Prem Sichanugrist | 2010-06-24 | 1 | -2/+1 |
| | | | | | | | | It turned out to be that scaffold for singeleton resource will always depend on another model, and it's not possible at the moment to make the application tests pass after generate the singeleton scafold. So, it would be better to remove it for now and probably provide another generator, such as singeleton_scaffold, in which also require the depended model name. [#4863 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Tidy up generators based on latest change on AM. | José Valim | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Hide remaining generators hooks [#4790 state:resolved] | José Valim | 2010-06-08 | 1 | -1/+5 |
| | |||||
* | Still copy application configuration to generator even if they are required ↵ | José Valim | 2010-06-03 | 1 | -6/+2 |
| | | | | earlier. Also tidy up the guide a little bit. | ||||
* | Update hidden namespace mechanism to work better with alternate choices and ↵ | wycats | 2010-05-05 | 1 | -4/+42 |
| | | | | to support full namespaces (not just entire groups) | ||||
* | Partially revert "A new application now comes with a layout and a stylesheet." | Jeremy Kemper | 2010-04-09 | 1 | -0/+2 |
| | | | | | | | | | This reverts commit ea2c5fa8046e2f953b366adc94f0610ccfea0828. Conflicts: railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb railties/test/generators/app_generator_test.rb | ||||
* | Remove :layout option from generators. | José Valim | 2010-04-06 | 1 | -5/+0 |
| | |||||
* | A new application now comes with a layout and a stylesheet. | José Valim | 2010-04-06 | 1 | -2/+0 |
| | |||||
* | moves Object#singleton_class to Kernel#singleton_class to match Ruby also ↵ | Xavier Noria | 2010-04-05 | 1 | -1/+1 |
| | | | | there, same for #class_eval to simplify, and adds coverage for class_eval | ||||
* | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 1 | -2/+2 |
| | | | | former since it's less obstrusive. | ||||
* | Prettify generators description whenever using the default stack [#4143 ↵ | José Valim | 2010-03-12 | 1 | -0/+4 |
| | | | | status:resolved] | ||||
* | Add autoload to generators modules and fix failing test. | José Valim | 2010-02-26 | 1 | -1/+7 |
| | |||||
* | Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. | Jeremy Kemper | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | Add missing -h/--help flag to several rails command [#3909 status:resolved] | Prem Sichanugrist | 2010-02-10 | 1 | -2/+2 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Add config.generators.templates to provide alternative paths for template ↵ | José Valim | 2010-02-06 | 1 | -0/+5 |
| | | | | lookup. | ||||
* | Make bin/rails call rails/commands/application, fix generators usage and ↵ | José Valim | 2010-02-03 | 1 | -3/+1 |
| | | | | update .gitignores. | ||||
* | Rename usage path to command to just the command name | David Heinemeier Hansson | 2010-02-02 | 1 | -2/+1 |
| | |||||
* | Add config.generators.fallbacks. | José Valim | 2010-02-01 | 1 | -0/+1 |
| | |||||
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 1 | -0/+3 |
| | |||||
* | Move the ActiveRecord generator settings into the Railtie | Carl Lerche | 2010-01-28 | 1 | -6/+1 |
| | |||||
* | Cleanup the test_unit generator move into the railtie | Carl Lerche | 2010-01-28 | 1 | -7/+2 |
| | |||||
* | Fix the test_framework generator tests | Carl Lerche | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -2/+1 |
| | |||||
* | Ensure app does not show up in generators. | José Valim | 2010-01-26 | 1 | -0/+1 |
| | |||||
* | Give higher priority to rails generators. | José Valim | 2010-01-21 | 1 | -9/+14 |
| | |||||
* | Don't let generators die if rubygems puts crap in your load path. | José Valim | 2010-01-21 | 1 | -1/+3 |
| | |||||
* | Allow railties to specify generators paths. | José Valim | 2010-01-19 | 1 | -14/+24 |
| | |||||
* | Improve script/generate help. | José Valim | 2010-01-19 | 1 | -1/+11 |
| | |||||
* | Improve generators help. | José Valim | 2010-01-18 | 1 | -26/+48 |
| | |||||
* | More cleaning up on rails generators load path. | José Valim | 2010-01-18 | 1 | -42/+37 |
| | |||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 1 | -52/+26 |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | ||||
* | Automatically remove :generators: from namespaces. | José Valim | 2010-01-18 | 1 | -1/+1 |
| |