1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/lib/active_model
claudiob 019df98875 Replace comments' non-breaking spaces with spaces
Sometimes, on Mac OS X, programmers accidentally press Option+Space
rather than just Space and don’t see the difference. The problem is
that Option+Space writes a non-breaking space (0XA0) rather than a
normal space (0x20).

This commit removes all the non-breaking spaces inadvertently
introduced in the comments of the code.
2012-12-04 22:11:54 -08:00
..
locale confirmation validation error attribute 2012-04-23 17:16:05 -04:00
serializers Specify type of singular association during serialization 2012-11-28 11:48:32 -08:00
validations Merge pull request #7282 from xHire/validates_length_of_fix 2012-11-26 18:44:07 -02:00
attribute_methods.rb cleanup, remove broken whitespace 2012-11-25 16:57:29 +01:00
callbacks.rb cleanup, removed dispensable require statements from ActiveModel 2012-11-25 17:08:57 +01:00
conversion.rb cleanup, removed dispensable require statements from ActiveModel 2012-11-25 17:08:57 +01:00
deprecated_mass_assignment_security.rb Point user to strong_parameters as the new protection model [ci skip] 2012-11-18 15:40:41 +02:00
dirty.rb Reset attributes should not report changes. 2012-12-01 16:58:09 -02:00
errors.rb Replace comments' non-breaking spaces with spaces 2012-12-04 22:11:54 -08:00
forbidden_attributes_protection.rb rm dead code 2012-11-09 10:31:23 +09:00
lint.rb minor edits in AM documentation [ci skip] 2012-10-21 01:26:01 -05:00
model.rb minor edits in AM documentation [ci skip] 2012-10-21 01:26:01 -05:00
naming.rb cleanup, removed dispensable require statements from ActiveModel 2012-11-25 17:08:57 +01:00
railtie.rb Use BCrypt's MIN_COST in the test environment for speedier tests 2012-11-14 09:42:54 -06:00
secure_password.rb Initialize #min_cost to avoid warning in Ruby 2.0 2012-11-17 18:40:01 -02:00
serialization.rb Replace comments' non-breaking spaces with spaces 2012-12-04 22:11:54 -08:00
test_case.rb Remove dead code from AMo. 2011-12-20 18:38:20 +01:00
translation.rb minor edits in AM documentation [ci skip] 2012-10-21 01:26:01 -05:00
validations.rb cleanup, removed dispensable require statements from ActiveModel 2012-11-25 17:08:57 +01:00
validator.rb Replace comments' non-breaking spaces with spaces 2012-12-04 22:11:54 -08:00
version.rb rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+ 2011-12-20 09:30:37 -06:00