aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components
Commit message (Expand)AuthorAgeFilesLines
* Fixed plugin generator so that generated unit tests would subclass ActiveSupp...Mathias Meyer2008-10-304-12/+16
* Don't create test/performance/test_helper.rb. Just require the needed files f...Pratik Naik2008-10-171-1/+2
* Remove the class_path from the collisions test.Michael Koziarski2008-10-149-11/+11
* Dont reference the class being tested when it can be assumedDavid Heinemeier Hansson2008-09-091-1/+0
* Generate belongs_to association when generating a modelTarmo Tänav2008-08-231-1/+1
* Generate belongs_to associations automatically for 'references' types [#640 s...Tarmo Tänav2008-08-231-0/+3
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Merge with docrails.Pratik Naik2008-07-161-5/+9
* Ensure observer test inherits from ActiveSupport::TestCasePratik Naik2008-06-271-1/+1
* Warn and uses singularized ModelName if a plural ModelName is given to script...Pat George2008-06-271-1/+8
* Add performance test generatorPratik Naik2008-06-193-0/+32
* Changed all generated tests to use the test/do declaration style [DHH]David Heinemeier Hansson2008-06-128-17/+17
* Merge documentation changes from docrails.Pratik Naik2008-05-161-4/+4
* ScaffoldGenerator to create public/stylesheets if missing. [#165 state:resolved]Matthew Brindley2008-05-131-1/+2
* Fixed tabs to spaces [#47 state:resolved]David Heinemeier Hansson2008-04-292-4/+4
* * Remove default_url_options from mailer generatorCody Fauser2008-04-211-2/+0
* Add example for default_url_options[:host] to generated mailers.Mislav Marohnić2008-04-181-1/+5
* Changed mailer generator to not use instance variables.Mislav Marohnić2008-04-181-6/+6
* Cleanup generator tests by extracting repeated code into generator_test_helpe...Mislav Marohnić2008-04-181-6/+2
* Generated tests rely on test dir in load path rather than File.dirname shenan...Jeremy Kemper2008-03-297-7/+7
* Space at the bottom feels betterDavid Heinemeier Hansson2008-03-291-1/+1
* Removed outdated scaffold from templateDavid Heinemeier Hansson2008-03-291-3/+0
* Use the more modern error_messages from the form object rather than error_mes...David Heinemeier Hansson2008-03-222-6/+6
* Removed dead styles (closes #11353) [boone]David Heinemeier Hansson2008-03-151-20/+0
* Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...Rick Olson2008-01-122-4/+2
* Move model dependency to the end of the scaffold generator manifest. Closes #...Jeremy Kemper2008-01-051-2/+2
* Fixed that functional tests generated for scaffolds should use fixture calls ...David Heinemeier Hansson2007-12-141-4/+4
* Generated fixtures should not specify ids since theyre expected to be foxy fi...David Heinemeier Hansson2007-12-011-9/+9
* You dont need to explicitly declare which controller youre testing when you f...David Heinemeier Hansson2007-11-303-6/+0
* No trailing whitespace in migration generation (closes #10235)David Heinemeier Hansson2007-11-251-2/+2
* Resource and scaffold generators pass on the full name to the dependent model...Jeremy Kemper2007-11-162-2/+2
* Use the new TestCase subclasses in the scaffold and resource generators also....Jeremy Kemper2007-11-162-22/+6
* Remove unneeded file that was missed by [8098]Michael Koziarski2007-11-061-0/+0
* Make work with --skip-timestampsDavid Heinemeier Hansson2007-11-061-0/+4
* Added --skip-timestamps to generators that produce models (closes #10036) [tp...David Heinemeier Hansson2007-11-044-4/+12
* Excise generated whitespace. Closes #10017 [Tim Pope]Jeremy Kemper2007-10-292-19/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-263-35/+11
* Generated fixtures use the actual primary key instead of id. Closes #4343.Jeremy Kemper2007-10-151-2/+2
* Create layout dir it's nested. References #9272 [alancfrancis]Jeremy Kemper2007-10-081-0/+1
* Removed calls to fixtures in generated tests as fixtures :all is now present ...David Heinemeier Hansson2007-10-014-8/+0
* Fix test (closes #9120) [hasmanyjosh]David Heinemeier Hansson2007-09-251-1/+1
* Use the correct generator name in the docs (closes #9111) [ceefour]David Heinemeier Hansson2007-09-251-1/+1
* Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]David Heinemeier Hansson2007-09-231-2/+7
* Fix CSS error in scaffold (closes #7450) [kampers]David Heinemeier Hansson2007-09-221-1/+1
* Fixed the placement of fixture files for nested models when generating throug...David Heinemeier Hansson2007-09-221-1/+1
* Plugin license and README should use a dynamic year (closes #9329) [bscofield]David Heinemeier Hansson2007-09-222-2/+2
* Remove the AWS web_service generatorMichael Koziarski2007-09-225-85/+0
* Updated some docs to reference the latest and greatest and played style nazi ...David Heinemeier Hansson2007-09-201-10/+10
* Use attribute pairs instead of the migration name to create add and remove co...Michael Koziarski2007-09-093-20/+29
* Automatically generate add/remove column commands in specially named migratio...Rick Olson2007-07-243-2/+29