You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connor Shea edited this page May 10, 2015
·
4 revisions
How do I make myself an admin on my local build?
rails c
u = User.where(name: "YOUR NAME").first
u.role = :admin
u.save!
quit
Should I use JQuery or CSS for animations?
Use CSS. This HTML5 Animation Speed Test should explain why. If you don't notice any difference at the default 500 dots, keep adding more until one starts lagging.