Sorry little mistake the wrong line is: <%= stylesheet_link_tag "application", :media => "all" %>
On 15 Feb., 02:18, 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! > > On 15 Feb., 01:49, Javier Quarite <[email protected]> wrote: > > > > > > > > > On Tue, Feb 14, 2012 at 7:41 PM, Genji <[email protected]> wrote: > > > For a short while i got postgres-pr ? > > > But its uninstalled atm. Could that be a problem for the PATH? > > > > I tried like you said. But the problem remains, if i try bundle > > > install i get this error message about pg. > > > And when i try heroku push, it says: > > > > Heroku push rejected, failed to install gems via Bundler > > > > Well, how i said it's just a static page. Just to show some > > > Informations. I don't need databases or anything. > > > > Is pg really essential for heroku now? > > > I forgot something > > > bundle --without production > > > after that just do > > > git commit ...... > > > and then push > > > git push heroku ..... > > > and it has to work > > > 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.

