Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor plugins | Yehuda Katz + Carl Lerche | 2009-11-11 | 1 | -21/+21 |
| | |||||
* | Update Ruby version check to 1.8.7 | Yehuda Katz | 2009-11-05 | 1 | -10/+18 |
| | |||||
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 3 | -0/+3 |
| | | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem. | ||||
* | Use Rails.initialize! where we just want to run the initializers and aren't ↵ | Joshua Peek | 2009-10-16 | 3 | -5/+5 |
| | | | | concerned about the config | ||||
* | Expand paths in i18n initializer tests | Joshua Peek | 2009-10-16 | 1 | -2/+2 |
| | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 2 | -0/+3 |
| | | | | application's object root) | ||||
* | Have config/application.rb contain the application definition and require ↵ | Carl Lerche | 2009-10-15 | 3 | -0/+5 |
| | | | | that file instead of config/boot.rb or config/environment.rb in script/*. | ||||
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-08 | 1 | -1/+1 |
| | |||||
* | Start moving the initializers into the application object | Carl Lerche | 2009-10-08 | 1 | -0/+51 |
| | |||||
* | Remove all calls to Rails::Initializer from boot.rb | Carl Lerche | 2009-09-30 | 1 | -0/+16 |
| | | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same. | ||||
* | Remove unneeded files from the railties test directory | Carl Lerche | 2009-09-29 | 14 | -56/+0 |
| | |||||
* | Fix the broken railties isolation tests | Carl Lerche | 2009-09-29 | 3 | -104/+21 |
| | |||||
* | Fix railties tests | Joshua Peek | 2009-09-25 | 1 | -0/+3 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -1/+2 |
| | |||||
* | Style bikeshed: prefer obvious string paths with / separator to args lists ↵ | Jeremy Kemper | 2009-09-14 | 1 | -6/+6 |
| | | | | with ', ' separator | ||||
* | Railties test helpers need to activate rack gem | Joshua Peek | 2009-09-01 | 1 | -0/+3 |
| | |||||
* | Add a .tmp path | Yehuda Katz | 2009-08-09 | 1 | -1/+2 |
| | |||||
* | Get Initializer tests running without requiring parts of Rails being loaded ↵ | Yehuda Katz + Carl Lerche | 2009-07-06 | 4 | -28/+53 |
| | | | | first | ||||
* | Added tests for the :install_gem_spec_stubs initializer | Yehuda Katz + Carl Lerche | 2009-07-02 | 4 | -18/+111 |
| | |||||
* | Wrote tests for the :check_ruby_version initializer | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -0/+59 |
| | |||||
* | Adds support for def self.setup in isolation tests for setup that should be ↵ | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -5/+6 |
| | | | | run only once in the parent | ||||
* | Test that builtin_directories is only used in development mode | Carl Lerche | 2009-06-30 | 1 | -0/+17 |
| | |||||
* | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 14 | -0/+90 |