5

Rails3: I cloned an existing gem in order to modify it in development. I put in my gemfile:

gem 'my_gem_name', :path => '../gems/my_gem_name'

It's working fine, but every time I want to edit the gem, I have to restart my rails server. Is there a way that I don't need to restart the server?

For view/controller/helper files there is the setting config.cache_classes = false but I wasn't able to find a similar one for the locals gem.

Nakilon
  • 34,866
  • 14
  • 107
  • 142
alex
  • 357
  • 3
  • 14

1 Answers1

4

Here are a few other questions along the same lines with mixed results:

One Two Three

Community
  • 1
  • 1
ScottJShea
  • 7,041
  • 11
  • 44
  • 67