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

Reload Helpers when Rails reloads #342

Closed
gregbell opened this issue Aug 4, 2011 · 3 comments
Closed

Reload Helpers when Rails reloads #342

gregbell opened this issue Aug 4, 2011 · 3 comments
Milestone

Comments

@gregbell
Copy link
Contributor

gregbell commented Aug 4, 2011

Helper modules are not reloading when used within Active Admin.

Details in this discussion: http://groups.google.com/group/activeadmin/browse_thread/thread/20419b0f3f21422d
Gist of failing test code: https://gist.github.com/1119909

@sbeam
Copy link

sbeam commented Aug 10, 2011

I thought this might be related to this i_r issue that has been fixed on edge
activeadmin/inherited_resources#95

but, alas, using the edge version of i_r, and still have the problem, helpers are definitely not changing unless the server is restarted.

my edgy setup includes

sbeam@xulu parallaxp∾ bundle show rails
/home/sbeam/.rvm/gems/ruby-1.9.2-p290@parallaxp/gems/rails-3.1.0.rc5
sbeam@xulu parallaxp∾ bundle show inherited_resources
/home/sbeam/.rvm/gems/ruby-1.9.2-p290@parallaxp/bundler/gems/inherited_resources-07bcdbfd3064
sbeam@xulu parallaxp∾ bundle show activeadmin
/home/sbeam/.rvm/gems/ruby-1.9.2-p290@parallaxp/bundler/gems/active_admin-016ffd39885a

@gregbell
Copy link
Contributor Author

gregbell commented Dec 2, 2011

The reloading of helpers is something that was fixed in the latest version of inherited resources. Once we upgrade support, we should get reloading of helpers :)

@gregbell
Copy link
Contributor Author

gregbell commented Dec 2, 2011

Upgrading of IR is happening on #808

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

3 participants