aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Collapse)AuthorAgeFilesLines
...
* Add notifications to default middleware stack and update subscriber tests.José Valim2010-01-172-1/+2
|
* Cookies middlewareJoshua Peek2010-01-161-0/+1
|
* Move Flash into middlewareJoshua Peek2010-01-151-0/+1
|
* Make HEAD method masquerade as GET so requests are routed correctlyJoshua Peek2010-01-151-1/+1
|
* Set up subscriber on initialization.José Valim2010-01-132-6/+42
|
* Cleanup junk metal and revise APIJoshua Peek2010-01-102-2/+3
| | | | | API Change: Returning a "X-Cascade: pass" header triggers the cascade instead of a 404 response.
* Rewrite Metal testsJoshua Peek2010-01-101-0/+86
|
* Run railtie and plugin initializers before app specific onesJoshua Peek2010-01-071-0/+11
|
* assert_template depends on AV::Template monkey patches in action_view/test_caseJoshua Peek2010-01-051-0/+25
|
* Trash string coercion rack hacksJoshua Peek2010-01-041-1/+0
|
* Default middleware stack needs to be available at configuration timeJoshua Peek2010-01-041-0/+12
|
* Middleware configuration testsJoshua Peek2010-01-041-0/+67
|
* Smoke test for test_helpJoshua Peek2010-01-041-0/+38
|
* AppName::Application.root should workYehuda Katz2010-01-021-0/+5
|
* Some railties cleanup:Carl Lerche2009-12-313-0/+4
| | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-1/+1
|
* Raise a helpful error if config.frameworks is usedCarl Lerche2009-12-311-0/+16
|
* Fully remove config.frameworks in favor of requires in boot.rbCarl Lerche2009-12-312-3/+4
|
* Clarify assertionJeremy Kemper2009-12-301-2/+2
|
* Use the correct method for eager loading autoloadsCarl Lerche2009-12-291-0/+16
|
* Don't require initializer.rb in core.rbCarl Lerche2009-12-281-10/+18
|
* Merge remote branch 'origin/master'Carlhuda2009-12-231-1/+1
|\ | | | | | | | | Conflicts: railties/lib/rails/application.rb
| * Fix reference to Application#configuration to use #configJeremy Kemper2009-12-231-1/+1
| |
| * Isolation tests intentionally avoid loading any state (because they're often ↵Carlhuda2009-12-231-3/+3
| | | | | | | | testing things that have their own load path semantics that should not be polluted), so rack/test is not yet on the load path. Moving require "rack/test" into the setup means and after boot_rails means that it'll be required after the laod path has been altered to add in the Rails vendor/gems
* | Rackup config.ru from the correct directoryCarlhuda2009-12-231-2/+4
| |
* | Require active_support/all unless specifically requested to be left out.Carlhuda2009-12-231-0/+6
| |
* | Finish moving config.frameworks-dependent code to the framework pluginCarlhuda2009-12-231-0/+2
| |
* | Make /rails/info/properties work again. Also, the mocked up tests were ↵Carlhuda2009-12-231-0/+5
| | | | | | | | passing so we added a test that actually tested this functionality.
* | Isolation tests intentionally avoid loading any state (because they're often ↵Carlhuda2009-12-231-3/+3
| | | | | | | | testing things that have their own load path semantics that should not be polluted), so rack/test is not yet on the load path. Moving require "rack/test" into the setup means and after boot_rails means that it'll be required after the laod path has been altered to add in the Rails vendor/gems
* | Moving out some framework specific initializers into the framework libraries.Carlhuda2009-12-231-23/+17
| |
* | tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-234-61/+38
|/
* Merge branch 'master' of github.com:rails/railsJoshua Peek2009-12-213-89/+87
|\ | | | | | | | | | | Conflicts: railties/test/initializer/initialize_i18n_test.rb railties/test/initializer/path_test.rb
| * Blog -> Blog::Application. Leave the toplevel module up for grabs.Jeremy Kemper2009-12-211-1/+1
| |
* | Update routes.rb template to use App nameJoshua Peek2009-12-212-7/+17
|/
* Default route was removed from default route config, patch up failing tests.Joshua Peek2009-12-211-0/+18
|
* 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
|