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

Replaces simple form with custom form builder #50

Merged
merged 6 commits into from
Jan 7, 2015
Merged

Conversation

jensljungblad
Copy link
Collaborator

This PR replaces SimpleForm with a custom form builder that inherits from a bootstrap form builder. That way we get bootstrap markup out of the box without having to worry about #24

Fixes #24

In terms of associations it only supports belongs_to as of now. If we need more we should add it later.

  • Remove SimpleForm
  • Create custom FormBuilder
  • Deal with form errors
  • Extract datepicker methods, in case you don't want to use input

@Linuus
Copy link
Contributor

Linuus commented Jan 7, 2015

🚢 🇮🇹

Linuus added a commit that referenced this pull request Jan 7, 2015
Replaces simple form with custom form builder
@Linuus Linuus merged commit 5ded459 into master Jan 7, 2015
@Linuus Linuus deleted the feature/form-builder branch January 7, 2015 10:01
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.

Simple form conflicting configs
2 participants