| Commit message (Expand) | Author | Age | Files | Lines |
* | Change div.attribute to div.field and add some _form to tests. | José Valim | 2009-08-30 | 1 | -1/+1 |
* | Ensure scaffold works properly even if plural name is given. [#3062] | José Valim | 2009-08-30 | 3 | -14/+10 |
* | Remove inline css. [#593 status:resolved] | José Valim | 2009-08-30 | 1 | -0/+4 |
* | Change scaffold to use _form as partial and div's instead of paragraphs. [#17... | José Valim | 2009-08-30 | 1 | -0/+4 |
* | Fix spelling in Rails 'generator' generator. [#3080 status:resolved] | Rodrigo Rosenfeld Rosas | 2009-08-30 | 1 | -1/+1 |
* | Remove support for SQLite 2. | Pratik Naik | 2009-08-17 | 2 | -20/+1 |
* | Depend on rubygems 1.3.2 | Michael Koziarski | 2009-08-09 | 1 | -1/+1 |
* | 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 |
* | 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 | 2 | -2/+2 |
* | 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 | 3 | -4/+7 |
* | Change generators configuration to have a hash style. | José Valim | 2009-07-15 | 1 | -18/+5 |
* | Change false to :verbose => false as in new Thor version. | José Valim | 2009-07-15 | 2 | -8/+8 |
* | Allow namespaced configuration on generators. | José Valim | 2009-07-15 | 2 | -15/+16 |
* | Refactored some generators to make use of improved invocations on thor. | José Valim | 2009-07-15 | 7 | -32/+22 |
* | Updated vendored Thor to 0.11.1 and update Rails::Generators. | José Valim | 2009-07-14 | 1 | -4/+4 |
* | Added a generator generator. | José Valim | 2009-07-13 | 4 | -0/+50 |
* | Add hooks for integration and performance tests. | José Valim | 2009-07-13 | 4 | -29/+2 |
* | Remove generator environment until we have a gem manifest. | José Valim | 2009-07-13 | 2 | -18/+19 |
* | Solving merge conflicts. | José Valim | 2009-07-12 | 4 | -84/+74 |
* | Do not clean up frameworks on generators environment, otherwise initializers,... | José Valim | 2009-07-09 | 1 | -6/+5 |
* | Add the new generators environment and update commands. | José Valim | 2009-07-08 | 2 | -1/+20 |
* | Generators are configured on initialization if RAILS_ENV=generators. | José Valim | 2009-07-08 | 1 | -0/+1 |
* | Removed invoke_if and allow hook_for to accept boolean options. | José Valim | 2009-07-04 | 2 | -4/+2 |
* | Plugin generators now reflect new generators sutrcture. | José Valim | 2009-07-03 | 5 | -3/+6 |
* | Added lookup to generators. | José Valim | 2009-07-03 | 3 | -29/+22 |
* | Rename a wrongly named file. | José Valim | 2009-07-02 | 1 | -0/+0 |
* | Tests for scaffold generator. | José Valim | 2009-07-02 | 2 | -2/+12 |
* | Added stylesheets controller which is invoked by scaffold. | José Valim | 2009-07-02 | 4 | -2/+70 |
* | Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers. | José Valim | 2009-07-02 | 1 | -17/+2 |
* | Added tests to scaffold controller. | José Valim | 2009-07-02 | 2 | -6/+12 |
* | Added scaffold views to scaffold controller. | José Valim | 2009-07-02 | 3 | -2/+12 |
* | Make scaffold controller generate agnostic code and mark some hooks as required. | José Valim | 2009-07-02 | 9 | -10/+104 |
* | Put migration methods into a separate folder and let just ActiveRecord depend... | José Valim | 2009-07-02 | 1 | -7/+9 |
* | Added controller named base. | José Valim | 2009-07-02 | 2 | -4/+6 |
* | Removing unecessary class methods. | José Valim | 2009-07-02 | 4 | -9/+9 |
* | Added scaffold_controller. | José Valim | 2009-07-02 | 8 | -5/+40 |
* | Show second level invocations on usage. | José Valim | 2009-07-02 | 2 | -2/+2 |
* | Started with scaffold controller and added remove_hook_for. | José Valim | 2009-07-02 | 3 | -0/+49 |
* | Simplifying resource generator. | José Valim | 2009-06-29 | 1 | -19/+4 |
* | Added singleton support to resource controller. | José Valim | 2009-06-28 | 1 | -3/+15 |
* | Added tessts for resources generator. | José Valim | 2009-06-28 | 1 | -2/+2 |
* | Added ResourceGenerator. | José Valim | 2009-06-28 | 5 | -3/+61 |
* | Added migration and session_migration generator. | José Valim | 2009-06-28 | 4 | -0/+53 |
* | Move file action only to app generator. | José Valim | 2009-06-28 | 1 | -0/+7 |