aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails
Commit message (Collapse)AuthorAgeFilesLines
* Solving merge conflicts.José Valim2009-07-2110-10/+10
|
* Change attributes default type to array to allow order to be preserved.José Valim2009-07-212-2/+2
|
* Update db:sessions:create to use the proper generator.José Valim2009-07-211-1/+1
|
* Modified rake tasks to use new app generator structure and updated Thor version.José Valim2009-07-163-4/+7
|
* Change generators configuration to have a hash style.José Valim2009-07-151-18/+5
|
* Change false to :verbose => false as in new Thor version.José Valim2009-07-152-8/+8
|
* Allow namespaced configuration on generators.José Valim2009-07-152-15/+16
|
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-157-32/+22
|
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-4/+4
|
* Added a generator generator.José Valim2009-07-134-0/+50
|
* Add hooks for integration and performance tests.José Valim2009-07-134-29/+2
|
* Remove generator environment until we have a gem manifest.José Valim2009-07-132-18/+19
|
* Solving merge conflicts.José Valim2009-07-124-84/+74
|
* Do not clean up frameworks on generators environment, otherwise ↵José Valim2009-07-091-6/+5
| | | | initializers, gems and plugins might not be loaded properly.
* Add the new generators environment and update commands.José Valim2009-07-082-1/+20
|
* Generators are configured on initialization if RAILS_ENV=generators.José Valim2009-07-081-0/+1
|
* Removed invoke_if and allow hook_for to accept boolean options.José Valim2009-07-042-4/+2
|
* Plugin generators now reflect new generators sutrcture.José Valim2009-07-035-3/+6
|
* Added lookup to generators.José Valim2009-07-033-29/+22
|
* Rename a wrongly named file.José Valim2009-07-021-0/+0
|
* Tests for scaffold generator.José Valim2009-07-022-2/+12
|
* Added stylesheets controller which is invoked by scaffold.José Valim2009-07-024-2/+70
|
* Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers.José Valim2009-07-021-17/+2
|
* Added tests to scaffold controller.José Valim2009-07-022-6/+12
|
* Added scaffold views to scaffold controller.José Valim2009-07-023-2/+12
|
* Make scaffold controller generate agnostic code and mark some hooks as required.José Valim2009-07-029-10/+104
|
* Put migration methods into a separate folder and let just ActiveRecord ↵José Valim2009-07-021-7/+9
| | | | dependency in ActiveRecord models.
* Added controller named base.José Valim2009-07-022-4/+6
|
* Removing unecessary class methods.José Valim2009-07-024-9/+9
|
* Added scaffold_controller.José Valim2009-07-028-5/+40
|
* Show second level invocations on usage.José Valim2009-07-022-2/+2
|
* Started with scaffold controller and added remove_hook_for.José Valim2009-07-023-0/+49
|
* Simplifying resource generator.José Valim2009-06-291-19/+4
|
* Added singleton support to resource controller.José Valim2009-06-281-3/+15
|
* Added tessts for resources generator.José Valim2009-06-281-2/+2
|
* Added ResourceGenerator.José Valim2009-06-285-3/+61
|
* Added migration and session_migration generator.José Valim2009-06-284-0/+53
|
* Move file action only to app generator.José Valim2009-06-281-0/+7
|
* Add model_subclass generator with deprecation warning.José Valim2009-06-272-0/+14
|
* Rename invoke_for to hook_for.José Valim2009-06-276-6/+6
|
* Initial scratch of model generators.José Valim2009-06-273-3/+38
|
* Make Observer generator agnostic.José Valim2009-06-273-12/+3
|
* Spec --no and --skip.José Valim2009-06-261-1/+0
|
* Added invoke_if and make use of it on controller generators.José Valim2009-06-261-4/+1
|
* Update some USAGE files.José Valim2009-06-266-32/+18
|
* Added Controller Generators.José Valim2009-06-263-0/+55
|
* Small fixes.José Valim2009-06-261-1/+1
|
* Clean up class collisions check and a class method helper.José Valim2009-06-267-27/+13
|
* Class collision checks.José Valim2009-06-262-2/+2
|
* Added HelperGenerator.José Valim2009-06-263-0/+41
|