Joost Hietbrink
Joost Hietbrink
Np, thx! :)
Same as @SnShine .. Station is looking nice. But without being able to login to services it not very useful :) Any good alternative for Mac? I now found https://techwiser.com/best-franz-alternatives/....
Seems ruby/rails needs to actually load Authlogic. So calling only Authlogic would also be enough but I don't think it is really nice: ``` Authlogic # Simply only call it....
I think jrallison should fix this minor bug as shown above. To make it work for now you can create a file in RAILS_ROOT/lib/authlogic_oauth_hacks.rb ``` # Replace following in lib/authlogic_oauth.rb....
@tdreyno this is about inline CSS/JS or am I missing something?
I see. Don't get why though: - it requires an extra pass over all .html files - it requires extra custom code (eg. Middleman::Extensions::MinifyJavascript#minify_inline_content) Why not just leverage on Htmlcompressor?
I checked a little deeper and found that all actions call find_resource themselves.. instead it would be nice to have a before_filter :find_resource, :only => [:show, :edit, :update, :destroy] This...
A (temporary) fix in your liquid templates would be: ``` {% assign array = array | reverse %} ```
@fw42 The current syntax does not support the ~~first~~ (edit) second version you mention. See https://github.com/Shopify/liquid/blob/master/lib/liquid/tags/for.rb#L48