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

Using edge from Gemfile doesn't work anymore #15

Closed
jduff opened this issue Jun 7, 2010 · 2 comments
Closed

Using edge from Gemfile doesn't work anymore #15

jduff opened this issue Jun 7, 2010 · 2 comments

Comments

@jduff
Copy link
Contributor

jduff commented Jun 7, 2010

In my Gemfile I had something like this which was was working fine until recently:
gem "simple_form", :git => "git://github.com/plataformatec/simple_form.git"

I had cleared out my gems and rebundled and now I get undefined methodsimple_form_for'`

If I change my gemfile to just be gem "simple_form" it works fine, but it would be nice to reference the edge.

I'm using Ruby 1.9.1 and Rails3-beta3

@jduff
Copy link
Contributor Author

jduff commented Jun 7, 2010

I'm guessing it has something to do with this change http://github.com/plataformatec/simple_form/commit/1ef232cf6dd5695defdef7398c4556d080c82155#L2L56

@josevalim
Copy link
Contributor

Fixed.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants