0

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.

Limon Monte
  • 52,539
  • 45
  • 182
  • 213

2 Answers2

0

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

Antonio Tapiador
  • 4,326
  • 1
  • 15
  • 8
0

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)

Benjamin Crouzier
  • 40,265
  • 44
  • 171
  • 236