Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Use expand_path to require environment in metal template | Joshua Peek | 2010-01-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Include cascade header in metal template | Joshua Peek | 2010-01-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | lib is already included w/ rake test task | Joshua Peek | 2010-01-22 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Remove rdoc task from generated plugin Rakefile | Joshua Peek | 2010-01-22 | 1 | -10/+0 | |
| | | | | ||||||
| * | | | Template whitespace | Joshua Peek | 2010-01-22 | 8 | -8/+7 | |
| | |/ | |/| | ||||||
* / | | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 1 | -2/+2 | |
|/ / | ||||||
* | | Make filter parameters based on request, so they can be modified for ↵ | José Valim | 2010-01-21 | 1 | -1/+1 | |
| | | | | | | | | anything in the middleware stack. | |||||
* | | Tidy up new filter_parameters implementation. | José Valim | 2010-01-21 | 2 | -4/+2 | |
| | | ||||||
* | | Add deprecation warning for calling filter_parameter_logging ↵ | Prem Sichanugrist | 2010-01-21 | 1 | -0/+4 | |
|/ | | | | | | ActionController::Base, and allow it to be configured in config.filter_parameters Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | `script/generate mailer Notifier` will now create a mailer at app/mailers. | José Valim | 2010-01-19 | 4 | -4/+4 | |
| | ||||||
* | Since Rails will require Ruby >= 1.8.7, we can rely on instance_exec. | José Valim | 2010-01-19 | 1 | -6/+6 | |
| | ||||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 145 | -0/+10140 | |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 162 | -11528/+0 | |
| | ||||||
* | Cherry-pick core extensions. Don't explicitly require rubygems. Use load ↵ | Jeremy Kemper | 2009-09-14 | 1 | -0/+1 | |
| | | | | path for vendored thor. | |||||
* | Change div.attribute to div.field and add some _form to tests. | José Valim | 2009-08-30 | 2 | -3/+3 | |
| | ||||||
* | Ensure scaffold works properly even if plural name is given. [#3062] | José Valim | 2009-08-30 | 8 | -81/+137 | |
| | ||||||
* | Remove inline css. [#593 status:resolved] | José Valim | 2009-08-30 | 2 | -1/+5 | |
| | ||||||
* | Change scaffold to use _form as partial and div's instead of paragraphs. ↵ | José Valim | 2009-08-30 | 5 | -30/+25 | |
| | | | | [#1760 status:resolved] | |||||
* | Rails templates git command runs inside another directory [#2466 ↵ | David Calavera | 2009-08-30 | 1 | -7/+5 | |
| | | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Fix spelling in Rails 'generator' generator. [#3080 status:resolved] | Rodrigo Rosenfeld Rosas | 2009-08-30 | 1 | -1/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Remove support for SQLite 2. | Pratik Naik | 2009-08-17 | 2 | -20/+1 | |
| | | | | If you're still using it, please install the plugin from git://github.com/rails/sqlite2_adapter.git | |||||
* | Use less strict rules in generators lookup, so people can lay their ↵ | José Valim | 2009-08-10 | 1 | -1/+0 | |
| | | | | generators wherever they want. | |||||
* | Require test/unit in the generated test_helper for plugin [#1878 state:resolved] | jastix | 2009-08-09 | 1 | -1/+3 | |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Refactored create_migration on model generator. | José Valim | 2009-08-09 | 2 | -7/+3 | |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Fixed generating a namespaced model with table pluralization turned off. Add ↵ | Hugo Peixoto | 2009-08-09 | 2 | -2/+5 | |
| | | | | | | | | tests for namespaced model generation. [#767 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Depend on rubygems 1.3.2 | Michael Koziarski | 2009-08-09 | 1 | -1/+1 | |
| | | | | Also move the min_version definition up a line so it's present in the rescue block down below. | |||||
* | Users can now pass :branch for git plugins and :revision for subversion plugins | Matt Duncan | 2009-08-08 | 1 | -1/+10 | |
| | | | | | | [#2352 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Improved coverage for session_migration generator. [#3008 status:resolved] | José Valim | 2009-08-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Fixed reference to AR::SessionStore::Session.table_name in session migrations | Elad Meidar | 2009-08-08 | 1 | -1/+5 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Rename Rails::Generators::ActionORM to Rails::Generators::ActiveModel. | José Valim | 2009-08-08 | 3 | -14/+14 | |
| | ||||||
* | Allow rails templates relative to the current path to be given. | José Valim | 2009-08-07 | 1 | -3/+18 | |
| | ||||||
* | Generator config should be commented by default | Pratik Naik | 2009-07-30 | 1 | -5/+5 | |
| | ||||||
* | Remove whitespaces from the default mailer file | Pratik Naik | 2009-07-30 | 1 | -2/+1 | |
| | ||||||
* | Always use application generator to run templates. | José Valim | 2009-07-28 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-07-28 | 1 | -1/+1 | |
| | ||||||
* | Ensure that developers options are overwritten by user options. | José Valim | 2009-07-28 | 1 | -17/+21 | |
| | ||||||
* | Allow templates for non namespaced generators too. | José Valim | 2009-07-25 | 1 | -1/+5 | |
| | ||||||
* | Updated vendored thor to 0.11.3. | José Valim | 2009-07-23 | 1 | -22/+0 | |
| | ||||||
* | Solving merge conflicts. | José Valim | 2009-07-21 | 10 | -10/+10 | |
| | ||||||
* | Change attributes default type to array to allow order to be preserved. | José Valim | 2009-07-21 | 7 | -7/+8 | |
| | ||||||
* | Update db:sessions:create to use the proper generator. | José Valim | 2009-07-21 | 1 | -1/+1 | |
| | ||||||
* | Modified rake tasks to use new app generator structure and updated Thor version. | José Valim | 2009-07-16 | 4 | -9/+13 | |
| | ||||||
* | Change generators configuration to have a hash style. | José Valim | 2009-07-15 | 1 | -18/+5 | |
| | ||||||
* | Add a form hook to erb scaffold. Customize and go! | José Valim | 2009-07-15 | 1 | -2/+8 | |
| | ||||||
* | Added source_paths to rails generators. If a template is added to ↵ | José Valim | 2009-07-15 | 1 | -4/+18 | |
| | | | | RAILS_ROOT/lib/templates/base/generator it will be used. For example, to customize edit.html.erb template on scaffold, just add a customized copy at RAILS_ROOT/lib/templates/erb/scaffold. | |||||
* | Change false to :verbose => false as in new Thor version. | José Valim | 2009-07-15 | 4 | -28/+29 | |
| | ||||||
* | Allow nil and false to be given as configuration values and avoid creating ↵ | José Valim | 2009-07-15 | 1 | -8/+10 | |
| | | | | unecessary hashes. | |||||
* | Allow namespaced configuration on generators. | José Valim | 2009-07-15 | 3 | -18/+49 | |
| | ||||||
* | Refactored some generators to make use of improved invocations on thor. | José Valim | 2009-07-15 | 11 | -37/+27 | |
| | ||||||
* | Updated vendored Thor to 0.11.1 and update Rails::Generators. | José Valim | 2009-07-14 | 3 | -110/+28 | |
| |