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
David Heinemeier Hansson
1c275d812f
Add option for class_attribute default ( #29270 )
...
* Allow a default value to be declared for class_attribute
* Convert to using class_attribute default rather than explicit setter
* Removed instance_accessor option by mistake
* False is a valid default value
* Documentation
2017-05-29 18:01:50 +02: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
Jon Moss
05088b6299
Full Action Cable documentation read through
...
This PR checks all active Action Cable documentation for typos and other
fixes. It aims to make sure that when Rails 5 is released, that the
Action Cable docs are up to snuff with the other documentation included
with Rails.
[ci skip]
2016-02-17 11:08:00 -05:00
DAVID MOORE
e4af3ad335
[ci skip] Fix typo in docs
...
Found this small omission while reviewing the ActionCable docs.
[Dave Moore]
2016-01-15 12:41:18 -05:00
David Heinemeier Hansson
bf40bddfce
Get ready to merge into Rails
2015-12-14 15:48:54 +01:00