remove trailing whitespaces ❤️

This commit is contained in:
Gosha Arinich
2013-02-25 19:42:20 +03:00
parent b50e0536c7
commit cafc75b238
383 changed files with 4220 additions and 2221 deletions

View File

@@ -1,5 +1,5 @@
# avatar_url does not function properly as it does not properly deal with scaling.
# css based scaling is inefficient and has terrible results in both firefox and ie. canvas based scaling is slow.
# avatar_url does not function properly as it does not properly deal with scaling.
# css based scaling is inefficient and has terrible results in both firefox and ie. canvas based scaling is slow.
#
# for local urls we need to upload an image and have a pointer to the upload, then use the upload id in the user table
# for gravatar we already have the email and can hash it
@@ -10,6 +10,6 @@ class DropAvatarUrlFromUsers < ActiveRecord::Migration
end
def down
add_column :users, :avatar_url, :string, null: false, default: ''
add_column :users, :avatar_url, :string, null: false, default: ''
end
end