1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Template whitespace

This commit is contained in:
Joshua Peek 2010-01-22 08:27:05 -06:00
parent 6d30002a52
commit 259f3846a9
8 changed files with 7 additions and 8 deletions

View file

@ -59,4 +59,4 @@ production:
#account: my_account
#app_user: my_app_user
#application: my_application
#workstation: my_workstation
#workstation: my_workstation

View file

@ -16,4 +16,4 @@
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
end
end

View file

@ -30,4 +30,4 @@
# Enable threaded mode
# config.threadsafe!
end
end

View file

@ -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

View file

@ -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!

View file

@ -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"

View file

@ -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)

View file

@ -59,4 +59,3 @@ div.field, div.actions {
font-size: 12px;
list-style: square;
}