Goal: make Angular’s url/controller corresponding system work in Rails.
Yearly Archives: 2015
Angular Material Style Not Working
It’s likely that you forgot to set up the theme in JavaScript. No it won’t work at all without theme setup.
fe_sendauth: no password supplied
Error: when running rake db:drop
on server was prompted with fe_sendauth: no password supplied
.
localStorage Weirdness
Don’t forget that localStorage
can only store string pairs. No number, object or boolean. Just plain old STRINGs.
Rails Bower Doesn’t Work
Running rake bower:install
doesn’t install a thing.
In my case, having both bower.json and Bowerfile clogged it. Deleting bower.json solved my problem.
Assets Not Being Served With Rails
When assets within app/assets/
are not even being served. Goto config/environments/production.rb
and change the value of following into:
Auto cd To Certain Directory Upon SSH Login
Edit ~/.bash_profile
with your preferred editor.
Add cd /your/directive
at the end.