RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jamalsoueidan
Site: http://jamal.soueidan.com
The issue was due to:
Running: rake assets:precompile rake aborted! could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?
To fix the issue put this in your application.rb
config.assets.initialize_on_precompile = false
then run again...
I'm the only one getting issue with using custom mixin methods on heroku??
ActionView::Template::Error (.border-radius is undefined
I had imported these files
@import "twitter/bootstrap/variables"; @import "twitter/bootstrap/mixins"; @import "twitter/bootstrap/navs";
The issue was due to:
Running: rake assets:precompile
rake aborted!
could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
To fix the issue put this in your application.rb
config.assets.initialize_on_precompile = false
then run again...
I'm the only one getting issue with using custom mixin methods on heroku??
ActionView::Template::Error (.border-radius is undefined
I had imported these files
@import "twitter/bootstrap/variables";
@import "twitter/bootstrap/mixins";
@import "twitter/bootstrap/navs";