Arthur Rats wrote:
> Hi
> 
> Ive lost all idea of why this can happen
> 
> I normally use rails to generate a new project
> 
> rails myproject -d mysql
> 
> inside the myproject directory normally there would be a file called
> application.html.erb, 

That would be in myproject/app/views/layouts or something like that. 
But I'm not sure Rails normally creates such a file.  It creates 
public/index.html, though.

> with in the public directory a file called
> style.css

in public/stylesheets.



> 
> Now I dont get anything at all, they are missing

Did you look in the locations I gave?
> 
> All my previous projects have those files,
> 
> using 2.3.4 Ruby 1.9.1 Windows
> 
> Any ideas? Its bugging me somthing rotten that I havent a copy of those
> files anywhere on my PC to copy from

Sure you do.  I think Rails keeps a master copy *somewhere*.   But 
you're right that if your Rails gem is misbehaving, you should figure 
out why.

> 
> Does any one else know what i can do?

Reinstall the Rails gem?

> 
> Thanks

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to