Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor docker file, fixes filter bug [fixes OSRA-468] #456

Open
wants to merge 74 commits into
base: develop
Choose a base branch
from

Conversation

ZmagoD
Copy link
Member

@ZmagoD ZmagoD commented Jun 5, 2017

NikitaAvvakumov and others added 26 commits January 15, 2017 16:14
…t_to_sponsor_cb

Osra 453 add payment to sponsor cashbox
Replace s3_host_domain config with url & path config for Paperclip
@orphans_before_paginate = Orphan.with_filter_fields.filter(@filters).
order(@current_sort_column.to_s + " " + @current_sort_direction.to_s)
@orphans_before_paginate = Orphan.with_filter_fields.filter(@filters)
.order(@current_sort_column.to_s + " " + @current_sort_direction.to_s)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Ruby, I feel it's better to have these at the end. You can't copy & paste this into rails console now. Why the change? Not trying to bikeshed; just curious

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry I forgot to revert this on previous state 😞

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.559% when pulling 1654279 on ZmagoD:zd_OSRA_468 into ac12cc8 on AgileVentures:develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants