Skip to content

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

Open
ZmagoD wants to merge 74 commits into
AgileVentures:developfrom
ZmagoD:zd_OSRA_468
Open

refactor docker file, fixes filter bug [fixes OSRA-468]#456
ZmagoD wants to merge 74 commits into
AgileVentures:developfrom
ZmagoD:zd_OSRA_468

Conversation

@ZmagoD

@ZmagoD ZmagoD commented Jun 5, 2017

Copy link
Copy Markdown
Member

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
Comment thread app/controllers/orphans_controller.rb Outdated
@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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