aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/isolation
Commit message (Collapse)AuthorAgeFilesLines
* Add some very simple docs.José Valim2011-04-151-0/+3
|
* Simplify remove_from_config.Emilio Tagua2010-11-191-9/+5
|
* Enable IdentityMap when generating new apps.Emilio Tagua2010-11-191-0/+12
|
* Fix a routing test. Reorganize middleware tests.José Valim2010-10-021-0/+27
|
* Fix running engine_test in isolationPiotr Sarnacki2010-09-191-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Create a deprecation behavior that triggers a notification for deprecation ↵wycats2010-06-291-1/+2
| | | | | | | | | | | | | | | | | notices, and make the behaviors independent of the environment names. * In Rails 2.3 apps being upgraded, you will need to add the deprecation configuration to each of your environments. Failing to do so will result in the same behavior as Rails 2.3, but with an outputted warning to provide information on how to set up the setting. * New Rails 3 applications generate the setting * The notification style will send deprecation notices using ActiveSupport::Notifications. Third-party tools can listen in to these notifications to provide a streamlined view of the deprecation notices occurring in your app. * The payload in the notification is the deprecation warning itself as well as the callstack from the point that triggered the notification.
* Add delete to middleware stack proxy.José Valim2010-06-071-1/+1
|
* Refactor tests by moving all middleware tests to the same place.José Valim2010-04-261-0/+19
|
* moved rails binary to rails gem, so rubygems can find specific versions of ↵Felipe Rodrigues2010-04-121-1/+1
| | | | | | rails [#4382 state:resolved] Signed-off-by: wycats <wycats@gmail.com>
* Rename config.cookie_secret to config.secret_token and pass it as ↵José Valim2010-04-051-1/+1
| | | | configuration in request.env. This is another step forward removing global configuration.
* Deprecated ActionController::Base.session_options= and ↵Carlhuda2010-03-041-1/+1
| | | | ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings.
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-1/+1
|
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+10
| | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path.
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-10/+4
|
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Remove the generated gemfile in railties tests since the rails gemfile is used.Carl Lerche2010-02-021-0/+4
|
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-19/+7
|
* Add tests for explicit engines.José Valim2010-01-261-0/+21
|
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-1/+1
|
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-0/+8
|
* Blog -> Blog::Application. Leave the toplevel module up for grabs.Jeremy Kemper2009-12-211-1/+1
|
* test.rb, dev.rb, and production.rb just reopen the Application class; no ↵Carlhuda2009-12-211-0/+7
| | | | more hax required
* Fix bundler environment checkJeremy Kemper2009-11-141-1/+1
|
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-0/+28
|
* Fix railties isolated tests if bundler environment doesn't existJoshua Peek2009-11-091-2/+6
|
* Refactored railties' isolation tests to be able to run script/* scripts.Carl Lerche2009-10-211-4/+13
|
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-11/+8
|
* Bundle for railties tests tooJeremy Kemper2009-10-191-12/+20
|
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-161-10/+13
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Make the railties tests passCarl Lerche2009-10-161-1/+1
|
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-2/+2
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-2/+8
|
* Uses fileutilsJeremy Kemper2009-10-091-0/+2
|
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-0/+4
|
* Start moving the initializers into the application objectCarl Lerche2009-10-081-1/+2
|
* More robust console testJoshua Peek2009-10-051-0/+4
|
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-301-12/+8
| | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same.
* Fix the broken railties isolation testsCarl Lerche2009-09-291-5/+33
|
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+107
| | | This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b.
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-107/+0
| | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f.
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+107