Find max_line_length
in your coffeelint.json
file:
Monthly Archives: November 2015
Disable Popup “Please Fill In this Field”
Error trigger: it’s a known feature of Chrome 10, if required
is present in input [1].
Rails: Add Column Array in Database
Say we want to add a column named selected
to our user
model. Our selected
would be an array of integers.
How To Grow Faster
This is the second part of the original post: I Want To Grow Faster.
The First Question.
Whats consists of the second type of knowledge, the kind of knowledge that would make it easier to do everything else?
AngularJS Routing With Rails
Goal: make Angular’s url/controller corresponding system work in Rails.
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: