rails--rails/railties/lib/rails/generators
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
..
active_record
erb Rails layouts, error pages, and public/index now use HTML5. 2010-01-05 10:13:29 -06:00
rails Rails layouts, error pages, and public/index now use HTML5. 2010-01-05 10:13:29 -06:00
test_unit Autoload AS test case 2010-01-04 16:22:46 -06:00
actions.rb Update routes.rb template to use App name 2009-12-21 20:15:27 -06:00
active_model.rb
active_record.rb
base.rb Create Rails::Generators::TestCase. 2010-01-03 17:14:49 +01:00
erb.rb
generated_attribute.rb
migration.rb
named_base.rb Pass config.generators options along when RAILS_GENERATORS is set and show --force-plural message just once. 2009-11-03 18:22:05 -08:00
resource_helpers.rb Pass config.generators options along when RAILS_GENERATORS is set and show --force-plural message just once. 2009-11-03 18:22:05 -08:00
test_case.rb Autoload AS test case 2010-01-04 16:22:46 -06:00
test_unit.rb