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

Model-related structual parameters #52

Open
seratch opened this issue Jan 9, 2014 · 3 comments
Open

Model-related structual parameters #52

seratch opened this issue Jan 9, 2014 · 3 comments
Assignees

Comments

@seratch
Copy link
Member

seratch commented Jan 9, 2014

Not sure but we should think about designing model-related parameters.

see also:

http://guides.rubyonrails.org/form_helpers.html#dealing-with-model-objects

@ghost ghost assigned seratch Jan 9, 2014
@seratch seratch modified the milestones: 0.9.30, 0.9.29, 1.1.0, 1.0.0-RC1 Feb 7, 2014
@seratch
Copy link
Member Author

seratch commented Mar 5, 2014

If we follow Rails, parameter name may be "entry[name]" and extraction code in controllers is like this:

val entryParams: Map[String, String] = params.getAsMap("entry")
// entryParams.get("name") -> Some

@seratch seratch modified the milestones: 1.0.0-RC8, 1.1.0, 1.0.0 Mar 6, 2014
@seratch
Copy link
Member Author

seratch commented Mar 25, 2014

We couldn't provide an appropriate view helper support in version 1.0.0

@seratch seratch modified the milestones: 1.1.0, 1.0.0 Mar 25, 2014
@seratch
Copy link
Member Author

seratch commented Jun 13, 2014

I'd like to release 1.1.0 as soon as possible. This feature may be added in 1.1.x but not in 1.1.0.

@seratch seratch modified the milestones: 1.2.0, 1.1.0 Jun 13, 2014
@seratch seratch modified the milestones: 1.3.0, 1.2.0 Jul 20, 2014
@seratch seratch modified the milestones: 1.3.0, 1.4.0 Aug 24, 2014
@seratch seratch modified the milestones: 2.0, 1.4 Dec 21, 2014
@seratch seratch removed this from the 2.0.x milestone May 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant