Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract generic callbacks middleware from dispatcher | Joshua Peek | 2009-05-17 | 1 | -3/+2 |
| | |||||
* | Fix console | Joshua Peek | 2009-05-04 | 1 | -2/+3 |
| | |||||
* | Fix missing core extension dependencies | Jeremy Kemper | 2009-04-28 | 1 | -0/+2 |
| | |||||
* | Put back dispatcher cleanup call in console reload! [#2056 state:resolved] | Joshua Peek | 2009-02-24 | 1 | -0/+1 |
| | |||||
* | Move development mode reloading up the stack to avoid issues with class ↵ | Joshua Peek | 2009-02-20 | 1 | -2/+1 |
| | | | | reloading in middleware | ||||
* | Cleanup application has been merged with reload | Joshua Peek | 2009-02-05 | 1 | -1/+0 |
| | |||||
* | Ensure integration test is load in script/console [#1452 state:resolved] | Joshua Peek | 2008-11-24 | 1 | -1/+2 |
| | |||||
* | Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in ↵ | Pratik Naik | 2008-04-18 | 1 | -2/+2 |
| | | | | production environment. | ||||
* | Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ↵ | Jeremy Kemper | 2007-09-26 | 1 | -3/+4 |
| | | | | | | and after_dispatch callbacks, and warm up to non-CGI requests. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7640 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Doof. Don't call it with false if it doesn't respond. | Jeremy Kemper | 2007-09-25 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7628 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro] | Jeremy Kemper | 2007-09-25 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7627 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Console reload! runs to_prepare callbacks also. Closes #8393. | Jeremy Kemper | 2007-05-29 | 1 | -1/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6897 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Use example.com as standard (closes #4413) [anna] | David Heinemeier Hansson | 2006-03-25 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4026 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | rename 'integration_test.rb' -> 'integration.rb' | Jamis Buck | 2006-03-18 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3923 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | remove explicit dependency mechanism setting in console_app | Jamis Buck | 2006-03-03 | 1 | -5/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3755 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added reload! method to script/console to reload all models and others that ↵ | David Heinemeier Hansson | 2006-03-03 | 1 | -0/+6 |
| | | | | | | include Reloadable without quitting the console (closes #4056) [esad@esse.at] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3749 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Use require instead of load with the integration stuff. Add helper method ↵ | Jamis Buck | 2006-03-01 | 1 | -4/+16 |
| | | | | | | for creating new sessions. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3721 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add 'app' accessor to script/console as an instance of Integration::Session | Jamis Buck | 2006-03-01 | 1 | -0/+13 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3717 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |