I need to override controllers,views and js through plugin in rails 2.3
My client has some application which i do not need to modify.
If any feature require i need to implement through plugin only.
Can any one help me how to implement this thing.
Thank you
Asked
Active
Viewed 153 times
0
1 Answers
0
There is quite a bit information available when searching for rails plugins or engines. The options to extend a rails application was improved considerably in rails 3. Since your client is running rails 2, a good place to start is the Rails 2 plugin documentation or the rails 2.3 engine railscast. Note that rails 2 has reached end of life.
Regards

Community
- 1
- 1

Pierre Pretorius
- 2,869
- 22
- 21
-
thanks for responding.Actually i want to replace content of view(particular one). and as well as want to add custom stylesheet (whole application) into the head tag.How can i do this thing. – Rajesh M Mar 01 '14 at 09:27
-
And also i am new to ruby on rails please help me to solve this problem. – Rajesh M Mar 01 '14 at 09:34