Ryuta Kamizono
|
a07d068078
|
Class methods in the class_methods blocks are wrongly appeared in the doc
It is wrongly appeared as instance public methods in the doc.
http://api.rubyonrails.org/v5.1.6/classes/ActionCable/Channel/Callbacks.html
http://api.rubyonrails.org/v5.1.6/classes/ActiveRecord/Timestamp.html
|
2018-04-04 09:04:15 +09:00 |
|
Kir Shatrov
|
385825fb70
|
Use frozen string literal in actioncable/
|
2017-07-23 23:30:29 +03:00 |
|
Matthew Draper
|
87b3e226d6
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590 , reversing
changes made to afb66a5a59 .
|
2017-07-02 02:15:17 +09:30 |
|
Kir Shatrov
|
cfade1ec7e
|
Enforce frozen string in Rubocop
|
2017-07-01 02:11:03 +03:00 |
|
Xavier Noria
|
b678eb57e9
|
applies new string literal convention in actioncable/lib
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
|
2016-08-06 19:13:46 +02:00 |
|
David Heinemeier Hansson
|
bf40bddfce
|
Get ready to merge into Rails
|
2015-12-14 15:48:54 +01:00 |
|