I have successfully implemented social_stream but I am not able to incorporate its features in my app.I am not able to understand what is on github. Anyone who has implemented Social_Stream, plz help me with that. I want to change the look and feel of my application.
How to customize social_stream gem?
284 views Asked by Chandan Kumar Mallik At
2
There are 2 answers
0
On
Social Stream's wiki provides details on how to customize the application. Take a look at https://github.com/ging/social_stream/wiki/How-to-change-controllers%2C-models%2C-views%2C-assets-and-locales
Take a look at the way rails engines work.
Here is a railscast you should watch for customising an engine. (The exact same way you would do with social_stream)