.. |
commands
|
Make script/plugin work with svn+ssh urls. [#662 state:resolved]
|
2008-07-22 01:43:23 +01:00 |
rails
|
Plugin locator: sort directory listing because we can't assume that the OS will do it for us. This fixes some unit test failures.
|
2008-07-09 13:34:36 +02:00 |
rails_generator
|
Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved]
|
2008-07-17 02:54:45 +01:00 |
tasks
|
Added db:charset support to PostgreSQL. [#556 state:resolved]
|
2008-07-14 04:11:52 +01:00 |
code_statistics.rb
|
Clean up the output of rake stats, de-emphasise components and apis, and remove the indents for tests [Koz]
|
2006-10-27 01:26:11 +00:00 |
commands.rb
|
Backed out of script/run portal idea. Muscle memory too deep
|
2005-10-06 02:05:36 +00:00 |
console_app.rb
|
Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in production environment.
|
2008-04-18 13:05:43 +01:00 |
console_sandbox.rb
|
Fix script/console --sandbox for internal transactions changes. Closes #5738.
|
2006-09-12 01:17:11 +00:00 |
console_with_helpers.rb
|
Use require_dependency 'application' not require in the console bootstraps to avoid requiring application.rb twice
|
2008-07-11 22:27:36 +02:00 |
dispatcher.rb
|
Updated copyright years
|
2008-05-11 18:34:05 -05:00 |
fcgi_handler.rb
|
Handle exit, reload, and restart immediately if not processing a request. References #11471 [guillaume, Jeremy Kemper]
|
2008-03-30 23:07:52 +00:00 |
initializer.rb
|
Check for ActionMailer and ActionController before attempting to eager load their view paths
|
2008-07-24 13:51:54 -05:00 |
performance_test_help.rb
|
Removed config.action_view.cache_template_loading, use config.cache_classes instead
|
2008-07-15 22:58:42 -05:00 |
rails_generator.rb
|
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]
|
2007-02-04 20:44:45 +00:00 |
railties_path.rb
|
Deprecation: remove components from controller paths. Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't have to worry about symlinks, and Pathname#realpath elsewhere, which respects symlinks in relative paths but is incompatible with Windows. Closes #6755.
|
2007-03-18 13:35:16 +00:00 |
ruby_version_check.rb
|
Reject Ruby 1.8.3 when loading Rails; extract version checking code.
|
2006-03-19 18:55:31 +00:00 |
rubyprof_ext.rb
|
Documentation updates/fixes for railties
|
2005-10-16 03:00:44 +00:00 |
source_annotation_extractor.rb
|
Merge documentation changes from docrails.
|
2008-05-16 23:21:35 +01:00 |
test_help.rb
|
Remove superfluous test_process require
|
2008-06-12 18:19:40 -07:00 |
webrick_server.rb
|
Drop ActionController::Base.allow_concurrency flag
|
2008-06-08 22:11:50 -05:00 |