chinwagsocial/app/helpers
Akihiko Odaki (@fn_aki@pawoo.net) e98559c3ff Resolve custom application stylesheet with Webpack (#3373)
This implementation is a bit smaller and still has the following benefits:

* No need of app/javascript/packs/custom.js
For custom stylesheet, it typically has only
"require('../styles/custom.scss')" and is redundant.

* No need to extract vendor stylesheet to another asset
Extracting vendor stylesheet could be forgotten by developers who do not
use custom stylesheet.
2017-06-01 20:56:32 +02:00
..
admin Improve how params from controller are permitted in filter helper (#3129) 2017-05-19 11:43:20 +02:00
activitystreams2_builder_helper.rb Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 2017-04-25 15:06:06 +02:00
application_helper.rb Skip asset pipeline for static file in public/ (#3125) 2017-05-19 02:41:56 +02:00
flashes_helper.rb Clean up flash display in views (#2336) 2017-04-23 04:22:34 +02:00
home_helper.rb Improve initialState loading 2017-01-09 12:37:53 +01:00
http_helper.rb More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00
instance_helper.rb Instance helper to replace site title helper (#2038) 2017-04-18 00:16:32 +02:00
routing_helper.rb Use URI.join for generate asset URL (#2741) 2017-05-03 11:31:21 +02:00
settings_helper.rb Add catalan language (#3084) 2017-05-17 00:25:10 +02:00
stream_entries_helper.rb Test embedded_view related code in a helper (#2282) 2017-04-23 06:05:52 +02:00