On Tue, Feb 14, 2012 at 8:18 PM, Genji <[email protected]> wrote:
> Thanks now it works! > > Sad that this wasn't the reason ;( > still getting: > We're sorry, but something went wrong.(500) > > I should have done my research better ;( > > This is the wrong line: > > <%= stylesheet_link_tag "application", :media => :all %> > > I'm searching now for a solution ;) before the rails update i just > used <%= stylesheet_link_tag :all %> :D > > Thank you for your help! > > maybe you just use <%= stylesheet_link_tag "application" %> It will grab the application.css and if you look inside the file you'll see a line like this //= require_tree . and it will use the other css files so you don't need to keep on adding each file (or maybe add what you need) If it shows errors... you can type "heroku logs" and see what happened Javier Q -- 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.

