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

Doesn't seem to be working with Rails 4 #1

Open
MichaelCPell opened this issue Sep 1, 2013 · 3 comments
Open

Doesn't seem to be working with Rails 4 #1

MichaelCPell opened this issue Sep 1, 2013 · 3 comments

Comments

@MichaelCPell
Copy link

I've ensured the url column I am using is authorized within strong_parameters. Can't really figure out much about how this works from a cursory scan. Can anyone replicate?

@dwradcliffe
Copy link

I'm having a problem too. Looks like the form helper isn't setting the name attribute on the input tag.

@MichaelCPell
Copy link
Author

I can confirm that is exactly what is happening. I was able to fix it by
manually writing the input tag. Everything works as normal.

2013/9/11 David Radcliffe [email protected]

I'm having a problem too. Looks like the form helper isn't setting the
name attribute on the input tag.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-24290126
.

Michael Pell
(919) 885-0061
Skype: MichaelCPell

@dwradcliffe
Copy link

My workaround was to just specify the name property manually:

= f.filepicker_field :avatar_url, :name => "user[avatar_url]"

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

No branches or pull requests

2 participants