mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Template whitespace
This commit is contained in:
parent
6d30002a52
commit
259f3846a9
8 changed files with 7 additions and 8 deletions
|
@ -59,4 +59,4 @@ production:
|
|||
#account: my_account
|
||||
#app_user: my_app_user
|
||||
#application: my_application
|
||||
#workstation: my_workstation
|
||||
#workstation: my_workstation
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
|
||||
# Don't care if the mailer can't send
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
end
|
||||
end
|
||||
|
|
|
@ -30,4 +30,4 @@
|
|||
|
||||
# Enable threaded mode
|
||||
# config.threadsafe!
|
||||
end
|
||||
end
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
# This is necessary if your schema can't be completely dumped by the schema dumper,
|
||||
# like if you have constraints or database-specific column types
|
||||
# config.active_record.schema_format = :sql
|
||||
end
|
||||
end
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
|
||||
|
||||
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
|
||||
# Rails.backtrace_cleaner.remove_silencers!
|
||||
# Rails.backtrace_cleaner.remove_silencers!
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
||||
|
||||
en:
|
||||
hello: "Hello world"
|
||||
hello: "Hello world"
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
|
||||
#
|
||||
# Examples:
|
||||
#
|
||||
#
|
||||
# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
|
||||
# Mayor.create(:name => 'Daley', :city => cities.first)
|
||||
|
|
|
@ -59,4 +59,3 @@ div.field, div.actions {
|
|||
font-size: 12px;
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue