diaspora/app
Benjamin Neff b203862ca3
Workaround for bootstrap-sass
The change in assets.rb should be enough, but it doesn't work, because
sprockets `after_initialize` runs before it and initializes sprockets
with unfiltered paths.

But the trick with the underscore works, because bootstrap-sass has
named the file `_bootstrap.scss`, and rails-assets-bootstrap has
`bootstrap.scss`, so with `_bootstrap` it uses the correct bootstrap.
2017-08-12 15:39:26 +02:00
..
assets Workaround for bootstrap-sass 2017-08-12 15:39:26 +02:00
controllers Copy headers in OpenidConnect TokenEndpointController 2017-08-12 15:39:24 +02:00
helpers Use skip_pipeline: true for asset_url 2017-08-12 15:39:20 +02:00
mailers Add ApplicationMailer 2017-08-12 15:39:20 +02:00
models Remove unused formatted_birthday from profile model 2017-08-12 15:39:24 +02:00
presenters Merge branch 'next-minor' into develop 2017-05-21 12:06:41 +02:00
serializers Update the user data export archive format. 2017-08-10 09:36:26 +03:00
services Fix creating a post with poll 2017-08-12 15:39:21 +02:00
uploaders Bump carrierwave 2017-07-22 23:43:07 +02:00
views Hide 'Sign in' header link on the connection page 2017-08-11 17:40:29 +02:00
workers Replace HashWithIndifferentAccess, it is now deprecated 2017-08-12 15:39:20 +02:00