.. |
commands
|
Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice]
|
2007-09-22 23:20:48 +00:00 |
rails
|
Added symbols as a legal way of specifying plugins in config.plugins (closes #9629) [tom]
|
2007-09-22 17:08:09 +00:00 |
rails_generator
|
Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]
|
2007-09-23 22:08:02 +00:00 |
tasks
|
Follow our own conventions (closes #6506) [packagethief]
|
2007-09-23 22:16:09 +00: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
|
Console reload! runs to_prepare callbacks also. Closes #8393.
|
2007-05-29 21:44:35 +00: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
|
Don't polute the top level namespace in the console with ActionView helpers. Make them available from a helper method.
|
2006-03-23 21:56:38 +00:00 |
dispatcher.rb
|
Missed Reloadable bits and pieces
|
2007-09-14 01:00:32 +00:00 |
fcgi_handler.rb
|
RailsFCGIHandler tests. Closes #9630.
|
2007-09-23 11:20:25 +00:00 |
initializer.rb
|
Doc fixes (closes #8608) [deepblue]
|
2007-09-22 18:24:17 +00: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 |
test_help.rb
|
Remove duplication in test_help.rb Closes #3328 [jarkko]
|
2007-09-02 23:50:51 +00:00 |
webrick_server.rb
|
Fixed that webrick would strip leading newlines and hang connection (closes #4156) [psross]
|
2007-01-05 04:09:38 +00:00 |