Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Clean up the cache before the request in case we are running in the ↵ | José Valim | 2011-12-15 | 1 | -2/+0 |
| | | | | reload_classes_only_on_change schema. | ||||
* | Speed up development by only reloading classes if dependencies files changed. | José Valim | 2011-12-12 | 1 | -1/+2 |
| | | | | | | | | This can be turned off by setting `config.reload_classes_only_on_change` to false. Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading. Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3 | ||||
* | Unused variable removed | Arun Agrawal | 2011-11-15 | 1 | -1/+0 |
| | |||||
* | Modulize Rails console methods so that other console libraries such as Pry ↵ | Akira Matsuda | 2011-11-09 | 1 | -1/+1 |
| | | | | can include these methods | ||||
* | move Rails console top level methods to IRB context | Akira Matsuda | 2011-11-04 | 1 | -4/+10 |
| | |||||
* | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 1 | -4/+2 |
| | |||||
* | Fix for CI server. Dependent on RAILS_ENV=development | Arun Agrawal | 2011-06-06 | 1 | -0/+6 |
| | |||||
* | Everyone receives app as argument for consistency. | José Valim | 2011-05-25 | 1 | -3/+4 |
| | |||||
* | Move sandbox to AR and pass the sandbox as a value. This way, other ORMs ↵ | José Valim | 2011-05-04 | 1 | -2/+16 |
| | | | | like Datamapper can also have their own sandboxing in rails console. | ||||
* | Small changes on AD::Reloader. | José Valim | 2010-12-20 | 1 | -3/+3 |
| | |||||
* | Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare | John Firebaugh | 2010-12-20 | 1 | -4/+4 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Provide a cleaner syntax for paths configuration that does not rely on ↵ | José Valim | 2010-10-06 | 1 | -3/+2 |
| | | | | method_missing. | ||||
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 1 | -2/+2 |
| | | | | | | This removes all deprecated classes in ActionController related to Routing, Abstract Request/Response and Integration/IntegrationTest. All tests and docs were changed to ActionDispatch instead of ActionController. | ||||
* | Add console hook to force ActiveRecord::Base to be loaded when console ↵ | José Valim | 2010-07-18 | 1 | -3/+18 |
| | | | | starts avoiding reference loops. | ||||
* | reload! on console now works as expected. [#3822 status:resolved] | José Valim | 2010-02-26 | 1 | -3/+29 |
| | |||||
* | Move console stuff to its own directory. | José Valim | 2010-01-23 | 1 | -2/+2 |
| | |||||
* | More robust console test | Joshua Peek | 2009-10-05 | 1 | -0/+52 |