1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
ohbarye b99ef016fe Fix RDoc formatting: + doesn't work with @
refs: https://github.com/rails/rails/pull/30161

```
$ echo "+@size+" | rdoc --pipe
<p>+@size+</p>

$ echo "<tt>@size</tt>" | rdoc --pipe
<p><code>@size</code></p>
```

[ci skip]
2017-08-11 23:29:10 +09:00
..
active_record Fix RDoc formatting: + doesn't work with @ 2017-08-11 23:29:10 +09:00
rails/generators Handling add/remove to/from migration edge cases 2017-08-03 17:16:22 +10:00
active_record.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00