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

Get specs passing under Rails 3.1.0.beta1 #564

Closed
justinfrench opened this issue May 18, 2011 · 1 comment
Closed

Get specs passing under Rails 3.1.0.beta1 #564

justinfrench opened this issue May 18, 2011 · 1 comment

Comments

@justinfrench
Copy link
Member

No description provided.

@justinfrench
Copy link
Member Author

I think we're actually pretty close on this. There's spec fails I've been working through on a local branch, but mostly they're missing stubs and missing context, not broken code.

justinfrench added a commit that referenced this issue May 24, 2011
* Rails 3.1 nested inputs won't work unless the nested attributes collection returns a non-empty collection

* stub Author#persisted? to get another test passing

* stub controller, default_url_options, _routes, _routes.url_helpers, _routes.url_helpers.has_for_..._path, etc

* f.fields_for(:some_association) in Rails 3.1 checks for the some_association= method on the parent model, so we need to stub it

Disabled some failing i18n specs for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant