summaryrefslogtreecommitdiff
path: root/app/views
AgeCommit message (Collapse)Author
2017-10-07load all collections using backbone_collection_for helper.HEADmastermo
2017-09-24remove the profiles collection.mo
2017-09-24load tutorials collection on the page.mo
2017-09-24bind auto collections to a url.mo
2017-09-24move collections to Collections namespace.mo
2017-09-24extract auto collection to setup js collections.mo
2017-09-24use jbuilder to render backbone json.mo
2017-09-24create helper to generate a backbone collection.mo
2017-09-24render categories as backbone collection in html page.mo
2017-09-24extract my cakes controller.mo
2017-09-24what is PATH_INFO?mo
2017-09-24upgrade to rails 5.1mo
2017-09-23fix params injection issue.mo
2017-09-22cache each cake card.mo
2017-09-09show large image on cakes#show.mo
2017-09-09change the jumbotron.mo
2017-09-09change category nav linksmo
2017-09-09validate search form.mo
2017-09-09connect models to views using automodel.mo
2017-09-09add client side validation to password reset form.mo
2017-09-08fix js bugs.mo
2017-09-08remove paginator from cakes footer.mo
2017-09-08display join date in local time.mo
2017-09-08show url of website.mo
2017-09-08remove avatar from header.mo
2017-09-08make search text required.mo
2017-09-08rename User to Registration.mo
2017-09-08add backbone view for registration-form.mo
2017-09-08username -> emailmo
2017-09-08connect cards to autoview.mo
2017-09-07connect login-form to session model validation.mo
2017-09-07add script to load i18n locale.mo
2017-09-07remove inline style.mo
2017-09-05validate the login form on the client side.mo
2017-09-04connect view to login form.mo
2017-09-04display time in local time.mo
2017-09-04mark required fields as required.mo
2017-09-03change autoview to lookup by path rather than key.mo
2017-09-03make password fields required in the change password page.mo
2017-09-03remove disqusmo
2017-09-02use global translationmo
2017-09-02move some text to translations.mo
2017-09-02add translation and fix spec.mo
2017-09-02rename link title in nav bar.mo
2017-09-02replace more-button selector with data-infinite-scroll.mo
2017-09-02convert infinite scroll into a behaviour.mo
2017-09-02render all photos in grid.mo
2017-09-02adjust cakes#showmo
2017-09-02remove ...mo
2017-09-02upgrade the dashboard views.mo