1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
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 By default use ActiveModel API in controller generators, unless otherwise specified [#3123 status:resolved] 2009-10-17 15:56:44 -03:00
active_record.rb Ensure ActiveRecord is loaded on revoke/destroy. 2009-11-03 16:32:47 -08:00
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