[Rails] Denshobato gem, messaging between models.

2016-03-10 Thread Eugene Domosedov
Denshobato is a Rails gem that helps models communicate with each other. It gives simple api for creating a complete conversation system. You can create conversation with any model. Denshobato provides api methods for making conversation, messages, blacklists and trash. It also provides Helper meth

[Rails] Rails Emoji Picker Gem for your rails app.

2016-02-02 Thread Eugene Domosedov
Rails emoji picker gem was released. Simple integration of emoji picker with your rails application. https://github.com/ID25/rails_emoji_picker -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

[Rails] GEM Ryakuzu - interface for schema.rb

2015-12-15 Thread Eugene Domosedov
Ryakuzu may be useful, when you need to quickly change the name/type of columns, and tables, or remove/rename it. Ryakuzu provides simple CRUD operations on your schema.rb and starts the migration for you. All temporary migration files are automatically deleted after migration. https://github.com/I