aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Collapse)AuthorAgeFilesLines
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-152-0/+22
|
* Procs don't call themselvesJoshua Peek2009-12-151-0/+32
| | | | Fixes dev mode reloading [#3574 state:resolved]
* Fix loading plugin and engine route setsJoshua Peek2009-12-141-0/+38
|
* Remove assert_raises usage that only test-unit 1 supports. Breaks minitest ↵Jeremy Kemper2009-12-061-2/+2
| | | | and test-unit 2.
* Add support for bare ActiveSupport via config.active_support.bareCarlhuda2009-12-022-1/+12
|
* Remove global Rails initializersCarlhuda2009-12-022-25/+17
|
* Some basic route discovery testsJoshua Peek2009-12-011-0/+85
|
* Notifications: extract central Notifier, cordon off the internal Fanout ↵Jeremy Kemper2009-11-281-24/+6
| | | | implementation, and segregate instrumentation concerns
* Fix the rackup test to correctly use Rack::Builder.parse_fileCarl Lerche2009-11-251-1/+2
|
* Have script/* and Rakefile use the application objectCarlhuda2009-11-241-17/+4
|
* Updates notifications tests in railties to reflect changes to the ↵Carlhuda2009-11-231-1/+3
| | | | notifications API
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-117/+0
|
* Configure generator when needed rather than during initializationJeremy Kemper2009-11-031-1/+2
|
* Pass config.generators options along when RAILS_GENERATORS is set and show ↵José Valim2009-11-031-2/+4
| | | | | | --force-plural message just once. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Fix broken testsJeremy Kemper2009-10-271-1/+1
|
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-20/+0
|
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-165-2/+4
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
|
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-163-28/+28
| | | | concerned about the config
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-164-20/+47
| | | | application's object root)
* Remove framework subscriber tests which depends on AR, which isn't loadedJeremy Kemper2009-10-151-4/+0
|
* Merge branch 'master' into orchestraJeremy Kemper2009-10-153-3/+31
|\
| * Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-153-3/+31
| | | | | | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* | Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-8/+8
| |
* | Make Orchestra specs run on isolation.José Valim2009-10-151-1/+2
| |
* | Configure Orchestra on initialization.José Valim2009-10-151-0/+49
|/
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-2/+34
|
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-142-1/+18
|
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-083-5/+227
|
* Even more initializers ported overCarl Lerche2009-10-081-0/+7
|
* Ported over more initializersCarl Lerche2009-10-081-0/+7
|
* Moving more initializers into the application objectCarl Lerche2009-10-083-26/+115
|
* Start moving the initializers into the application objectCarl Lerche2009-10-083-2/+61
|
* Yank FCGI Handler from coreJoshua Peek2009-10-051-290/+0
| | | http://github.com/rails/fcgi_handler
* Rewrite FCGI handler testJoshua Peek2009-10-051-0/+290
|
* Put test in place for deprecated dispatcherJoshua Peek2009-10-051-0/+7
|
* More robust console testJoshua Peek2009-10-051-0/+52
|
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+1
| | | This is still very experimental.
* Fix the broken railties isolation testsCarl Lerche2009-09-291-3/+18
|
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-281-36/+15
| | | | | This is preliminary and not necessarily reflective of the full plan.
* Enable static asset server by defaultJoshua Peek2009-09-261-1/+0
|
* Fix railties testsJoshua Peek2009-09-251-1/+1
|
* Extract "parse_config" into ADJoshua Peek2009-09-251-3/+9
|
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+56
| | | This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b.
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-98/+0
| | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f.
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+98