Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added tessts for resources generator. | José Valim | 2009-06-28 | 5 | -37/+148 | |
| | | ||||||
* | | Added migration and session_migration generator. | José Valim | 2009-06-28 | 3 | -0/+91 | |
| | | ||||||
* | | Move file action only to app generator. | José Valim | 2009-06-28 | 2 | -4/+13 | |
| | | ||||||
* | | Added migrations and make base generators be lazy loaded. | José Valim | 2009-06-28 | 2 | -45/+66 | |
| | | ||||||
* | | Show invoked generators options on meta generators. | José Valim | 2009-06-27 | 2 | -0/+11 | |
| | | ||||||
* | | Add model_subclass generator with deprecation warning. | José Valim | 2009-06-27 | 1 | -0/+5 | |
| | | ||||||
* | | Added parent option to model generator. | José Valim | 2009-06-27 | 1 | -0/+5 | |
| | | ||||||
* | | Add a fixture replacement hook to TestUnit model generator. | José Valim | 2009-06-27 | 5 | -4/+10 | |
| | | ||||||
* | | Initial scratch of model generators. | José Valim | 2009-06-27 | 6 | -12/+107 | |
| | | ||||||
* | | Make Observer generator agnostic. | José Valim | 2009-06-27 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-06-27 | 16 | -0/+210 | |
|\| | ||||||
| * | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 16 | -4/+108 | |
| | | ||||||
| * | Finished a first stab at the Rails application path object. | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -64/+40 | |
| | | ||||||
| * | Update paths to support an explicit root and multiple paths per category | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -29/+91 | |
| | | ||||||
| * | Simple initial Paths impl | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -0/+68 | |
| | | ||||||
* | | Spec --no and --skip. | José Valim | 2009-06-26 | 1 | -1/+12 | |
| | | ||||||
* | | Added Controller Generators. | José Valim | 2009-06-26 | 2 | -2/+64 | |
| | | ||||||
* | | Clean up class collisions check and a class method helper. | José Valim | 2009-06-26 | 1 | -0/+6 | |
| | | ||||||
* | | Class collision checks. | José Valim | 2009-06-26 | 1 | -1/+1 | |
| | | ||||||
* | | Added HelperGenerator. | José Valim | 2009-06-26 | 3 | -2/+38 | |
| | | ||||||
* | | Added integration and performance test generators. | José Valim | 2009-06-26 | 2 | -0/+36 | |
| | | ||||||
* | | More tests for mailer. | José Valim | 2009-06-25 | 1 | -1/+7 | |
| | | ||||||
* | | Mailer tests. | José Valim | 2009-06-25 | 1 | -0/+48 | |
| | | ||||||
* | | More code refactoring. | José Valim | 2009-06-25 | 1 | -0/+24 | |
| | | ||||||
* | | Added class collision checks. | José Valim | 2009-06-25 | 3 | -12/+18 | |
| | | ||||||
* | | Added observer generator. | José Valim | 2009-06-25 | 1 | -0/+34 | |
| | | ||||||
* | | Make tests pass again after merge. | José Valim | 2009-06-25 | 8 | -8/+12 | |
| | | ||||||
* | | Tests for metal generator. | José Valim | 2009-06-25 | 2 | -4/+18 | |
| | | ||||||
* | | Tests for plugin generator. | José Valim | 2009-06-25 | 4 | -8/+58 | |
| | | ||||||
* | | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-06-25 | 7 | -45/+217 | |
|\| | ||||||
| * | Got all the railties tests to pass, rails must boot! | Yehuda Katz + Carl Lerche | 2009-06-23 | 3 | -2/+7 | |
| | | ||||||
| * | Fix the default frameworks | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -1/+2 | |
| | | ||||||
| * | Get more tests to pass | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -3/+5 | |
| | | ||||||
| * | Get initializer_test.rb to pass with the new initializer. | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -11/+11 | |
| | | ||||||
| * | Started making progress on implementing a new initializer. | Yehuda Katz + Carl Lerche | 2009-06-23 | 2 | -89/+140 | |
| | | | | | | | | | | Class.any_instance.expects(:require).raises(LoadError) ... w0t | |||||
| * | Initial initializer impl | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -11/+6 | |
| | | ||||||
| * | Starting to write the new initializer | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -0/+118 | |
| | | ||||||
* | | Change current sstructure. | José Valim | 2009-06-23 | 12 | -334/+335 | |
| | | ||||||
* | | Removing template runner old specs. | José Valim | 2009-06-23 | 1 | -216/+0 | |
| | | ||||||
* | | Added metal generator. | José Valim | 2009-06-23 | 1 | -2/+2 | |
| | | ||||||
* | | Use Rails generators files organization. | José Valim | 2009-06-23 | 1 | -2/+2 | |
| | | ||||||
* | | Remove class level conditions and ensure that RAILS_GEM_VERSION is commented ↵ | José Valim | 2009-06-20 | 1 | -1/+2 | |
| | | | | | | | | when freeze. | |||||
* | | More tests to app generator. | José Valim | 2009-06-20 | 2 | -0/+71 | |
| | | ||||||
* | | First stub at app generators test. | José Valim | 2009-06-20 | 2 | -2/+66 | |
| | | ||||||
* | | Moving tests to new generators schema. | José Valim | 2009-06-19 | 2 | -206/+185 | |
| | | ||||||
* | | Starting test structure. | José Valim | 2009-06-19 | 2 | -0/+256 | |
| | | ||||||
* | | Secret key generator. You are gone. | José Valim | 2009-06-19 | 1 | -38/+0 | |
| | | ||||||
* | | Kick boot_test back to life. | José Valim | 2009-06-19 | 1 | -1/+1 | |
|/ | ||||||
* | Remove a stray process2 require | Yehuda Katz + Carl Lerche | 2009-06-16 | 1 | -1/+1 | |
| | ||||||
* | Get all of rake tests to pass | Yehuda Katz + Carl Lerche | 2009-06-15 | 1 | -1/+7 | |
| |