This project is archived and is in readonly mode.
Changeset [3270c58ebb3143b3ab3b349fe339cdd4587468ee] by Santiago Pastorino
August 14th, 2010 @ 08:20 AM
Deletes trailing whitespaces (over text files only find
-type f -exec sed 's/[ \t]$//' -i {} \;)
http://github.com/rails/rails/commit/3270c58ebb3143b3ab3b349fe339cd...
Committed by Santiago Pastorino
- M README.rdoc
- M actionmailer/CHANGELOG
- M actionmailer/README.rdoc
- M actionmailer/lib/action_mailer/base.rb
- M actionmailer/lib/action_mailer/delivery_methods.rb
- M actionmailer/lib/action_mailer/mail_helper.rb
- M actionmailer/lib/action_mailer/old_api.rb
- M actionmailer/lib/action_mailer/tmail_compat.rb
- M actionmailer/test/base_test.rb
- M actionmailer/test/delivery_methods_test.rb
- M actionmailer/test/fixtures/raw_email10
- M actionmailer/test/fixtures/raw_email2
- M actionmailer/test/fixtures/raw_email3
- M actionmailer/test/fixtures/raw_email5
- M actionmailer/test/fixtures/raw_email6
- M actionmailer/test/fixtures/raw_email8
- M actionmailer/test/fixtures/raw_email9
- M actionmailer/test/fixtures/templates/signed_up.erb
- M actionmailer/test/fixtures/test_mailer/custom_templating_extension.html.haml
- M actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.haml
- M actionmailer/test/fixtures/test_mailer/signed_up.html.erb
- M actionmailer/test/fixtures/url_test_mailer/signed_up_with_url.erb
- M actionmailer/test/mailers/proc_mailer.rb
- M actionmailer/test/old_base/mail_service_test.rb
- M actionmailer/test/old_base/tmail_compat_test.rb
- M actionmailer/test/old_base/url_test.rb
- M actionmailer/test/test_helper_test.rb
- M actionpack/CHANGELOG
- M actionpack/README.rdoc
- M actionpack/RUNNING_UNIT_TESTS
- M actionpack/lib/abstract_controller/base.rb
- M actionpack/lib/action_controller/metal/http_authentication.rb
- M actionpack/lib/action_controller/middleware.rb
- M actionpack/lib/action_controller/test_case.rb
- M actionpack/lib/action_controller/vendor/html-scanner/html/document.rb
- M actionpack/lib/action_controller/vendor/html-scanner/html/node.rb
- M actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
- M actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb
- M actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb
- M actionpack/lib/action_dispatch/http/mime_type.rb
- M actionpack/lib/action_dispatch/middleware/stack.rb
- M actionpack/lib/action_dispatch/routing.rb
- M actionpack/lib/action_view/helpers/debug_helper.rb
- M actionpack/lib/action_view/helpers/form_options_helper.rb
- M actionpack/lib/action_view/helpers/form_tag_helper.rb
- M actionpack/lib/action_view/helpers/number_helper.rb
- M actionpack/lib/action_view/helpers/raw_output_helper.rb
- M actionpack/lib/action_view/helpers/sanitize_helper.rb
- M actionpack/lib/action_view/helpers/text_helper.rb
- M actionpack/lib/action_view/helpers/translation_helper.rb
- M actionpack/lib/action_view/log_subscriber.rb
- M actionpack/lib/action_view/template/handler.rb
- M actionpack/lib/action_view/template/handlers.rb
- M actionpack/lib/action_view/test_case.rb
- M actionpack/lib/action_view/testing/resolvers.rb
- M actionpack/test/abstract/callbacks_test.rb
- M actionpack/test/abstract/helper_test.rb
- M actionpack/test/abstract/translation_test.rb
- M actionpack/test/abstract_unit.rb
- M actionpack/test/controller/assert_select_test.rb
- M actionpack/test/controller/base_test.rb
- M actionpack/test/controller/dispatcher_test.rb
- M actionpack/test/controller/filters_test.rb
- M actionpack/test/controller/helper_test.rb
- M actionpack/test/controller/http_basic_authentication_test.rb
- M actionpack/test/controller/http_token_authentication_test.rb
- M actionpack/test/controller/layout_test.rb
- M actionpack/test/controller/mime_responds_test.rb
- M actionpack/test/controller/new_base/etag_test.rb
- M actionpack/test/controller/new_base/render_implicit_action_test.rb
- M actionpack/test/controller/new_base/render_layout_test.rb
- M actionpack/test/controller/new_base/render_partial_test.rb
- M actionpack/test/controller/new_base/render_test.rb
- M actionpack/test/controller/new_base/render_text_test.rb
- M actionpack/test/controller/new_base/render_xml_test.rb
- M actionpack/test/controller/render_test.rb
- M actionpack/test/controller/rescue_test.rb
- M actionpack/test/controller/selector_test.rb
- M actionpack/test/controller/test_test.rb
- M actionpack/test/controller/view_paths_test.rb
- M actionpack/test/dispatch/callbacks_test.rb
- M actionpack/test/dispatch/mount_test.rb
- M actionpack/test/dispatch/request_test.rb
- M actionpack/test/dispatch/session/cookie_store_test.rb
- M actionpack/test/dispatch/session/mem_cache_store_test.rb
- M actionpack/test/fixtures/companies.yml
- M actionpack/test/fixtures/company.rb
- M actionpack/test/fixtures/db_definitions/sqlite.sql
- M actionpack/test/fixtures/replies.yml
- M actionpack/test/fixtures/test/hello_xml_world.builder
- M actionpack/test/fixtures/topics.yml
- M actionpack/test/template/compiled_templates_test.rb
- M actionpack/test/template/date_helper_i18n_test.rb
- M actionpack/test/template/date_helper_test.rb
- M actionpack/test/template/erb_util_test.rb
- M actionpack/test/template/form_options_helper_test.rb
- M actionpack/test/template/html-scanner/document_test.rb
- M actionpack/test/template/html-scanner/node_test.rb
- M actionpack/test/template/html-scanner/sanitizer_test.rb
- M actionpack/test/template/html-scanner/tag_node_test.rb
- M actionpack/test/template/html-scanner/text_node_test.rb
- M actionpack/test/template/html-scanner/tokenizer_test.rb
- M actionpack/test/template/number_helper_test.rb
- M actionpack/test/template/tag_helper_test.rb
- M actionpack/test/template/text_helper_test.rb
- M actionpack/test/template/translation_helper_test.rb
- M actionpack/test/template/url_helper_test.rb
- M activemodel/CHANGELOG
- M activemodel/README.rdoc
- M activemodel/lib/active_model/attribute_methods.rb
- M activemodel/lib/active_model/callbacks.rb
- M activemodel/lib/active_model/conversion.rb
- M activemodel/lib/active_model/dirty.rb
- M activemodel/lib/active_model/errors.rb
- M activemodel/lib/active_model/lint.rb
- M activemodel/lib/active_model/naming.rb
- M activemodel/lib/active_model/observing.rb
- M activemodel/lib/active_model/serialization.rb
- M activemodel/lib/active_model/serializers/xml.rb
- M activemodel/lib/active_model/translation.rb
- M activemodel/lib/active_model/validations.rb
- M activemodel/lib/active_model/validations/acceptance.rb
- M activemodel/lib/active_model/validations/confirmation.rb
- M activemodel/lib/active_model/validations/length.rb
- M activemodel/lib/active_model/validations/validates.rb
- M activemodel/lib/active_model/validator.rb
- M activemodel/test/cases/attribute_methods_test.rb
- M activemodel/test/cases/serializeration/json_serialization_test.rb
- M activemodel/test/cases/translation_test.rb
- M activemodel/test/cases/validations/validates_test.rb
- M activemodel/test/cases/validations_test.rb
- M activemodel/test/models/custom_reader.rb
- M activemodel/test/models/person_with_validator.rb
- M activemodel/test/models/sheep.rb
- M activerecord/README.rdoc
- M activerecord/RUNNING_UNIT_TESTS
- M activerecord/lib/active_record/aggregations.rb
- M activerecord/lib/active_record/association_preload.rb
- M activerecord/lib/active_record/associations.rb
- M activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
- M activerecord/lib/active_record/associations/has_many_association.rb
- M activerecord/lib/active_record/associations/has_many_through_association.rb
- M activerecord/lib/active_record/attribute_methods/time_zone_conversion.rb
- M activerecord/lib/active_record/attribute_methods/write.rb
- M activerecord/lib/active_record/autosave_association.rb
- M activerecord/lib/active_record/base.rb
- M activerecord/lib/active_record/callbacks.rb
- M activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
- M activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
- M activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
- M activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
- M activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
- M activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
- M activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb
- M activerecord/lib/active_record/dynamic_finder_match.rb
- M activerecord/lib/active_record/dynamic_scope_match.rb
- M activerecord/lib/active_record/errors.rb
- M activerecord/lib/active_record/fixtures.rb
- M activerecord/lib/active_record/locale/en.yml
- M activerecord/lib/active_record/migration.rb
- M activerecord/lib/active_record/named_scope.rb
- M activerecord/lib/active_record/nested_attributes.rb
- M activerecord/lib/active_record/observer.rb
- M activerecord/lib/active_record/reflection.rb
- M activerecord/lib/active_record/relation.rb
- M activerecord/lib/active_record/relation/calculations.rb
- M activerecord/lib/active_record/relation/finder_methods.rb
- M activerecord/lib/active_record/relation/spawn_methods.rb
- M activerecord/lib/active_record/schema_dumper.rb
- M activerecord/lib/active_record/serialization.rb
- M activerecord/lib/active_record/serializers/xml_serializer.rb
- M activerecord/lib/active_record/session_store.rb
- M activerecord/lib/active_record/test_case.rb
- M activerecord/lib/active_record/validations/associated.rb
- M activerecord/lib/active_record/validations/uniqueness.rb
- M activerecord/test/cases/associations/has_many_through_associations_test.rb
- M activerecord/test/cases/associations/has_one_through_associations_test.rb
- M activerecord/test/cases/associations/join_model_test.rb
- M activerecord/test/cases/associations_test.rb
- M activerecord/test/cases/attribute_methods_test.rb
- M activerecord/test/cases/autosave_association_test.rb
- M activerecord/test/cases/counter_cache_test.rb
- M activerecord/test/cases/defaults_test.rb
- M activerecord/test/cases/dirty_test.rb
- M activerecord/test/cases/fixtures_test.rb
- M activerecord/test/cases/i18n_test.rb
- M activerecord/test/cases/json_serialization_test.rb
- M activerecord/test/cases/migration_test.rb
- M activerecord/test/cases/modules_test.rb
- M activerecord/test/cases/nested_attributes_test.rb
- M activerecord/test/cases/persistence_test.rb
- M activerecord/test/cases/reflection_test.rb
- M activerecord/test/cases/relation_scoping_test.rb
- M activerecord/test/cases/relations_test.rb
- M activerecord/test/cases/serialization_test.rb
- M activerecord/test/cases/timestamp_test.rb
- M activerecord/test/fixtures/comments.yml
- M activerecord/test/fixtures/companies.yml
- M activerecord/test/fixtures/items.yml
- M activerecord/test/fixtures/memberships.yml
- M activerecord/test/fixtures/mixins.yml
- M activerecord/test/fixtures/taggings.yml
- M activerecord/test/fixtures/tags.yml
- M activerecord/test/models/developer.rb
- M activerecord/test/models/minivan.rb
- M activerecord/test/models/post.rb
- M activerecord/test/models/shop.rb
- M activerecord/test/models/topic.rb
- M activerecord/test/schema/postgresql_specific_schema.rb
- M activerecord/test/schema/schema.rb
- M activeresource/CHANGELOG
- M activeresource/README.rdoc
- M activeresource/lib/active_resource/http_mock.rb
- M activeresource/lib/active_resource/validations.rb
- M activeresource/test/cases/base/custom_methods_test.rb
- M activeresource/test/cases/validations_test.rb
- M activeresource/test/connection_test.rb
- M activesupport/CHANGELOG
- M activesupport/lib/active_support/base64.rb
- M activesupport/lib/active_support/benchmarkable.rb
- M activesupport/lib/active_support/cache.rb
- M activesupport/lib/active_support/cache/strategy/local_cache.rb
- M activesupport/lib/active_support/callbacks.rb
- M activesupport/lib/active_support/core_ext/array/random_access.rb
- M activesupport/lib/active_support/core_ext/array/wrap.rb
- M activesupport/lib/active_support/core_ext/date/calculations.rb
- M activesupport/lib/active_support/core_ext/date_time/conversions.rb
- M activesupport/lib/active_support/core_ext/date_time/zones.rb
- M activesupport/lib/active_support/core_ext/enumerable.rb
- M activesupport/lib/active_support/core_ext/hash/conversions.rb
- M activesupport/lib/active_support/core_ext/integer/time.rb
- M activesupport/lib/active_support/core_ext/module/anonymous.rb
- M activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb
- M activesupport/lib/active_support/core_ext/module/attribute_accessors.rb
- M activesupport/lib/active_support/core_ext/module/remove_method.rb
- M activesupport/lib/active_support/core_ext/module/synchronization.rb
- M activesupport/lib/active_support/core_ext/numeric/time.rb
- M activesupport/lib/active_support/core_ext/object/blank.rb
- M activesupport/lib/active_support/core_ext/object/instance_variables.rb
- M activesupport/lib/active_support/core_ext/object/returning.rb
- M activesupport/lib/active_support/core_ext/range/conversions.rb
- M activesupport/lib/active_support/core_ext/string/access.rb
- M activesupport/lib/active_support/core_ext/string/inflections.rb
- M activesupport/lib/active_support/core_ext/time/calculations.rb
- M activesupport/lib/active_support/core_ext/time/conversions.rb
- M activesupport/lib/active_support/core_ext/time/zones.rb
- M activesupport/lib/active_support/duration.rb
- M activesupport/lib/active_support/i18n_railtie.rb
- M activesupport/lib/active_support/lazy_load_hooks.rb
- M activesupport/lib/active_support/locale/en.yml
- M activesupport/lib/active_support/log_subscriber.rb
- M activesupport/lib/active_support/log_subscriber/test_helper.rb
- M activesupport/lib/active_support/message_encryptor.rb
- M activesupport/lib/active_support/message_verifier.rb
- M activesupport/lib/active_support/multibyte.rb
- M activesupport/lib/active_support/testing/assertions.rb
- M activesupport/lib/active_support/testing/declarative.rb
- M activesupport/lib/active_support/testing/pending.rb
- M activesupport/lib/active_support/time_with_zone.rb
- M activesupport/lib/active_support/xml_mini/rexml.rb
- M activesupport/test/autoloading_fixtures/class_folder/nested_class.rb
- M activesupport/test/clean_backtrace_test.rb
- M activesupport/test/clean_logger_test.rb
- M activesupport/test/core_ext/array_ext_test.rb
- M activesupport/test/core_ext/class/attribute_accessor_test.rb
- M activesupport/test/core_ext/class/class_inheritable_attributes_test.rb
- M activesupport/test/core_ext/date_ext_test.rb
- M activesupport/test/core_ext/date_time_ext_test.rb
- M activesupport/test/core_ext/duration_test.rb
- M activesupport/test/core_ext/enumerable_test.rb
- M activesupport/test/core_ext/hash_ext_test.rb
- M activesupport/test/core_ext/kernel_test.rb
- M activesupport/test/core_ext/module/anonymous_test.rb
- M activesupport/test/core_ext/module/attr_accessor_with_default_test.rb
- M activesupport/test/core_ext/module/attribute_accessor_test.rb
- M activesupport/test/core_ext/module/attribute_aliasing_test.rb
- M activesupport/test/core_ext/module/reachable_test.rb
- M activesupport/test/core_ext/numeric_ext_test.rb
- M activesupport/test/core_ext/object_and_class_ext_test.rb
- M activesupport/test/core_ext/string_ext_test.rb
- M activesupport/test/core_ext/time_ext_test.rb
- M activesupport/test/core_ext/time_with_zone_test.rb
- M activesupport/test/i18n_test.rb
- M activesupport/test/message_encryptor_test.rb
- M activesupport/test/multibyte_conformance.rb
- M activesupport/test/option_merger_test.rb
- M activesupport/test/rescuable_test.rb
- M activesupport/test/test_test.rb
- M activesupport/test/time_zone_test.rb
- M ci/ci_setup_notes.txt
- M ci/site_config.rb
- M railties/CHANGELOG
- M railties/README.rdoc
- M railties/guides/assets/stylesheets/main.css
- M railties/guides/rails_guides/generator.rb
- M railties/guides/source/2_3_release_notes.textile
- M railties/guides/source/action_controller_overview.textile
- M railties/guides/source/action_view_overview.textile
- M railties/guides/source/active_record_basics.textile
- M railties/guides/source/active_record_querying.textile
- M railties/guides/source/active_record_validations_callbacks.textile
- M railties/guides/source/active_support_core_extensions.textile
- M railties/guides/source/ajax_on_rails.textile
- M railties/guides/source/api_documentation_guidelines.textile
- M railties/guides/source/association_basics.textile
- M railties/guides/source/caching_with_rails.textile
- M railties/guides/source/command_line.textile
- M railties/guides/source/configuring.textile
- M railties/guides/source/getting_started.textile
- M railties/guides/source/i18n.textile
- M railties/guides/source/initialization.textile
- M railties/guides/source/layouts_and_rendering.textile
- M railties/guides/source/nested_model_forms.textile
- M railties/guides/source/plugins.textile
- M railties/guides/source/rails_application_templates.textile
- M railties/guides/source/routing.textile
- M railties/guides/source/security.textile
- M railties/guides/w3c_validator.rb
- M railties/lib/rails/code_statistics.rb
- M railties/lib/rails/generators/base.rb
- M railties/lib/rails/generators/rails/app/templates/public/javascripts/effects.js
- M railties/lib/rails/generators/rails/generator/USAGE
- M railties/lib/rails/generators/rails/migration/USAGE
- M railties/lib/rails/generators/rails/plugin/USAGE
- M railties/lib/rails/generators/rails/resource/resource_generator.rb
- M railties/lib/rails/plugin.rb
- M railties/lib/rails/railtie.rb
- M railties/lib/rails/script_rails_loader.rb
- M railties/lib/rails/tasks/documentation.rake
- M railties/test/application/loading_test.rb
- M railties/test/application/rake_test.rb
- M railties/test/generators/actions_test.rb
- M railties/test/generators/app_generator_test.rb
- M railties/test/railties/railtie_test.rb
- M railties/test/script_rails_loader_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>