On 18 Mar 2011, at 18:10, sal streets <li...@ruby-forum.com> wrote:

> hello all.
> 
> am new to RoR so am not sure of the conventions of how to ask a question
> so forgive me.
> 
> we had a site built using rails 3 http://www.threadme.co.uk/
> 
> we have been trying to learn rails to take over management of the site
> ourselves.
> 
> we've recently got to the stage where we have a copy of the site on our
> local machine.
> 
> we'd like to change the text on the front page of the site "threadme is
> a clothing co-operative supplying you with fairtrade certified clothing,
> and a little more besides..."
> 
> as far as we can tell this text originates from
> threadme/app/views/static/home.haml
> 
> we have made the text changes that we want using vim but these have not
> come up on the home page on localhost:3000
> 
> what do we have to do to make these changes register?
> 

If the app is in production mode you'll need to restart it (exactly depends on 
how the app was deployed. If it's using passenger then touching 
app_root/tmp/restart.txt should do the trick)

Fred
> we're running debian lenny.
> 
> please let me know if you need any more info.
> 
> -- 
> 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 post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to