You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've forked your really useful and awesome gem. What I found was that I didn't want to have to include this into controllers as much as anywhere I need to interact with databasedotcom data. I'm pulling it out into a convenient module you can include, not really having to change much of the code.
One of my reasons for this is because I don't see the necessity for keeping this code in controllers only. The whole project can benefit from this, and it could lend towards keeping my codebase clean and my controllers skinny.
I'm removing the rails dependency, as well as renaming the gem a bit.
I'll keep the commits separate if you'd like a pull request that helps make this gem a bit more generic to any ruby class.
Stay frosty,
~Spaceghost
The text was updated successfully, but these errors were encountered:
Hey,
I've forked your really useful and awesome gem. What I found was that I didn't want to have to include this into controllers as much as anywhere I need to interact with databasedotcom data. I'm pulling it out into a convenient module you can include, not really having to change much of the code.
One of my reasons for this is because I don't see the necessity for keeping this code in controllers only. The whole project can benefit from this, and it could lend towards keeping my codebase clean and my controllers skinny.
I'm removing the rails dependency, as well as renaming the gem a bit.
I'll keep the commits separate if you'd like a pull request that helps make this gem a bit more generic to any ruby class.
Stay frosty,
~Spaceghost
The text was updated successfully, but these errors were encountered: