aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Removed remaining old generators files.José Valim2009-07-033-160/+7
* Plugin generators now reflect new generators sutrcture.José Valim2009-07-031-4/+3
* Added lookup to generators.José Valim2009-07-0312-49/+6
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-07-037-16/+178
|\
| * Revert "Modify the Rails::Application::Path object to allow for more concise ...Pratik Naik2009-07-031-88/+4
| * Added tests for the :install_gem_spec_stubs initializerYehuda Katz + Carl Lerche2009-07-026-20/+113
| * Wrote tests for the :check_ruby_version initializerYehuda Katz + Carl Lerche2009-07-021-0/+59
| * Adds support for def self.setup in isolation tests for setup that should be r...Yehuda Katz + Carl Lerche2009-07-021-5/+6
| * Modify the Rails::Application::Path object to allow for more concise path def...Yehuda Katz + Carl Lerche2009-07-021-4/+88
| * Only check for built extensions on gem dependencies that are in vendor/gems. ...J.D. Hollis2009-07-021-0/+9
* | Make invoke output white and use padding.José Valim2009-07-021-0/+6
* | rm -rf rails_generator/generatorsJosé Valim2009-07-0210-756/+113
* | Tests for scaffold generator.José Valim2009-07-023-4/+158
* | Added stylesheets controller which is invoked by scaffold.José Valim2009-07-021-0/+18
* | Added tests to scaffold controller.José Valim2009-07-022-2/+119
* | Ensure both migration and routes are removed on revoke.José Valim2009-07-022-4/+31
* | Started with scaffold controller and added remove_hook_for.José Valim2009-07-021-0/+14
* | Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-07-023-3/+26
|\|
| * Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-3/+0
| * Crazy hacks to get the Isolation testing module to work on non forking enviro...Yehuda Katz + Carl Lerche2009-06-301-0/+2
| * Add #concat to Rails::Application::PathCarl Lerche2009-06-301-0/+7
| * Test that builtin_directories is only used in development modeCarl Lerche2009-06-301-0/+17
* | Simplifying resource generator.José Valim2009-06-293-9/+4
* | Added singleton support to resource controller.José Valim2009-06-281-0/+14
* | Added tessts for resources generator.José Valim2009-06-285-37/+148
* | Added migration and session_migration generator.José Valim2009-06-283-0/+91
* | Move file action only to app generator.José Valim2009-06-282-4/+13
* | Added migrations and make base generators be lazy loaded.José Valim2009-06-282-45/+66
* | Show invoked generators options on meta generators.José Valim2009-06-272-0/+11
* | Add model_subclass generator with deprecation warning.José Valim2009-06-271-0/+5
* | Added parent option to model generator.José Valim2009-06-271-0/+5
* | Add a fixture replacement hook to TestUnit model generator.José Valim2009-06-275-4/+10
* | Initial scratch of model generators.José Valim2009-06-276-12/+107
* | Make Observer generator agnostic.José Valim2009-06-271-0/+1
* | Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-06-2716-0/+210
|\|
| * Starting to replace scattered path configuration settings with the path objectYehuda Katz + Carl Lerche2009-06-2616-4/+108
| * Finished a first stab at the Rails application path object.Yehuda Katz + Carl Lerche2009-06-261-64/+40
| * Update paths to support an explicit root and multiple paths per categoryYehuda Katz + Carl Lerche2009-06-261-29/+91
| * Simple initial Paths implYehuda Katz + Carl Lerche2009-06-261-0/+68
* | Spec --no and --skip.José Valim2009-06-261-1/+12
* | Added Controller Generators.José Valim2009-06-262-2/+64
* | Clean up class collisions check and a class method helper.José Valim2009-06-261-0/+6
* | Class collision checks.José Valim2009-06-261-1/+1
* | Added HelperGenerator.José Valim2009-06-263-2/+38
* | Added integration and performance test generators.José Valim2009-06-262-0/+36
* | More tests for mailer.José Valim2009-06-251-1/+7
* | Mailer tests.José Valim2009-06-251-0/+48
* | More code refactoring.José Valim2009-06-251-0/+24
* | Added class collision checks.José Valim2009-06-253-12/+18
* | Added observer generator.José Valim2009-06-251-0/+34