[Rails] Re: How can I change the rails default page?

2009-03-31 Thread derm_w
I'm new to rails myself but I think you'll find the welcome page in the index.html file in the public folder in your app. Kind regards, Dermot. On Mar 31, 9:57 am, Zhao Yi wrote: > I start rails server and the default(http://localhost:3000) page would > be Ruby on Rails welcome page. Can I cha

[Rails] Re: couldn't find item with ID = 100

2009-03-30 Thread derm_w
Thank you Jodi and Fernando. Kind regards, Dermot. --~--~-~--~~~---~--~~ 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 f

[Rails] Re: couldn't find item with ID = 100

2009-03-30 Thread derm_w
On Mar 29, 1:59 pm, derm_w wrote: > Hi all. > > I'm new to rails and am learning my way by putting together a simple > app. Many thanks Wouter for your reply. I've now got this:- def show @album = Album.find(params[:id])

[Rails] Re: couldn't find item with ID = 100

2009-03-29 Thread derm_w
On Mar 29, 1:59 pm, derm_w wrote: > Hi all. > > I'm new to rails and am learning my way by putting together a simple > app. Thanks for your replies, Frederick and Fernando. I'm anticipating users playing around with url and putting in their own random ID's. So

[Rails] couldn't find item with ID = 100

2009-03-29 Thread derm_w
%> Artist: <%= @album.artist%> Genre: <%= @album.genre %> <% end -%> Can anyone please tell me how to fix this problem ? Would really appreciate any help. Many thanks, derm_w --~--~-~--~~~---~--~~ You received this