aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator
Commit message (Expand)AuthorAgeFilesLines
* Nested controller scaffolding also nests the generated layout.Jeremy Kemper2006-08-091-0/+1
* ./script/generate usage. Closes #5721.Jeremy Kemper2006-08-051-1/+1
* rails -d frontbase to create a new project with a frontbase database.yml. Clo...Jeremy Kemper2006-07-081-6/+6
* Really, this time. References #5612.Jeremy Kemper2006-07-051-7/+11
* Update scaffolding functional tests to use :id => people(:first) instead of :...Jeremy Kemper2006-07-051-4/+4
* Fixed migration generation for class names like ACLController (closes #5197) ...David Heinemeier Hansson2006-07-051-1/+1
* Generate scaffold layout in subdirectory appropriate to its module nesting. C...Jeremy Kemper2006-07-011-1/+5
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-283-8/+8
* Include rails -v / rails --version in app generator usage. Closes #5440.Jeremy Kemper2006-06-201-1/+5
* Include uninstall.rb (closes #5003)David Heinemeier Hansson2006-06-061-0/+1
* Added uninstall.rb hook to plugin handling, such that plugins have a way of r...David Heinemeier Hansson2006-06-031-0/+1
* Add generator files...Marcel Molina2006-05-234-0/+43
* Session migration generator obeys pluralize_table_names. Closes #5145.Jeremy Kemper2006-05-222-4/+10
* The app generator detects the XAMPP package's MySQL socket location. Closes #...Jeremy Kemper2006-05-121-1/+2
* The app generator sets a session key in application.rb so apps running on the...Jeremy Kemper2006-05-071-2/+3
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-293-5/+3
* Added script/process/inspector to do simple process status information on Rai...David Heinemeier Hansson2006-04-281-1/+1
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-281-0/+1
* Change the scaffolding layout to use yield rather than @content_for_layout.Marcel Molina2006-04-251-1/+1
* Fixed that the -r/--ruby path option of the rails command was not being respe...David Heinemeier Hansson2006-04-061-3/+4
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-011-2/+6
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-011-2/+2
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-011-1/+1
* Don't raise when the migration file is missing or it'll stop destroy model inScott Barron2006-03-261-1/+5
* Beef up the default test just a tadDavid Heinemeier Hansson2006-03-251-0/+6
* The Ruby path should be a string (closes #4361) [DHH]David Heinemeier Hansson2006-03-251-1/+1
* Add an integration test generatorJamis Buck2006-03-253-0/+34
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-202-8/+4
* Fix for destroying migrations made when generating a model (closes #4246) [to...David Heinemeier Hansson2006-03-191-2/+5
* Make generation of namespaced models produce proper migrations #4219 [Caio Ch...David Heinemeier Hansson2006-03-181-2/+2
* Doc fix (closes #4209) [Caio Chassot]David Heinemeier Hansson2006-03-182-2/+2
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-142-1/+9
* Dont generate migration when doing scaffoldingDavid Heinemeier Hansson2006-03-051-1/+1
* Migrations created alongside models should be called CreateModels not AddMode...David Heinemeier Hansson2006-03-051-2/+2
* Added public/javascripts/application.js as a sample since it'll automatically...David Heinemeier Hansson2006-03-041-15/+6
* Added -a/--with-assets option to rails generator that will include default as...David Heinemeier Hansson2006-03-041-3/+13
* Migrations should use symbols now that the schema dumper is switching to that...David Heinemeier Hansson2006-03-041-3/+3
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-2/+2
* Guard against app generation if the database specified isnt supported for pre...David Heinemeier Hansson2006-02-281-0/+3
* Generator::Base#usage takes an optional message argument which defaults to Ge...Jeremy Kemper2006-02-281-2/+2
* Stop annoying me when Im changing fixtures for other tests firstDavid Heinemeier Hansson2006-02-281-1/+1
* Add integration test support to app generation and testingJamis Buck2006-02-281-0/+1
* Added -r/--repeat option to script/process/spawner that offers the same loop ...David Heinemeier Hansson2006-02-261-1/+1
* Added collision option to template generation in generators (closes #3329) [a...David Heinemeier Hansson2006-02-261-2/+4
* rake appdoc fails with unrecognized option (closes #3757) [Jakob S]David Heinemeier Hansson2006-02-251-1/+1
* Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...David Heinemeier Hansson2006-02-253-3/+7
* Added that script/generate model will now automatically create a migration fi...David Heinemeier Hansson2006-02-253-1/+30
* Prepare order for uncommenting, use consistent opt options [DHH]David Heinemeier Hansson2006-02-251-2/+3
* Added -d/--database option to the rails command, so you can do "rails --datab...David Heinemeier Hansson2006-02-251-16/+18
* Correct the case of the CSS declarations. [Blair Zajac] Closes #3171Michael Koziarski2006-01-131-4/+4