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
Henrik Hodne fa6d921e11 Remove blank trailing comments
For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace
with the first match, and voilà! Note that the regex matches a little bit too
much, so you probably want to `git add -i .` and go through every single diff
to check if it actually should be changed.
2012-05-20 01:29:13 +02:00
..
locale confirmation validation error attribute 2012-04-23 17:16:05 -04:00
mass_assignment_security Improve logging of ActiveModel::MassAssignmentSecurity::Sanitizer 2012-05-17 06:55:41 +09:00
serializers Use respond_to?(:to_ary) rather than is_a?(Enumerable) to detect collection-thing. 2012-05-11 20:11:04 +01:00
validations Remove blank trailing comments 2012-05-20 01:29:13 +02:00
attribute_methods.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
callbacks.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
configuration.rb Add better errors reporting for ActiveModel::Configuration 2012-04-04 14:52:44 +02:00
conversion.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
dirty.rb updating define_attribute_methods documentation 2012-05-14 11:38:23 -05:00
errors.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
lint.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
mass_assignment_security.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
model.rb fix bad format [ci skip] 2012-04-14 11:58:43 +03:00
naming.rb Refactor human attribute name 2012-04-28 12:14:59 -03:00
observer_array.rb Remove extra white spaces on ActiveModel docs. 2011-05-23 20:39:10 -03:00
observing.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
railtie.rb Some railties cleanup: 2009-12-31 13:12:52 -08:00
secure_password.rb has_secure_password shouldn't validate password_digest. It should also take options to turn validations off. 2012-05-08 18:08:55 -05:00
serialization.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
test_case.rb Remove dead code from AMo. 2011-12-20 18:38:20 +01:00
translation.rb Refactor human attribute name 2012-04-28 12:14:59 -03:00
validations.rb Remove blank trailing comments 2012-05-20 01:29:13 +02:00
validator.rb Remove blank trailing comments 2012-05-20 01:29:13 +02: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