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

Gem development and Spring! #66

Open
jasoncox opened this issue Aug 27, 2014 · 2 comments
Open

Gem development and Spring! #66

jasoncox opened this issue Aug 27, 2014 · 2 comments

Comments

@jasoncox
Copy link

It might help someone out to make a note about spring.

If you are developing a gem for Rails 4 with Spring its very easy to get caught out by changes not making their way into your application. Spring does not watch changes to gems and therefore does not reload the Rails stack. A bundle update 'your-gem' will not work, you will need to $ spring stop to force it to reload the full Rails app next time you run rails.

Hope this helps someone!

@jasoncox
Copy link
Author

I can add some notes to gem-development.md and open a pr if you like?

@radar
Copy link
Owner

radar commented Aug 29, 2014

Hi @jasoncox,

This guide was written a long time ago. I'd love a PR to update it to a more modern standard if you'd like to submit one.

radar pushed a commit that referenced this issue Jun 30, 2017
Add link guide of how to cryptographically sign your RubyGem
radar pushed a commit that referenced this issue Jun 30, 2017
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

2 participants