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

Boolean Filters, Association Support #5

Merged
merged 3 commits into from
Jul 15, 2016

Conversation

danielberkompas
Copy link
Contributor

@danielberkompas danielberkompas commented Jul 14, 2016

And prettier new/edit forms to boot. Still a number of things left to do, but it's getting closer!

New/Edit Form
admin

Association Filtering
admin

Boolean Field Filtering
admin_and_1__term_xterm-256color_mux_cross_connect__tmux_

Mix.Task.reenable("torch.gen.html")
Mix.Task.run "torch.gen.html", ~w(Admin Author authors name:string email:string inserted_at:date updated_at:date)
Mix.Task.reenable("torch.gen.html")
Copy link
Contributor

Choose a reason for hiding this comment

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

What is reenable/1 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Mix only allows you to run a task once in any given process unless you reenable it. I guess they figure you only ever want to run a task once most of the time.

Copy link
Contributor

Choose a reason for hiding this comment

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

Interesting.

@danielberkompas danielberkompas merged commit 0b450ee into master Jul 15, 2016
@danielberkompas danielberkompas deleted the feature/boolean-support branch July 15, 2016 17:17
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.

2 participants