[Rails] Re: how to change theme in rails 3.2.7

2012-08-30 Thread Jordon Bedwell
On Thursday, 30 August 2012 05:13:57 UTC-5, Ruby-Forum.com User wrote: I'm using rails 3.2.7. I have few themes in my public/themes folder. For example in my theme-1 folder there is one index.html + style.css + few images (if required) At the time of registration user will

[Rails] Re: how to change theme in rails 3.2.7

2012-08-30 Thread Manish Nautiyal
Jordon Bedwell wrote in post #1073894: On Thursday, 30 August 2012 05:13:57 UTC-5, Ruby-Forum.com User wrote: end Right now when user login he will redirect to index method and index.html.erb data display to him with application.html.erb layout. So how I will display the theme

[Rails] Re: how to change theme in rails 3.2.7

2012-08-30 Thread Jordon Bedwell
On Thursday, 30 August 2012 05:26:14 UTC-5, Ruby-Forum.com User wrote: Jordon Bedwell wrote in post #1073894: On Thursday, 30 August 2012 05:13:57 UTC-5, Ruby-Forum.com User wrote: end Right now when user login he will redirect to index method and index.html.erb

[Rails] Re: how to change theme in rails 3.2.7

2012-08-30 Thread Manish Nautiyal
Jordon Bedwell wrote in post #1073902: On Thursday, 30 August 2012 05:26:14 UTC-5, Ruby-Forum.com User wrote: Thx Jordon But where should I keep my theme1/index.html file Depending on what it has in it, what I would do is turn it into a template in the folder of the controller and