RailsCasts Pro episodes are now free!

Learn more or hide this

garrettlancaster's Profile

GitHub User: garrettlancaster

Comments by

Avatar

Seems EventMachine is broken as of right now, so the gem install fails.

Avatar

It appears that cap deploy:rollback doesn't rollback the precompiled assets at all. Does anyone have a recipe or solution?

Avatar

Any reason not to use your nested_form gem anymore?

Avatar

Happening for me in Chrome (both Lion and Snow Leopard). Switching to html5 seems to resolve the problem.

Avatar

Maybe a CollectionPresenter that delegates the finer details to the instance presenter. You could even make it a base class, and subclass it with UserCollectionPresenter, etc. depending on how diverse your views are.