Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Explicitly require files before monkey patching them. | José Valim | 2010-03-23 | 1 | -1/+5 | |
| | ||||||
* | Better with #abort | Joao Carlos | 2010-03-03 | 1 | -4/+1 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | #exit accepts an integer, not a string | Joao Carlos | 2010-02-28 | 1 | -1/+4 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Rename named_url_helpers to url_helpers and url_helpers to url_for | Carlhuda | 2010-02-26 | 1 | -1/+1 | |
| | ||||||
* | Get URL helpers working again in integration tests. | Carlhuda | 2010-02-25 | 1 | -0/+4 | |
| | ||||||
* | Final pass at removing the router from a global constant | Carlhuda | 2010-02-25 | 1 | -0/+6 | |
| | ||||||
* | Resolve test/unit load ordering by removing backtrace filter from boot ↵ | Jeremy Kemper | 2010-02-11 | 1 | -0/+6 | |
| | | | | initializers | |||||
* | Get everyone running on Rails.env and fix the broken environment settings ↵ | David Heinemeier Hansson | 2010-01-11 | 1 | -1/+1 | |
| | | | | for script/console and script/dbconsole | |||||
* | use_instantiated_fixtures and use_transactional_fixtures defaults are set in ↵ | Joshua Peek | 2010-01-04 | 1 | -2/+0 | |
| | | | | active_record/fixtures | |||||
* | rack and rack-test are pulled in by AD | Joshua Peek | 2010-01-04 | 1 | -3/+0 | |
| | ||||||
* | Autoload AR test case | Joshua Peek | 2010-01-04 | 1 | -3/+0 | |
| | ||||||
* | Autoload AMo test case | Joshua Peek | 2010-01-04 | 1 | -2/+0 | |
| | ||||||
* | Autoload AM test case class | Joshua Peek | 2010-01-04 | 1 | -1/+0 | |
| | ||||||
* | Autoload AC and AV test case classes | Joshua Peek | 2010-01-04 | 1 | -4/+0 | |
| | ||||||
* | Dont auto require rubygems, move dep on rack-test to Gemfile | David Heinemeier Hansson | 2009-12-22 | 1 | -3/+2 | |
| | ||||||
* | Don't require AD test_case | Joshua Peek | 2009-12-12 | 1 | -1/+0 | |
| | ||||||
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | * A new module (ActiveSupport::Autoload) is provide that extends autoloading with new behavior. * All autoloads in modules that have extended ActiveSupport::Autoload will be eagerly required in threadsafe environments * Autoloads can optionally leave off the path if the path is the same as full_constant_name.underscore * It is possible to specify that a group of autoloads live under an additional path. For instance, all of ActionDispatch's middlewares are ActionDispatch::MiddlewareName, but they live under "action_dispatch/middlewares/middleware_name" * It is possible to specify that a group of autoloads are all found at the same path. For instance, a number of exceptions might all be declared there. * One consequence of this is that testing-related constants are not autoloaded. To get the testing helpers for a given component, require "component_name/test_case". For instance, "action_controller/test_case". * test_help.rb, which is automatically required by a Rails application's test helper, requires the test_case.rb for all active components, so this change will not be disruptive in existing or new applications. | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -1/+1 | |
| | | | | application's object root) | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+41 | |