aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators
Commit message (Expand)AuthorAgeFilesLines
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-3/+4
* Require active_support/secure_random for Ruby 1.9.Akira Matsuda2008-11-191-0/+1
* Added config.i18n settings gatherer to config/environment, auto-loading of al...David Heinemeier Hansson2008-11-181-0/+4
* Add helper test generators [#1199 state:resolved]Eugene Bolshakov2008-11-1712-14/+92
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...David Heinemeier Hansson2008-11-171-1/+2
* 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-172-2/+2
* Remove the class_path from the collisions test.Michael Koziarski2008-10-149-11/+11
* Add IMB DB support to Rails application generator. [#1136 state:resolved]Antonio Cangiano2008-10-041-1/+1
* Dont reference the class being tested when it can be assumedDavid Heinemeier Hansson2008-09-091-1/+0
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-2/+1
* 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
* Removed config.ru template from app generatorJoshua Peek2008-08-191-1/+0
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Merge with docrails.Pratik Naik2008-07-161-5/+9
* Add config.ru to rails app generatorPratik Naik2008-07-161-0/+1
* 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
* Use test/performance/test_helper to do test setup then boost log level and tu...Jeremy Kemper2008-06-151-0/+1
* Performance: integration test benchmarking and profiling. [Jeremy Kemper]Jeremy Kemper2008-06-141-0/+2
* 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
* Add script/dbconsole to app generatorJeremy Kemper2008-05-071-1/+1
* 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
* rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rbJeremy Kemper2008-03-311-1/+1
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-1/+2
* Removed the default .htaccess configuration as there are so many good deploym...David Heinemeier Hansson2008-03-291-3/+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
* Stop adding the antiquated test/mocks/* directories and only add them to the ...David Heinemeier Hansson2008-03-271-2/+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
* App generate says sqlite3 is the default and mentions frontbase. Closes #1055...Jeremy Kemper2007-12-211-3/+4
* Changed the default database from mysql to sqlite3, so now running "rails mya...David Heinemeier Hansson2007-12-161-1/+1
* Fixed that functional tests generated for scaffolds should use fixture calls ...David Heinemeier Hansson2007-12-141-4/+4
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-1/+1
* 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
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-281-1/+5
* No trailing whitespace in migration generation (closes #10235)David Heinemeier Hansson2007-11-251-2/+2