rails--rails/railties/lib/rails
Dan Croak 38f669766c Rails layouts, error pages, and public/index now use HTML5.
The specification allows the character encoding meta tag to be removed
if character encoding is set at the transport level (Content-Type),
which Rails is doing.

  http://dev.w3.org/html5/html4-differences/#character-encoding

Signed-off-by: Joshua Peek <josh@joshpeek.com>
2010-01-05 10:13:29 -06:00
..
commands Orphan experiment no longer needed 2009-12-30 22:55:52 -05:00
generators Rails layouts, error pages, and public/index now use HTML5. 2010-01-05 10:13:29 -06:00
rack Have script/* and Rakefile use the application object 2009-11-24 14:36:30 -08:00
tasks Move the ActiveRecord related rake tasks into the AR gem. 2009-12-28 17:53:05 -08:00
vendor Update vendored Thor. 2010-01-02 22:27:03 +01:00
all.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
application.rb Merge 2010-01-03 22:27:28 -08:00
backtrace_cleaner.rb Exclude gem backtrace filter if rubygems is not loaded 2009-10-20 09:32:26 -05:00
code_statistics.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
commands.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
configuration.rb Trash string coercion rack hacks 2010-01-04 19:46:21 -06:00
console_app.rb Reinstate explicit active_support/test_case require since console_app interacts with a non-autoloaded constant 2010-01-04 17:00:47 -08:00
console_sandbox.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
console_with_helpers.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
deprecation.rb Remove some remnants of config.gem 2009-10-17 14:38:40 -07:00
dispatcher.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
generators.rb Use regexp in lookups instead of traversing namespaces. This removes the need of special cases. 2010-01-03 17:14:48 +01:00
initializable.rb Raise an exception if an initializer is defined without a block 2009-12-23 15:16:38 -08:00
paths.rb Refactor plugins 2009-11-11 18:09:16 -08:00
performance_test_help.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
plugin.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
rack.rb Rename Rails::Rack::Logger -> LogTailer. Speed up log mtime checks. 2008-12-18 14:42:06 -08:00
railtie.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
railties_path.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
ruby_version_check.rb Update Ruby version check to 1.8.7 2009-11-05 15:38:25 -08:00
rubyprof_ext.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
source_annotation_extractor.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00
tasks.rb Move the ActiveRecord related rake tasks into the AR gem. 2009-12-28 17:53:05 -08:00
test_help.rb use_instantiated_fixtures and use_transactional_fixtures defaults are set in active_record/fixtures 2010-01-04 17:23:36 -06:00
version.rb Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
webrick_server.rb Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00